1. 12 8月, 2017 1 次提交
  2. 09 8月, 2017 1 次提交
  3. 08 8月, 2017 1 次提交
  4. 01 8月, 2017 1 次提交
  5. 29 7月, 2017 1 次提交
  6. 26 7月, 2017 2 次提交
    • S
      Convert CONFIG_ENV_IS_IN_FLASH to Kconfig · 85fc970d
      Simon Glass 提交于
      This converts the following to Kconfig:
         CONFIG_ENV_IS_IN_FLASH
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      85fc970d
    • 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
  7. 04 6月, 2017 1 次提交
  8. 02 6月, 2017 1 次提交
  9. 24 5月, 2017 2 次提交
  10. 18 4月, 2017 2 次提交
    • R
      arm: ls1043ardb: Add NAND secure boot target · 762f92a6
      Ruchika Gupta 提交于
      Add NAND secure boot target for ls1043ardb.
      
      - Change the u-boot size defined by a macro for copying the main
        U-Boot by SPL to also include the u-boot Secure Boot header size as
        header is appended to u-boot image. So header will also be copied
        from SD to DDR.
      - MACRO for CONFIG_BOOTSCRIPT_COPY_RAM is enabled to copy Bootscript
        from NAND to DDR. Offsets for Bootscript on NAND and DDR have been
        also defined.
      Signed-off-by: NVinitha Pillai <vinitha.pillai@nxp.com>
      Signed-off-by: NSumit Garg <sumit.garg@nxp.com>
      Signed-off-by: NRuchika Gupta <ruchika.gupta@nxp.com>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      762f92a6
    • S
      armv8: ls1043ardb: SPL size reduction · 4139b170
      Sumit Garg 提交于
      Using changes in this patch we were able to reduce approx 10k
      size of u-boot-spl.bin image. Following is breif description of
      changes to reduce SPL size:
      1. Changes in board/freescale/ls1043ardb/Makefile to remove
         compilation of eth.c and cpld.c in case of SPL build.
      2. Changes in board/freescale/ls1043ardb/ls1043ardb.c to keep
         only ddr_init and board_early_init_f funcations in case of SPL
         build.
      3. Changes in ls1043a_common.h & ls1043ardb.h to remove driver
         specific macros due to which static data was being compiled in
         case of SPL build.
      4. Disable MMC driver from bieng compiled in case of SPL NAND
         build and NAND driver from bieng compiled in case of SPL MMC build.
      5. Remove I2C driver support from SPL in case of LS1043ARDB.
      Signed-off-by: NVinitha Pillai <vinitha.pillai@nxp.com>
      Signed-off-by: NSumit Garg <sumit.garg@nxp.com>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      4139b170
  11. 14 3月, 2017 1 次提交
  12. 28 1月, 2017 3 次提交
  13. 22 1月, 2017 1 次提交
  14. 19 1月, 2017 3 次提交
  15. 16 12月, 2016 1 次提交
  16. 28 10月, 2016 1 次提交
  17. 12 10月, 2016 2 次提交
  18. 10 9月, 2016 1 次提交
  19. 03 8月, 2016 1 次提交
  20. 20 7月, 2016 1 次提交
  21. 04 6月, 2016 2 次提交
  22. 18 5月, 2016 2 次提交
  23. 26 4月, 2016 2 次提交
  24. 25 2月, 2016 1 次提交
  25. 28 1月, 2016 2 次提交
  26. 15 12月, 2015 1 次提交
  27. 14 12月, 2015 1 次提交
  28. 01 12月, 2015 1 次提交