u-boot-2016/cpu/mpc83xx
Timur Tabi df33f6b4d6 Update SCCR programming in cpu_init_f() to support all 83xx processors
Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
bitfields for all 83xx processors.  The code to update some bitfields was
compiled only on some processors.  Now, the bitfields are programmed as long
as the corresponding CFG_SCCR option is defined in the board header file.
This means that the board header file should not define any CFG_SCCR macros
for bitfields that don't exist on that processor, otherwise the SCCR will be
programmed incorrectly.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2007-08-10 01:12:03 -05:00
..
config.mk Correct fixup relocation for mpc83xx 2007-07-04 01:08:40 +02:00
cpu.c mpc83xx: Add support for 8360 silicon revision 2.1 2007-08-10 01:12:02 -05:00
cpu_init.c Update SCCR programming in cpu_init_f() to support all 83xx processors 2007-08-10 01:12:03 -05:00
interrupts.c cpu/m*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 19:06:00 -05:00
Makefile mpc83xx: Add generic PCI setup code. 2007-04-23 16:32:00 -05:00
pci.c mpc83xx: minor fixups for 8313rdb introduction 2007-04-25 12:34:38 -05:00
qe_io.c mpc83xx: streamline the 83xx immr head file 2007-03-02 11:05:53 -06:00
spd_sdram.c Fix memory initialization on MPC8349E-mITX 2007-05-01 12:10:26 -05:00
speed.c mpc83xx: replace elaborate boottime verbosity with 'clocks' command 2007-05-01 12:08:36 -05:00
start.S [ppc] Fix build breakage for all non-4xx PowerPC variants. 2007-06-22 14:58:04 +02:00
traps.c cpu/m*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 19:06:00 -05:00
u-boot.lds Correct fixup relocation for mpc83xx 2007-07-04 01:08:40 +02:00