summaryrefslogtreecommitdiff
path: root/include/configs/ls2085a_simu.h
AgeCommit message (Collapse)Author
2015-11-30armv8: LS2080A: Rename LS2085A to reflect LS2080APrabhakar Kushwaha
LS2080A is a prime personality of Freescale’s LS2085A. It is a non-AIOP personality without support of DP-DDR, L2 switch, 1588, PCIe endpoint etc. So renaming existing LS2085A code base to reflect LS2080A (Prime personality) Signed-off-by: Pratiyush Mohan Srivastava <[email protected]> Signed-off-by: Prabhakar Kushwaha <[email protected]> [York Sun: Dropped #ifdef in cpu.c for cpu_type_list] Reviewed-by: York Sun <[email protected]>
2015-09-01armv8/ls2085a_simu: enable eSDHCYangbo Lu
Signed-off-by: Yangbo Lu <[email protected]> Reviewed-by: York Sun <[email protected]>
2015-04-23drivers/fsl-mc: Changed MC firmware loading for new boot architectureJ. German Rivera
Changed MC firmware loading to comply with the new MC boot architecture. Flush D-cache hierarchy after loading MC images. Add environment variables "mcboottimeout" for MC boot timeout in milliseconds, "mcmemsize" for MC DRAM block size. Check MC boot status before calling flib functions. Signed-off-by: J. German Rivera <[email protected]> Signed-off-by: York Sun <[email protected]>
2015-04-23armv8/ls2085a: Update common header filePrabhakar Kushwaha
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]>
2015-02-24ls2085/configs: Ensure right banners are printed for EMU and SIMUBhupesh Sharma
This patch enusres that right banners are printed for LS2085A emulator and simulator platforms. Signed-off-by: Bhupesh Sharma <[email protected]> Reviewed-by: York Sun <[email protected]>
2014-09-25board/ls2085a: Add support of NOR and NAND flash for simulatorPrabhakar Kushwaha
Add support of NOR and NAND flash for simulator target. Here IFC - CS0: NOR flash IFC - CS1: NAND flash Signed-off-by: Prabhakar Kushwaha <[email protected]> Reviewed-by: York Sun <[email protected]>
2014-07-04ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board supportYork Sun
LS2085A is an ARMv8 implementation. This adds board support for emulator and simulator: Two DDR controllers UART2 is used as the console IFC timing is tightened for speedy booting Support DDR3 and DDR4 as separated targets Management Complex (MC) is enabled Support for GIC 500 (based on GICv3 arch) Signed-off-by: York Sun <[email protected]> Signed-off-by: Arnab Basu <[email protected]> Signed-off-by: J. German Rivera <[email protected]> Signed-off-by: Bhupesh Sharma <[email protected]>