1
0
Fork 0
remarkable-uboot/cpu/mpc86xx
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
..
Makefile 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
cache.S Remove L2 Cache invalidate polling. 2006-05-19 13:54:02 -05:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu.c Update SVR numbers to expand support 2008-03-26 11:43:04 -05:00
cpu_init.c mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' 2008-02-18 11:35:01 -06:00
fdt.c 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
interrupts.c cpu/86xx fixes. 2007-08-10 11:02:32 -05:00
spd_sdram.c mpc86xx: Fix unused variable 'config' and 'immap' 2008-02-18 11:36:00 -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 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx 2008-02-15 00:26:52 +01:00
traps.c Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global 2007-09-15 20:48:41 +02:00