1. 14 2月, 2018 1 次提交
  2. 26 7月, 2017 2 次提交
    • S
      Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig · 91c868fe
      Simon Glass 提交于
      This converts the following to Kconfig:
         CONFIG_ENV_IS_IN_SPI_FLASH
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      91c868fe
    • S
      Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig · 2be29653
      Simon Glass 提交于
      This converts the following to Kconfig:
         CONFIG_ENV_IS_IN_MMC
         CONFIG_ENV_IS_IN_NAND
         CONFIG_ENV_IS_IN_UBI
         CONFIG_ENV_IS_NOWHERE
      
      In fact this already exists for sunxi as a 'choice' config. However not
      all the choices are available in Kconfig yet so we cannot use that. It
      would lead to more than one option being set.
      
      In addition, one purpose of this series is to allow the environment to be
      stored in more than one place. So the existing choice is converted to a
      normal config allowing each option to be set independently.
      
      There are not many opportunities for Kconfig updates to reduce the size of
      this patch. This was tested with
      
         ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMC
      
      And then manual updates.  This is because for CHAIN_OF_TRUST boards they
      can only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logic
      now.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      2be29653
  3. 04 6月, 2017 1 次提交
  4. 29 1月, 2017 1 次提交
    • T
      arm: Note vendor-required status of certain MACH_TYPE values · cd7b6344
      Tom Rini 提交于
      In the cases of some boards, a MACH_TYPE number is used which is either
      not registered upstream or worse (for functionality) is re-using the
      number of a different (or reference) platform instead.  Make sure we
      have a comment in these cases.
      
      Cc: Albert ARIBAUD <albert.aribaud@3adev.fr>
      Cc: Walter Schweizer <swwa@users.sourceforge.net>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Acked-by: NStefan Roese <sr@denx.de>
      cd7b6344
  5. 09 10月, 2016 1 次提交
  6. 20 9月, 2016 1 次提交
  7. 26 4月, 2016 1 次提交
  8. 25 11月, 2015 1 次提交
  9. 18 11月, 2015 5 次提交
  10. 25 10月, 2015 1 次提交
  11. 26 6月, 2015 2 次提交
  12. 06 3月, 2015 2 次提交
  13. 31 8月, 2014 1 次提交
  14. 24 7月, 2013 1 次提交
  15. 15 5月, 2012 1 次提交
  16. 28 10月, 2011 1 次提交
    • J
      dreamplug: initial board support. · 2e0c1c7d
      Jason Cooper 提交于
      Copied wholeheartedly from board/Marvell/guruplug and modified to add support
      for SPI NOR flash.
      
      CONFIG_MACH_DREAMPLUG defined in include/configs/dreamplug.h until Linus's
      kernel.org tree adds it to mach-types.h.  Once it trickles down, the definition
      can be removed from include/configs/dreamplug.h.
      Signed-off-by: NJason Cooper <u-boot@lakedaemon.net>
      2e0c1c7d
  17. 28 10月, 2010 1 次提交
  18. 13 10月, 2010 1 次提交
    • P
      kirkwood: added common config file mv-common.h · 54e999a3
      Prafulla Wadaskar 提交于
      It is observed that, in most of the board configs the code is being
      duplicated, also for any common change all board files needs update
      This issue was under discussion from long on mailing list and we
      converge on introducing common config file.
      
      With this patch-
      1. Total Kirkwood specific configuration code is reduced by 210 lines
      2. All common configuration can be shared by multiple boards
      3. Easy to manage common updates like ARM relocation changes
      
      mv-common.h file is added to include/configs/
      It contains all common configuration supported for all Kirkwood boards
      The respective board configs are updated for its usage
      
      Build tested for guruplug, mv88f6281gtw_ge, openrd_base,
      rd6281a and sheevaplug
      Binary execution tested for sheevaplug
      
      Todo:
      1. Other custom Kirkwood boards to be synced
      2. The support to be extended for Orion5X based boards
      Signed-off-by: NPrafulla Wadaskar <prafulla@marvell.com>
      54e999a3
  19. 12 10月, 2010 1 次提交
    • P
      kirkwood: added common config file mv-common.h · 44f1ec6c
      Prafulla Wadaskar 提交于
      It is observed that, in most of the board configs the code is being
      duplicated, also for any common change all board files needs update
      This issue was under discussion from long on mailing list and we
      converge on introducing common config file.
      
      With this patch-
      1. Total Kirkwood specific configuration code is reduced by 210 lines
      2. All common configuration can be shared by multiple boards
      3. Easy to manage common updates like ARM relocation changes
      
      mv-common.h file is added to include/configs/
      It contains all common configuration supported for all Kirkwood boards
      The respective board configs are updated for its usage
      
      Build tested for guruplug, mv88f6281gtw_ge, openrd_base,
      rd6281a and sheevaplug
      Binary execution tested for sheevaplug
      
      Todo:
      1. Other custom Kirkwood boards to be synced
      2. The support to be extended for Orion5X based boards
      Signed-off-by: NPrafulla Wadaskar <prafulla@marvell.com>
      44f1ec6c
  20. 13 7月, 2010 1 次提交
  21. 30 4月, 2010 1 次提交
  22. 21 4月, 2010 1 次提交
    • F
      configs/sheevaplug: added a few additional commands · 3301b940
      Frans Meulenbroeks 提交于
      This patch includes a few additional commands in the sheevaplug
      version of u-boot:
      - support for LONGHELP so you can get help messages
      - auto completion and command editing
      - ubi and mii support
      - ext2 filesystem (convenient if you have an ext2 from which you want to boot)
      - jffs2 and ubifs filesystems (if you want to use these in NAND)
      
      This also makes it more similar to openrd client.
      
      Side effect of this patch is that the code now needs 3 sectors i.s.o. 2
      so an existing env is overwritten
      Signed-off-by: NFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
      3301b940
  23. 09 12月, 2009 1 次提交
  24. 10 8月, 2009 1 次提交
  25. 19 7月, 2009 1 次提交