u-boot/common
Kumar Gala ec2b74ffd3 85xx: Added support for multicore boot mechanism
Added the cpu command that provides a generic mechanism to get status,
reset, and release secondary cores in multicore processors.

Added support for using the ePAPR defined spin-table mechanism on 85xx.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-03-26 11:43:03 -05:00
..
ACEX1K.c
altera.c
bedbug.c
circbuf.c
cmd_autoscript.c [new uImage] Fix autoscr command used with new uImage format 2008-03-20 23:10:19 +01:00
cmd_bdinfo.c Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin 2008-02-15 00:06:18 +01:00
cmd_bedbug.c
cmd_bmp.c
cmd_boot.c
cmd_bootldr.c Blackfin: move bootldr command to common code 2008-03-15 22:13:58 -04:00
cmd_bootm.c Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing 2008-03-26 09:38:06 +01:00
cmd_cache.c
cmd_console.c
cmd_cplbinfo.c Blackfin: new cplbinfo command for viewing cplb tables 2008-03-15 22:14:54 -04:00
cmd_date.c
cmd_dcr.c
cmd_diag.c
cmd_display.c
cmd_doc.c [new uImage] Use show_boot_progress() for new uImage format 2008-03-12 10:33:01 +01:00
cmd_dtt.c
cmd_eeprom.c
cmd_elf.c
cmd_ext2.c
cmd_fat.c
cmd_fdc.c [new uImage] Add new uImage format handling to other bootm related commands 2008-03-12 10:33:01 +01:00
cmd_fdos.c
cmd_fdt.c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T 2008-03-26 00:22:39 +01:00
cmd_flash.c
cmd_fpga.c [new uImage] Add new uImage fromat support to fpga command 2008-03-12 10:33:01 +01:00
cmd_i2c.c
cmd_ide.c [new uImage] Use show_boot_progress() for new uImage format 2008-03-12 10:33:01 +01:00
cmd_immap.c
cmd_itest.c
cmd_jffs2.c
cmd_load.c [new uImage] Add new uImage format support to autoscript routine 2008-03-12 10:33:00 +01:00
cmd_log.c The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). 2008-03-18 22:24:48 +01:00
cmd_mac.c FSL: Fix common EEPROM_data structure definition 2008-01-17 12:26:56 -06:00
cmd_mem.c fix copy from ram to dataflash 2008-03-03 21:48:02 +01:00
cmd_mfsl.c
cmd_mii.c
cmd_misc.c
cmd_mmc.c
cmd_mp.c 85xx: Added support for multicore boot mechanism 2008-03-26 11:43:03 -05:00
cmd_nand.c [new uImage] Use show_boot_progress() for new uImage format 2008-03-12 10:33:01 +01:00
cmd_net.c [new uImage] Add new uImage format support to autoscript routine 2008-03-12 10:33:00 +01:00
cmd_nvedit.c ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected 2008-02-23 20:37:59 +01:00
cmd_onenand.c
cmd_otp.c interface to Blackfin on-chip One-Time-Programmable memory 2008-02-04 19:26:57 -05:00
cmd_pci.c
cmd_pcmcia.c
cmd_portio.c
cmd_reginfo.c Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx 2008-02-15 00:26:52 +01:00
cmd_reiser.c
cmd_sata.c
cmd_scsi.c [new uImage] Add new uImage format handling to other bootm related commands 2008-03-12 10:33:01 +01:00
cmd_setexpr.c Add setexpr command 2008-03-25 22:16:15 +01:00
cmd_spi.c
cmd_strings.c new command for displaying strings at specified memory locations 2008-02-04 19:26:57 -05:00
cmd_terminal.c
cmd_universe.c
cmd_usb.c Merge branch 'master_merge_new-image' of /home/tur/git/u-boot 2008-03-26 10:41:48 +01:00
cmd_vfd.c
cmd_ximg.c [new uImage] Compilation and new uImage handling fixes for imxtract 2008-03-20 23:20:31 +01:00
command.c
console.c
crc16.c
cyclon2.c
devices.c
dlmalloc.c
dlmalloc.src
docecc.c
env_common.c
env_dataflash.c AT91CAP9 support 2008-02-14 09:37:58 +00:00
env_eeprom.c
env_flash.c
env_nand.c
env_nowhere.c
env_nvram.c
env_onenand.c
environment.c fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols 2008-02-04 19:26:54 -05:00
exports.c
fdt_support.c 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role 2008-03-25 19:19:39 -05:00
flash.c
fpga.c
ft_build.c
gunzip.c [new uImage] Move gunzip() common code to common/gunzip.c 2008-02-07 01:12:55 +01:00
hush.c
image.c [new uImage] Disable debuging output in preparation for merge with master 2008-03-20 23:20:31 +01:00
kgdb.c common/kgdb.c: fix 'dereferencing type-punned pointer' warning 2008-03-09 10:33:31 +01:00
lcd.c
lists.c
lynxkdi.c [new uImage] Cleanup cmd_bootm.c 2008-02-07 01:12:56 +01:00
main.c The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. 2008-03-18 22:24:48 +01:00
Makefile 85xx: Added support for multicore boot mechanism 2008-03-26 11:43:03 -05:00
memsize.c
miiphybb.c
miiphyutil.c common/miiphyutil.c: Cleanup MII_DEBUG and debug() 2008-02-14 22:10:38 +01:00
s_record.c
serial.c ARM: s3c24xx: Multiple serial port support 2008-02-04 23:52:49 +01:00
soft_i2c.c
soft_spi.c
spartan2.c
spartan3.c
usb_kbd.c
usb_storage.c USB Storage, add meaningful return value 2008-03-26 09:23:23 +01:00
usb.c
virtex2.c
xilinx.c
xyzModem.c