u-boot/arch/powerpc/cpu/mpc8xxx
Liu Gang ff65f12699 powerpc/corenet_ds: Get rid of the SRIOBOOT_MASTER build target
Get rid of the SRIOBOOT_MASTER build target, and to support for serving as
a SRIO boot master via environment variable. Set the environment variable
"bootmaster" to "SRIO1" or "SRIO2" using the following command:

		setenv bootmaster SRIO1
		saveenv

The "bootmaster" will enable the function of the SRIO boot master, and
this has the following advantages compared with SRIOBOOT_MASTER build
configuration:
	1. Reduce a build configuration item in boards.cfg file.
	   No longer need to build a special image for master, just use a
	   normal target image and set the "bootmaster" variable.
	2. No longer need to rebuild an image when change the SRIO port for
	   boot from SRIO, just set the corresponding value to "bootmaster"
	   based on the using SRIO port.

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
2012-08-23 10:24:14 -05:00
..
ddr powerpc/ddr: fix fsl_ddr_get_dimm_params compile error 2012-08-08 17:13:38 -05:00
cpu.c powerpc/mpc85xx: Ignore E bit for SVR_SOC_VER() 2012-07-06 17:30:33 -05:00
fdt.c powerpc/8xxx:Add MPH controller support in USB device-tree fixup 2012-02-15 16:50:14 -06:00
fsl_ifc.c fsl_ifc: Add the workaround for erratum IFC A-003399(enabled on P1010) 2011-09-29 19:01:04 -05:00
fsl_lbc.c fsl_lbc: add printout of LCRR and LBCR to local bus regs 2012-01-13 12:56:06 -06:00
Makefile powerpc/85xx: Add support for Integrated Flash Controller (IFC) 2011-04-04 09:24:40 -05:00
srio.c powerpc/corenet_ds: Get rid of the SRIOBOOT_MASTER build target 2012-08-23 10:24:14 -05:00