README 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. Overview
  2. --------
  3. The LS2080A Reference Design (RDB) is a high-performance computing,
  4. evaluation, and development platform that supports the QorIQ LS2080A, LS2088A
  5. Layerscape Architecture processor.
  6. LS2080A, LS2088A SoC Overview
  7. --------------------
  8. Please refer arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc for LS2080A,
  9. LS2088A SoC overview.
  10. LS2080ARDB board Overview
  11. -----------------------
  12. - SERDES Connections, 16 lanes supporting:
  13. - PCI Express - 3.0
  14. - SATA 3.0
  15. - XFI
  16. - DDR Controller
  17. - Two ports of 72-bits (8-bits ECC) DDR4. Each port supports four
  18. chip-selects and two DIMM connectors. Support is up to 2133MT/s.
  19. - One port of 40-bits (8-bits ECC) DDR4 which supports four chip-selects
  20. and two DIMM connectors. Support is up to 1600MT/s.
  21. -IFC/Local Bus
  22. - IFC rev. 2.0 implementation supporting Little Endian connection scheme.
  23. - 128 MB NOR flash 16-bit data bus
  24. - One 2 GB NAND flash with ECC support
  25. - CPLD connection
  26. - USB 3.0
  27. - Two high speed USB 3.0 ports
  28. - First USB 3.0 port configured as Host with Type-A connector
  29. - Second USB 3.0 port configured as OTG with micro-AB connector
  30. - SDHC adapter
  31. - SD Card Rev 2.0 and Rev 3.0
  32. - DSPI
  33. - 128 MB high-speed flash Memory for boot code and storage (up to 108MHz)
  34. - 4 I2C controllers
  35. - Two SATA onboard connectors
  36. - UART
  37. - ARM JTAG support
  38. Memory map from core's view
  39. ----------------------------
  40. 0x00_0000_0000 .. 0x00_000F_FFFF Boot Rom
  41. 0x00_0100_0000 .. 0x00_0FFF_FFFF CCSR
  42. 0x00_1800_0000 .. 0x00_181F_FFFF OCRAM
  43. 0x00_3000_0000 .. 0x00_3FFF_FFFF IFC region #1
  44. 0x00_8000_0000 .. 0x00_FFFF_FFFF DDR region #1
  45. 0x05_1000_0000 .. 0x05_FFFF_FFFF IFC region #2
  46. 0x80_8000_0000 .. 0xFF_FFFF_FFFF DDR region #2
  47. Other addresses are either reserved, or not used directly by U-Boot.
  48. This list should be updated when more addresses are used.
  49. IFC region map from core's view
  50. -------------------------------
  51. During boot i.e. IFC Region #1:-
  52. 0x30000000 - 0x37ffffff : 128MB : NOR flash
  53. 0x3C000000 - 0x40000000 : 64MB : CPLD
  54. After relocate to DDR i.e. IFC Region #2:-
  55. 0x5_1000_0000..0x5_1fff_ffff Memory Hole
  56. 0x5_2000_0000..0x5_3fff_ffff IFC CSx (CPLD, NAND and others 512MB)
  57. 0x5_4000_0000..0x5_7fff_ffff ASIC or others 1GB
  58. 0x5_8000_0000..0x5_bfff_ffff IFC CS0 1GB (NOR/Promjet)
  59. 0x5_C000_0000..0x5_ffff_ffff IFC CS1 1GB (NOR/Promjet)
  60. Booting Options
  61. ---------------
  62. a) NOR boot
  63. b) NAND boot
  64. Booting Linux flavors which do not support 48-bit VA (< Linux 3.18)
  65. -------------------------------------------------------------------
  66. One needs to use appropriate bootargs to boot Linux flavors which do
  67. not support 48-bit VA (for e.g. < Linux 3.18) by appending mem=2048M, as shown
  68. below:
  69. => setenv bootargs 'console=ttyS1,115200 root=/dev/ram
  70. earlycon=uart8250,mmio,0x21c0600,115200 default_hugepagesz=2m hugepagesz=2m
  71. hugepages=16 mem=2048M'