1. 29 7月, 2020 1 次提交
  2. 19 5月, 2020 1 次提交
  3. 09 5月, 2020 1 次提交
  4. 10 1月, 2020 2 次提交
  5. 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
  6. 24 5月, 2019 1 次提交
  7. 26 3月, 2019 1 次提交
  8. 27 11月, 2018 1 次提交
  9. 20 10月, 2018 1 次提交
  10. 18 8月, 2018 1 次提交
  11. 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
  12. 09 4月, 2018 1 次提交
  13. 24 2月, 2018 1 次提交
  14. 14 2月, 2018 1 次提交
  15. 04 9月, 2017 3 次提交
  16. 18 8月, 2017 1 次提交
  17. 15 8月, 2017 1 次提交
  18. 26 7月, 2017 2 次提交
  19. 23 7月, 2017 1 次提交
    • C
      powerpc: Remove unneccessary #ifdefs in reginfo · f3603b43
      Christophe Leroy 提交于
      reginfo command is calling mpc8xx_reginfo(), mpc85xx_reginfo()
      or mpc86xx_reginfo() based on CONFIG_ symbol.
      As those 3 functions can't me defined at the same time, let's
      rename them print_reginfo() to avoid the #ifdefs
      The name is kept generic as it is not at all dependent on
      powerpc arch and any other arch could want to also print
      such information.
      
      In addition, as the Makefile compiles cmd/reginfo.c only when
      CONFIG_CMD_REGINFO is set, there is no need to enclose the U_BOOT_CMD
      definition inside a #ifdef CONFIG_CMD_REGINFO
      
      Lets all remove the #ifdefs around the U_BOOT_CMD as this
      file is only compiled when CONFIG_CMD_REGINFO is defined
      
      Finally, this is a PowerPC-only command, disable it on a number of
      non-PowerPC platforms.
      Signed-off-by: NChristophe Leroy <christophe.leroy@c-s.fr>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      f3603b43
  20. 23 5月, 2017 1 次提交
  21. 01 5月, 2017 1 次提交
  22. 20 3月, 2017 1 次提交
  23. 12 10月, 2016 1 次提交
  24. 10 6月, 2016 1 次提交
  25. 26 4月, 2016 2 次提交
  26. 25 11月, 2015 1 次提交
  27. 21 10月, 2015 1 次提交
  28. 13 8月, 2015 1 次提交
    • N
      kconfig: add config option for shell prompt · 181bd9dc
      Nikita Kiryanov 提交于
      Add option to set shell prompt string from menuconfig and migrate
      boards globally.
      
      The migration is done as follows:
      - Boards that explicitly and unconditionally set CONFIG_SYS_PROMPT had the
        entry moved to their defconfig files.
      - Boards that defined some kind of #ifdef logic which selects the
        CONFIG_SYS_PROMPT (for example qemu-mips) got an #undef CONFIG_SYS_PROMPT
        right before the #ifdef logic and were left alone.
      - This change forces CONFIG_SYS_PROMPT to be a per board decision, and thus
        CONFIG_SYS_PROMPT was removed from all <soc>_common.h and <arch>_common.h
        files. This results in a streamlined default value across platforms, and
        includes the following files: spear-common, sunxi-common, mv-common,
        ti_armv7_common, tegra-common, at91-sama5_common, and zynq-common.
      - Boards that relied on <arch/soc>_common.h values of CONFIG_SYS_PROMPT were
        not updated in their respective defconfig files under the assumption that
        since they did not explicitly define a value, they're fine with whatever
        the default is.
      - On the other hand, boards that relied on a value defined in some
        <boards>_common.h file such as woodburn_common, rpi-common,
        bur_am335x_common, ls2085a_common, siemens_am33x_common, and
        omap3_evm_common, had their values moved to the respective defconfig files.
      - The define V_PROMPT was removed, since it is not used anywhere except for
        assigning a value for CONFIG_SYS_PROMPT.
      
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Signed-off-by: NNikita Kiryanov <nikita@compulab.co.il>
      [trini: Add spring, sniper, smartweb to conversion]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      181bd9dc
  29. 26 6月, 2015 2 次提交
  30. 01 6月, 2015 1 次提交
  31. 20 5月, 2015 1 次提交
  32. 28 3月, 2015 1 次提交
  33. 06 3月, 2015 1 次提交
  34. 05 11月, 2013 1 次提交