1. 18 4月, 2017 1 次提交
  2. 10 3月, 2017 1 次提交
    • T
      Freescale/NXP: Migrate CONFIG_FSL_CAAM to defconfigs · 28522678
      Tom Rini 提交于
      In some cases this is absolutely required, so select this for some secure
      features.  This also requires migration of RSA_FREESCALE_EXP
      
      Cc: Ruchika Gupta <ruchika.gupta@nxp.com>
      Cc: Poonam Aggrwal <poonam.aggrwal@freescale.com>
      Cc: Naveen Burmi <NaveenBurmi@freescale.com>
      Cc: Po Liu <po.liu@freescale.com>
      Cc: Shengzhou Liu <Shengzhou.Liu@freescale.com>
      Cc: Priyanka Jain <Priyanka.Jain@freescale.com>
      Cc: Sumit Garg <sumit.garg@nxp.com>
      Cc: Shaohui Xie <Shaohui.Xie@freescale.com>
      Cc: Chunhe Lan <Chunhe.Lan@freescale.com>
      Cc: Feng Li <feng.li_2@nxp.com>
      Cc: Alison Wang <alison.wang@freescale.com>
      Cc: Mingkai Hu <Mingkai.Hu@freescale.com>
      Cc: York Sun <york.sun@nxp.com>
      Cc: Saksham Jain <saksham.jain@nxp.freescale.com>
      Cc: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      28522678
  3. 28 1月, 2017 3 次提交
  4. 24 1月, 2017 1 次提交
  5. 22 1月, 2017 1 次提交
  6. 19 1月, 2017 2 次提交
  7. 05 1月, 2017 1 次提交
  8. 30 12月, 2016 1 次提交
  9. 06 12月, 2016 1 次提交
  10. 24 10月, 2016 1 次提交
  11. 15 9月, 2016 1 次提交
    • M
      armv8: ls1046ardb: Add LS1046ARDB board support · dd02936f
      Mingkai Hu 提交于
      LS1046ARDB Specification:
      -------------------------
      Memory subsystem:
       * 8GByte DDR4 SDRAM (64bit bus)
       * 512 Mbyte NAND flash
       * Two 64 Mbyte high-speed SPI flash
       * SD connector to interface with the SD memory card
       * On-board 4G eMMC
      
      Ethernet:
       * Two XFI 10G ports
       * Two SGMII ports
       * Two RGMII ports
      
      PCIe:
       * PCIe1 (SerDes2 Lane0) to miniPCIe slot
       * PCIe2 (SerDes2 Lane1) to x2 PCIe slot
       * PCIe3 (SerDes2 Lane2) to x4 PCIe slot
      
      SATA:
       * SerDes2 Lane3 to SATA port
      
      USB 3.0: one super speed USB 3.0 type A port
      	 one Micro-AB port
      
      UART: supports two UARTs up to 115200 bps for console
      Signed-off-by: NMingkai Hu <mingkai.hu@nxp.com>
      Signed-off-by: NShaohui Xie <Shaohui.Xie@nxp.com>
      Signed-off-by: NGong Qianyu <Qianyu.Gong@nxp.com>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      dd02936f
  12. 10 9月, 2016 1 次提交
  13. 09 9月, 2016 1 次提交
  14. 10 6月, 2016 1 次提交
  15. 04 6月, 2016 2 次提交
  16. 26 4月, 2016 3 次提交
  17. 15 3月, 2016 2 次提交
    • S
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass 提交于
      There are already two FIT options in Kconfig but the CONFIG options are
      still in the header files. We need to do a proper move to fix this.
      
      Move these options to Kconfig and tidy up board configuration:
      
         CONFIG_FIT
         CONFIG_OF_BOARD_SETUP
         CONFIG_OF_SYSTEM_SETUP
         CONFIG_FIT_SIGNATURE
         CONFIG_FIT_BEST_MATCH
         CONFIG_FIT_VERBOSE
         CONFIG_OF_STDOUT_VIA_ALIAS
         CONFIG_RSA
      
      Unfortunately the first one is a little complicated. We need to make sure
      this option is not enabled in SPL by this change. Also this option is
      enabled automatically in the host builds by defining CONFIG_FIT in the
      image.h file. To solve this, add a new IMAGE_USE_FIT #define which can
      be used in files that are built on the host but must also build for U-Boot
      and SPL.
      
      Note: Masahiro's moveconfig.py script is amazing.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      73223f0e
    • S
      Correct defconfig ordering · 4edb9458
      Simon Glass 提交于
      Various boards have the wrong Kconfig ordering now. To avoid a misleading
      
      diff in the next patch, reorder the configuration correctly.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      4edb9458
  18. 01 12月, 2015 2 次提交
  19. 22 11月, 2015 1 次提交
  20. 19 11月, 2015 1 次提交
  21. 30 10月, 2015 1 次提交