u-boot-brain/cpu/mpc85xx
Andy Fleming 1ced121600 Update SVR numbers to expand support
FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
is used to distinguish certain variants within an SOC family.  To
account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
constants to reflect the larger value.  We also add SVR numbers for all
of the current variants.  Finally, to make things neater, rather than
use an enormous switch statement to print out the CPU type, we create
and array of SVR/name pairs (using a macro), and print out the CPU name
that matches the SVR SOC version.

Signed-off-by: Andy Fleming <afleming@freescale.com>
2008-03-26 11:43:04 -05:00
..
commproc.c Stop using immap_t for cpm offset on 85xx 2007-12-11 22:34:19 -06:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu_init.c 85xx: Added support for multicore boot mechanism 2008-03-26 11:43:03 -05:00
cpu.c Update SVR numbers to expand support 2008-03-26 11:43:04 -05:00
ether_fcc.c Stop using immap_t for cpm offset on 85xx 2007-12-11 22:34:19 -06:00
fdt.c 85xx: Added support for multicore boot mechanism 2008-03-26 11:43:03 -05:00
interrupts.c Fix source for ECM error IVPR 2008-02-27 16:28:57 -06:00
Makefile 85xx: Added support for multicore boot mechanism 2008-03-26 11:43:03 -05:00
mp.c 85xx: Added support for multicore boot mechanism 2008-03-26 11:43:03 -05:00
mp.h 85xx: Added support for multicore boot mechanism 2008-03-26 11:43:03 -05:00
pci.c Stop using immap_t on 85xx 2007-12-11 22:34:20 -06:00
qe_io.c Stop using immap_t for guts offset on 85xx 2007-12-11 22:34:19 -06:00
release.S 85xx: Added support for multicore boot mechanism 2008-03-26 11:43:03 -05:00
resetvec.S * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
serial_scc.c Stop using immap_t for cpm offset on 85xx 2007-12-11 22:34:19 -06:00
spd_sdram.c 85xx: Introduce new tlb API 2008-01-17 02:04:07 -06:00
speed.c 85xx, 86xx: Determine I2C clock frequencies and store in global_data 2008-02-14 23:32:40 +01:00
start.S 85xx: Don't icbi when unlocking the cache 2008-02-27 16:30:47 -06:00
tlb.c Coding Style Cleanup; update CHANGELOG 2008-01-23 14:31:17 +01:00
traps.c Stop using immap_t on 85xx 2007-12-11 22:34:20 -06:00