u-boot-brain/arch/powerpc/cpu/mpc83xx
Kim Phillips 71bd860cce mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.c
commit c7190f028f "mpc83xx:
retain POR values of non-configured ACR, SPCR, SCCR, and LCRR
bitfields" incorrectly shifted <register>_<bitfield> (e.g.
ACR_PIPE_DEP) values that were preshifted by their
definition in mpc83xx.h.

this patch removes the unnecessary shifting for the newly
utilized mask values in cpu_init.c, and prevents seemingly
unrelated symptoms such as an mpc8379erdb board from
locking up whilst performing a networking operation,
e.g. a tftp.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2010-05-21 15:22:39 -05:00
..
config.mk Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
cpu_init.c mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.c 2010-05-21 15:22:39 -05:00
cpu.c powerpc: Consolidate bootcount_{store|load} for PowerPC 2010-05-06 23:28:48 +02:00
ecc.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
fdt.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
interrupts.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
Makefile Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
nand_init.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
pci.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
pcie.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
qe_io.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
serdes.c ppc: Split MPC83xx SERDES code from MPC85xx/MPC86xx/QorIQ 2010-04-26 22:37:57 -05:00
spd_sdram.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
speed.c mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk 2010-04-22 18:34:22 -05:00
start.S Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S. 2010-05-21 15:22:36 -05:00
traps.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
u-boot.lds Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00