1. 03 12月, 2020 1 次提交
  2. 29 7月, 2020 1 次提交
  3. 26 6月, 2020 1 次提交
  4. 09 5月, 2020 1 次提交
  5. 10 1月, 2020 2 次提交
  6. 21 11月, 2019 1 次提交
    • T
      env: Finish migration of common ENV options · a09fea1d
      Tom Rini 提交于
      - In ARMv8 NXP Layerscape platforms we also need to make use of
        CONFIG_SYS_RELOC_GD_ENV_ADDR now, do so.
      - On ENV_IS_IN_REMOTE, CONFIG_ENV_OFFSET is never used, drop the define
        to 0.
      - Add Kconfig entry for ENV_ADDR.
      - Make ENV_ADDR / ENV_OFFSET depend on the env locations that use it.
      - Add ENV_xxx_REDUND options that depend on their primary option and
        SYS_REDUNDAND_ENVIRONMENT
      - On a number of PowerPC platforms, use SPL_ENV_ADDR not CONFIG_ENV_ADDR
        for the pre-main-U-Boot environment location.
      - On ENV_IS_IN_SPI_FLASH, check not for CONFIG_ENV_ADDR being set but
        rather it being non-zero, as it will now be zero by default.
      - Rework the env_offset absolute in env/embedded.o to not use
        CONFIG_ENV_OFFSET as it was the only use of ENV_OFFSET within
        ENV_IS_IN_FLASH.
      - Migrate all platforms.
      
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Patrick Delaunay <patrick.delaunay@st.com>
      Cc: uboot-stm32@st-md-mailman.stormreply.com
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      Reviewed-by: NSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      a09fea1d
  7. 24 5月, 2019 1 次提交
  8. 26 3月, 2019 2 次提交
  9. 27 11月, 2018 1 次提交
  10. 06 8月, 2018 1 次提交
  11. 23 7月, 2018 1 次提交
  12. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  13. 09 4月, 2018 1 次提交
  14. 24 2月, 2018 1 次提交
  15. 14 2月, 2018 1 次提交
  16. 20 1月, 2018 1 次提交
    • T
      m68k: Drop unreferenced CONFIG_* defines · e6e5ecc5
      Tuomas Tynkkynen 提交于
      The following config symbols are only defined once and never referenced
      anywhere else:
      
      CONFIG_AMCORE
      CONFIG_ASTRO5373L
      CONFIG_M52277EVB
      CONFIG_M5253DEMO
      CONFIG_M5253EVBE
      CONFIG_M5275EVB
      CONFIG_M54418TWR
      CONFIG_STMARK2
      
      Most of them are config symbols named after the respective boards which
      seems to have been a standard practice at some point.
      Signed-off-by: NTuomas Tynkkynen <tuomas@tuxera.com>
      e6e5ecc5
  17. 06 11月, 2017 1 次提交
  18. 18 8月, 2017 1 次提交
    • A
      m68k: add board stmark2, mcf5441x based · a373024e
      Angelo Dureghello 提交于
      Sysam stmark2 board is a generic and fully (hw and sw) open board, with
      a mcf54415 Coldfire CPU, 128MB of DDR2, 16MB of SPI flash and SD card
      as non volatile memories, and a wifi module included on-board.
      The board is actually used mainly for Coldfire custodian testing activity
      related to the mcf5441x Coldfire family.
      
      For further information please see: http://sysam.it/cff_stmark2.htmlSigned-off-by: NAngelo Dureghello <angelo@sysam.it>
      ---
      
      Changes in v2:
       - remove CMD_REGINFO
       - add board information in commit message
      a373024e