1. 22 5月, 2017 4 次提交
  2. 01 5月, 2017 1 次提交
  3. 20 3月, 2017 1 次提交
  4. 04 2月, 2017 1 次提交
  5. 05 1月, 2017 3 次提交
  6. 03 12月, 2016 1 次提交
  7. 24 11月, 2016 2 次提交
  8. 28 10月, 2016 2 次提交
  9. 12 10月, 2016 1 次提交
  10. 22 7月, 2016 1 次提交
  11. 10 6月, 2016 1 次提交
  12. 04 5月, 2016 1 次提交
  13. 26 4月, 2016 3 次提交
  14. 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
      Move CONFIG_OF_LIBFDT to Kconfig · 69e173eb
      Simon Glass 提交于
      Move this option to Kconfig and tidy up existing boards.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      69e173eb
  15. 22 11月, 2015 1 次提交
  16. 25 10月, 2015 1 次提交
  17. 21 10月, 2015 1 次提交
  18. 28 9月, 2015 1 次提交
    • I
      configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST · e0bed6b6
      Igor Grinberg 提交于
      The config option has been removed by one of the syncs with the Linux
      mainline MTD subsystem:
      ff94bc40 (mtd, ubi, ubifs: resync with Linux-3.14)
      It has been left inside the config files. Currently does not look to
      serve any purpose, so remove it now from all the configs.
      Signed-off-by: NIgor Grinberg <grinberg@compulab.co.il>
      Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: "Albert ARIBAUD (3ADEV)" <albert.aribaud@3adev.fr>
      Cc: Peter Barada <peter.barada@logicpd.com>
      Cc: Steve Sakoman <sakoman@gmail.com>
      Cc: Peter Tyser <ptyser@xes-inc.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Simon Glass <sjg@chromium.org>
      Acked-by: NStefan Roese <sr@denx.de>
      e0bed6b6
  19. 26 6月, 2015 1 次提交
  20. 01 6月, 2015 1 次提交
  21. 31 3月, 2015 1 次提交
  22. 12 1月, 2015 1 次提交
  23. 25 1月, 2014 1 次提交
  24. 26 11月, 2013 1 次提交
  25. 05 11月, 2013 2 次提交
  26. 24 7月, 2013 1 次提交
  27. 23 7月, 2013 1 次提交
  28. 08 6月, 2013 1 次提交
    • G
      pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option · 842033e6
      Gabor Juhos 提交于
      The pci_indirect.c file is always compiled when
      CONFIG_PCI is defined although the indirect PCI
      bridge support is not needed by every board.
      
      Introduce a new CONFIG_PCI_INDIRECT_BRIDGE
      config option and only compile indirect PCI
      bridge support if this options is enabled.
      
      Also add the new option into the configuration
      files of the boards which needs that.
      
      Compile tested for powerpc, x86, arm and nds32.
      MAKEALL results:
      
      powerpc:
        --------------------- SUMMARY ----------------------------
        Boards compiled: 641
        Boards with warnings but no errors: 2 ( ELPPC MPC8323ERDB )
        ----------------------------------------------------------
        Note: the warnings for ELPPC and MPC8323ERDB are present even
        without the actual patch.
      
      x86:
        --------------------- SUMMARY ----------------------------
        Boards compiled: 1
        ----------------------------------------------------------
      
      arm:
        --------------------- SUMMARY ----------------------------
        Boards compiled: 311
        ----------------------------------------------------------
      
      nds32:
        --------------------- SUMMARY ----------------------------
        Boards compiled: 3
        ----------------------------------------------------------
      
      Cc: Tom Rini <trini@ti.com>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
      Signed-off-by: NGabor Juhos <juhosg@openwrt.org>
      842033e6
  29. 16 10月, 2012 1 次提交