]> Git Repo - J-u-boot.git/commit - include/configs/ls2085a_common.h
armv8/ls2085a: Update common header file
authorPrabhakar Kushwaha <[email protected]>
Sat, 21 Mar 2015 02:28:06 +0000 (19:28 -0700)
committerYork Sun <[email protected]>
Thu, 23 Apr 2015 15:55:54 +0000 (08:55 -0700)
commitf3f8c564a1cb745cef41c98dd2c29e3aad37dc4c
tree936263f07cd6f3fbab03028ff1e63d8653495194
parent060ef094600373ea2b25111006edc56c072d9bd7
armv8/ls2085a: Update common header file

ls2085a_common.h contains hard-coded information for NOR/NAND flash,
I2C, DDR, etc. These are platform specific. Move them out of common
header file and placed into respective board header files.

Move TEXTBASE to 1MB offset to fit NOR flash with up to 1MB sector
size.

Enable command auto complete. Update prompt symbol. Set fdt_high to
0xa0000000 because Linux requires that the fdt  be 8-byte aligned
and below 512 MiB. Besides ensuring compliance with the 512 MiB
limit, this avoids problems with the dtb being misaligned within
the FIT image.

Change the MC FW, MC DPL and Debug server NOR addresses in compliance
with the NOR flash layouts for 128MB flash.

Add PCIe macros. Enable "loadb" command. Disable debug server.
Enable workaround for erratum A008511.
Stop reset on panic for postmortem debugging.

Signed-off-by: Prabhakar Kushwaha <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
Signed-off-by: Bhupesh Sharma <[email protected]>
Signed-off-by: Minghuan Lian <[email protected]>
Signed-off-by: York Sun <[email protected]>
arch/arm/include/asm/arch-fsl-lsch3/config.h
include/configs/ls2085a_common.h
include/configs/ls2085a_emu.h
include/configs/ls2085a_simu.h
This page took 0.038296 seconds and 4 git commands to generate.