1
0
Fork 0
remarkable-uboot/arch
Liu Gang 5ffa88eca7 powerpc/corenet_ds: Master module for boot from SRIO
For the powerpc processors with SRIO interface, boot location can be configured
from SRIO1 or SRIO2 by RCW. The processor booting from SRIO can do without flash
for u-boot image. The image can be fetched from another processor's memory
space by SRIO link connected between them.

The processor boots from SRIO is slave, the processor boots from normal flash
memory space and can help slave to boot from its memory space is master.
They are different environments and requirements:

master:
	1. NOR flash for its own u-boot image, ucode and ENV space.
	2. Slave's u-boot image in master NOR flash.
	3. Normally boot from local NOR flash.
	4. Configure SRIO switch system if needed.
slave:
	1. Just has EEPROM for RCW. No flash for u-boot image, ucode and ENV.
	2. Boot location should be set to SRIO1 or SRIO2 by RCW.
	3. RCW should configure the SerDes, SRIO interfaces correctly.
	4. Slave must be powered on after master's boot.

For the master module, need to finish these processes:
	1. Initialize the SRIO port and address space.
	2. Set inbound SRIO windows covered slave's u-boot image stored in
	   master's NOR flash.
	3. Master's u-boot image should be generated specifically by
	   make xxxx_SRIOBOOT_MASTER_config
	4. Master must boot first, and then slave can be powered on.

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
2012-04-24 23:58:32 -05:00
..
arm arm: restore fdt_fixup_ethernet call to do_bootm_linux 2012-04-23 22:11:18 +02:00
avr32 bootstage: Replace show_boot_progress/error() with bootstage_...() 2012-03-18 21:41:39 +01:00
blackfin linkage.h: move from blackfin to common includes 2012-02-12 15:03:26 -05:00
m68k bootstage: Replace show_boot_progress/error() with bootstage_...() 2012-03-18 21:41:39 +01:00
microblaze bootstage: Replace show_boot_progress/error() with bootstage_...() 2012-03-18 21:41:39 +01:00
mips MIPS: fix endianess handling 2012-04-02 15:54:53 +02:00
nds32 nds32/n1213: correct vector table in start.S 2012-03-19 15:53:14 +08:00
nios2 nios2: implement get_ticks and get_tbclk 2012-02-23 08:31:20 +08:00
openrisc openrisc: Add library functions 2012-01-13 21:16:48 +01:00
powerpc powerpc/corenet_ds: Master module for boot from SRIO 2012-04-24 23:58:32 -05:00
sandbox sandbox: Use the new run_command() 2012-04-23 22:53:54 +02:00
sh Prepare v2012.04-rc2; minor Coding Style cleanup 2012-04-16 23:13:51 +02:00
sparc usb: replace wait_ms() with mdelay() 2012-03-19 00:08:16 +01:00
x86 sc520: fix build warning about unused temp var 2012-03-06 21:05:18 +11:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00