Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
authorTom Rini <trini@konsulko.com>
Wed, 19 Jun 2019 18:01:11 +0000 (14:01 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 19 Jun 2019 18:01:11 +0000 (14:01 -0400)
- LS1046AFRWY support
- USB errata fix and secure boot defconfig support for LS1028A
- Enabled SDHC and SATA for LX2160
- LS1046A serdes fixes
- other minor fixes

1  2 
arch/arm/Kconfig

diff --combined arch/arm/Kconfig
@@@ -1406,10 -1406,28 +1406,24 @@@ config TARGET_LS1046ARD
          development platform that supports the QorIQ LS1046A
          Layerscape Architecture processor.
  
+ config TARGET_LS1046AFRWY
+       bool "Support ls1046afrwy"
+       select ARCH_LS1046A
+       select ARM64
+       select ARMV8_MULTIENTRY
+       select BOARD_EARLY_INIT_F
+       select BOARD_LATE_INIT
+       select DM_SPI_FLASH if DM_SPI
+       imply SCSI
+       help
+         Support for Freescale LS1046AFRWY platform.
+         The LS1046A Freeway Board (FRWY) is a high-performance
+         development platform that supports the QorIQ LS1046A
+         Layerscape Architecture processor.
  config TARGET_H2200
        bool "Support h2200"
        select CPU_PXA
  
 -config TARGET_ZIPITZ2
 -      bool "Support zipitz2"
 -      select CPU_PXA
 -
  config TARGET_COLIBRI_PXA270
        bool "Support colibri_pxa270"
        select CPU_PXA
@@@ -1693,6 -1711,7 +1707,7 @@@ source "board/freescale/ls1021aiot/Kcon
  source "board/freescale/ls1046aqds/Kconfig"
  source "board/freescale/ls1043ardb/Kconfig"
  source "board/freescale/ls1046ardb/Kconfig"
+ source "board/freescale/ls1046afrwy/Kconfig"
  source "board/freescale/ls1012aqds/Kconfig"
  source "board/freescale/ls1012ardb/Kconfig"
  source "board/freescale/ls1012afrdm/Kconfig"
@@@ -1723,6 -1742,7 +1738,6 @@@ source "board/woodburn/Kconfig
  source "board/xilinx/Kconfig"
  source "board/xilinx/zynq/Kconfig"
  source "board/xilinx/zynqmp/Kconfig"
 -source "board/zipitz2/Kconfig"
  
  source "arch/arm/Kconfig.debug"