summaryrefslogtreecommitdiffstats
path: root/board/freescale/ls2085a/README
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2014-06-23 15:15:56 -0700
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-07-04 19:48:41 +0200
commitf749db3a75ec483692d7bb6d46a1fbecb65c38ba (patch)
tree20033069fbaa0a0539bc72620bafcc143a42b963 /board/freescale/ls2085a/README
parentb940ca64b22ba8980fd4ec8dda028f6b1a2ed79d (diff)
downloadu-boot-f749db3a75ec483692d7bb6d46a1fbecb65c38ba.tar.gz
u-boot-f749db3a75ec483692d7bb6d46a1fbecb65c38ba.tar.xz
u-boot-f749db3a75ec483692d7bb6d46a1fbecb65c38ba.zip
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>
Diffstat (limited to 'board/freescale/ls2085a/README')
-rw-r--r--board/freescale/ls2085a/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/board/freescale/ls2085a/README b/board/freescale/ls2085a/README
new file mode 100644
index 0000000000..b7023e1d48
--- /dev/null
+++ b/board/freescale/ls2085a/README
@@ -0,0 +1,16 @@
+Freescale ls2085a_emu
+
+This is a emulator target with limited peripherals.
+
+Memory map from core's view
+
+0x00_0000_0000 .. 0x00_000F_FFFF Boot Rom
+0x00_0100_0000 .. 0x00_0FFF_FFFF CCSR
+0x00_1800_0000 .. 0x00_181F_FFFF OCRAM
+0x00_3000_0000 .. 0x00_3FFF_FFFF IFC region #1
+0x00_8000_0000 .. 0x00_FFFF_FFFF DDR region #1
+0x05_1000_0000 .. 0x05_FFFF_FFFF IFC region #2
+0x80_8000_0000 .. 0xFF_FFFF_FFFF DDR region #2
+
+Other addresses are either reserved, or not used directly by u-boot.
+This list should be updated when more addresses are used.