u-boot-brain/arch/powerpc/cpu/mpc83xx
Ashish kumar 43381474ff arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64()
Incorrect DDR law was created in case of B4860qds after commit
2d2f490d. Return value of ffs64() differs from __ffs64(), eg.
    ffs64(0x80000000) = 0x20
    __ffs64(0x80000000) = 0x1f
As a result of this change, callers need to adjust the expected
return value by removing -1.

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
2016-01-25 12:30:31 -08:00
..
config.mk powerpc: remove redundant CPU definition 2014-07-30 14:42:03 -04:00
cpu_init.c powerpc/usb:Differentiate USB controller base address 2013-10-24 09:35:09 -07:00
cpu.c qe: move immap_qe.h from arch directory into common directory 2014-07-22 16:25:54 -07:00
ecc.c powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx 2016-01-08 10:15:43 -05:00
fdt.c qe: move immap_qe.h from arch directory into common directory 2014-07-22 16:25:54 -07:00
interrupts.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Kconfig mpc83xx: Add strider board 2015-11-12 18:03:48 -05:00
law.c arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64() 2016-01-25 12:30:31 -08:00
Makefile powerpc: add 2 common dcache assembly functions 2015-05-04 09:24:42 -07:00
pci.c powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx 2016-01-08 10:15:43 -05:00
pcie.c 83xx/pcie: fix build error for 83xx pcie 2013-08-09 12:50:56 -07:00
qe_io.c powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx 2016-01-08 10:15:43 -05:00
serdes.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spd_sdram.c powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx 2016-01-08 10:15:43 -05:00
speed.c powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx 2016-01-08 10:15:43 -05:00
spl_minimal.c powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx 2016-01-08 10:15:43 -05:00
start.S powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f() 2014-11-14 11:12:15 -08:00
traps.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
u-boot-spl.lds powerpc: Finish updating u-boot*lds scripts for newer binutils 2015-11-10 09:20:29 -05:00
u-boot.lds powerpc: Finish updating u-boot*lds scripts for newer binutils 2015-11-10 09:20:29 -05:00