]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board support
authorYork Sun <yorksun@freescale.com>
Mon, 23 Jun 2014 22:15:56 +0000 (15:15 -0700)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 4 Jul 2014 17:48:41 +0000 (19:48 +0200)
commitf749db3a75ec483692d7bb6d46a1fbecb65c38ba
tree20033069fbaa0a0539bc72620bafcc143a42b963
parentb940ca64b22ba8980fd4ec8dda028f6b1a2ed79d
ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board support

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 <yorksun@freescale.com>
Signed-off-by: Arnab Basu <arnab.basu@freescale.com>
Signed-off-by: J. German Rivera <German.Rivera@freescale.com>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
arch/arm/cpu/armv8/fsl-lsch3/README
arch/arm/include/asm/arch-fsl-lsch3/config.h
board/freescale/ls2085a/Makefile [new file with mode: 0644]
board/freescale/ls2085a/README [new file with mode: 0644]
board/freescale/ls2085a/ddr.c [new file with mode: 0644]
board/freescale/ls2085a/ddr.h [new file with mode: 0644]
board/freescale/ls2085a/ls2085a.c [new file with mode: 0644]
boards.cfg
include/configs/ls2085a_common.h [new file with mode: 0644]
include/configs/ls2085a_emu.h [new file with mode: 0644]
include/configs/ls2085a_simu.h [new file with mode: 0644]