1. 25 8月, 2020 1 次提交
    • T
      arm: mx6: Make all i.MX6 SoCs user-selectable · f27ffe41
      Tom Rini 提交于
      We have a number of platforms that are a combination of a carrier board
      and System-on-Module (SoM) that in turn allows for the board to have
      different SoCs on it.  In some cases, this is handled via board-specific
      Kconfig options.  In other cases we make use of
      CONFIG_SYS_EXTRA_OPTIONS.  This latter case however can lead to invalid
      configurations as we will not in turn get options that in Kconfig are
      selected by or depend on that setting.
      
      To resolve this, make the SoC option a choice in Kconfig and make boards
      depend on what they can support.  This change opens us up for further
      clean-ups in the cases where a single CONFIG_TARGET_xxx can support
      different SoCs and today they do not, or do not cleanly do so.
      Reported-by: NMatt Porter <mporter@konsulko.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
      Cc: Soeren Moch <smoch@web.de>
      Cc: Markus Niebel <Markus.Niebel@tq-group.com>
      Cc: Igor Opaniuk <igor.opaniuk@toradex.com>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Andreas Geisreiter <ageisreiter@dh-electronics.de>
      Cc: Ludwig Zenz <lzenz@dh-electronics.de>
      Cc: Lukasz Majewski <lukma@denx.de>
      Cc: Akshay Bhat <akshaybhat@timesys.com>
      Cc: Ken Lin <Ken.Lin@advantech.com.tw>
      Cc: Ian Ray <ian.ray@ge.com>
      Cc: Tim Harvey <tharvey@gateworks.com>
      Cc: Jagan Teki <jagan@amarulasolutions.com>
      Cc: Raffaele RECALCATI <raffaele.recalcati@bticino.it>
      Cc: Simone CIANNI <simone.cianni@bticino.it>
      Cc: Adam Ford <aford173@gmail.com>
      Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
      Cc: "Eric Bénard" <eric@eukrea.com>
      Cc: Baruch Siach <baruch@tkos.co.il>
      Cc: Jason Liu <jason.hui.liu@nxp.com>
      Cc: Ye Li <ye.li@nxp.com>
      Cc: Eric Nelson <eric@nelint.com>
      Cc: Troy Kisky <troy.kisky@boundarydevices.com>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Parthiban Nallathambi <parthiban@linumiz.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: "Sébastien Szymanski" <sebastien.szymanski@armadeus.com>
      Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
      Cc: Niel Fourie <lusus@denx.de>
      Cc: Martyn Welch <martyn.welch@collabora.com>
      Cc: Richard Hu <richard.hu@technexion.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Boris Brezillon <bbrezillon@kernel.org>
      Cc: Arkadiusz Karas <arkadiusz.karas@somlabs.com>
      Cc: Breno Lima <breno.lima@nxp.com>
      Cc: Francesco Montefoschi <francesco.montefoschi@udoo.org>
      Cc: Silvio Fricke <open-source@softing.de>
      Tested-by: Matt Porter <mporter@konsulko.com> [colibri_imx6]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Reviewed-by: NMarcin Niestroj <m.niestroj@grinn-global.com>
      f27ffe41
  2. 11 8月, 2020 1 次提交
  3. 08 8月, 2020 1 次提交
  4. 29 7月, 2020 1 次提交
  5. 17 7月, 2020 1 次提交
  6. 29 4月, 2020 1 次提交
  7. 05 12月, 2019 1 次提交
  8. 21 11月, 2019 2 次提交
    • 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
    • T
      env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol · 8d8ee47e
      Tom Rini 提交于
      Today in initr_reloc_global_data() we use some non-obvious tests to
      determine if we need to relocate the env_addr within gd or not.  In
      order to facilitate migration of other symbols to Kconfig we need to
      introduce a new symbol for this particular use case.
      
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      8d8ee47e
  9. 24 8月, 2019 1 次提交
  10. 23 6月, 2019 1 次提交
  11. 30 4月, 2019 1 次提交
  12. 19 1月, 2019 1 次提交
    • P
      Kconfig: Migrate BOUNCE_BUFFER · 2acc24fc
      Philipp Tomsich 提交于
      The bounce buffer is used by a few drivers (most of the MMC drivers)
      to overcome limitations in their respective DMA implementation.
      
      This moves the configuration to Kconfig and makes it user-selectable
      (even though it will be a required feature to make those drivers
      work): the expected usage is for drivers depending on this to 'select'
      it unconditionally from their respective Kconfig (see follow-up
      patches).
      
      This commit includes a full migration using moveconfig.py to ensure
      that each commit compiles.  To ensure bisectability we update
      dependencies of various drivers to now select BOUNCE_BUFFER when needed.
      
      [trini: Squash all patches to ensure bisectability]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Signed-off-by: NPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
      Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> [dw_mmc portion]
      Reviewed-by: Fabio Estevam <festevam@gmail.com> [mxsmmc portion]
      Reviewed-by: Simon Glass <sjg@chromium.org> [tegra portion]
      2acc24fc
  13. 18 8月, 2018 1 次提交
  14. 17 8月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_NR_DRAM_BANKS · 86cf1c82
      Tom Rini 提交于
      We have the following cases:
      - CONFIG_NR_DRAM_BANKS was defined, migrate normally
      - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
        CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
      - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
        2), set this to 8.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      86cf1c82
  15. 09 4月, 2018 1 次提交
  16. 24 2月, 2018 1 次提交
  17. 11 2月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_SYS_TEXT_BASE · 278b90ce
      Tom Rini 提交于
      On the NIOS2 and Xtensa architectures, we do not have
      CONFIG_SYS_TEXT_BASE set.  This is a strict migration of the current
      values into the defconfig and removing them from the headers.
      
      I did not attempt to add more default values in and for now will leave
      that to maintainers.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      278b90ce
  18. 11 10月, 2017 1 次提交
    • T
      cmd: Toggle the default value of CONFIG_CMD_IMLS · ad12dc18
      Tuomas Tynkkynen 提交于
      Having this as a 'default y' is rather annoying because it doesn't
      actually compile unless other options are defined in the board header:
      
      ../cmd/bootm.c: In function 'do_imls_nor':
      ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
         i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {
      
      Make it 'default n' so people who develop new boards that start from a
      blank defconfig have one less compilation failure to debug.
      Signed-off-by: NTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
      ad12dc18
  19. 08 9月, 2017 2 次提交
  20. 28 8月, 2017 1 次提交
  21. 15 8月, 2017 1 次提交
  22. 26 7月, 2017 1 次提交
    • 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
  23. 30 4月, 2017 1 次提交
  24. 26 1月, 2017 1 次提交
  25. 10 9月, 2016 1 次提交
  26. 17 6月, 2016 1 次提交
  27. 26 4月, 2016 3 次提交
  28. 15 3月, 2016 1 次提交
  29. 19 11月, 2015 1 次提交
  30. 02 9月, 2015 1 次提交
    • P
      imx: mx6 move TARGET_xx Kconfig option to mx6 specific Kconfig file · 21782828
      Peng Fan 提交于
      Move TARGET_xx Kconfig option based on mx6 to arch/arm/cpu/armv7/mx6/Kconfig.
      Add enable "CONFIG_ARCH_MX6" for boards based on mx6.
      Then we can choose target boards using "make ARCH=arm menuconfig"
      with ARCH_MX6 defined.
      
      If using original way, we have no chance to enable ARCH_MX6 when
      "make menuconfig". Even define CONFIG_ARCH_MX6=y in xx_defconfig,
      kconfig will complains "arch/../configs/platinum_titanium_defconfig:3:
      warning: override: TARGET_PLATINUM_TITANIUM changes choice state"
      Signed-off-by: NPeng Fan <Peng.Fan@freescale.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Tim Harvey <tharvey@gateworks.com>
      Cc: Eric Bénard <eric@eukrea.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Eric Nelson <eric.nelson@boundarydevices.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Soeren Moch <smoch@web.de>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Acked-by: NStefano Babic <sbabic@denx.de>
      Acked-by: NSoeren Moch <smoch@web.de>
      Acked-by: NOtavio Salvador <otavio@ossystems.com.br>
      Acked-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
      21782828
  31. 26 6月, 2015 1 次提交
  32. 01 6月, 2015 1 次提交
  33. 13 5月, 2015 1 次提交
  34. 30 9月, 2014 2 次提交
    • Y
      imx: mx6dlarm2: Add support for i.MX6Q/DL arm2 LPDDR2 boards · 661139fa
      Ye.Li 提交于
      Update the ddr scripts for LPDDR2 and add two build configs for LPDDR2
      arm2 board. Since the LPDDR2 arm2 board has different DDR size, use
      CONFIG_DDR_MB in defconfig to replace the PHYS_SDRAM_SIZE.
      Signed-off-by: NYe.Li <B37916@freescale.com>
      661139fa
    • Y
      imx: mx6dlarm2: Add support for i.MX6DL arm2 DDR3 board · b357503f
      Ye.Li 提交于
      This patch adds the i.MX6DL arm2 board support. The i.MX6DL ARM2
      shared the same board with i.MX6Q ARM2 board since the i.MX6DL is
      pin-pin compatible with i.MX6Q.
      
      The patch also support the DDR 32-BIT mode option. Please define
      CONFIG_DDR_32BIT in the board configure file to enable DDR 32-BIT
      mode.But due to the board design, it's 64bit DDR buswidth physically,
      so, if you CONFIG_DDR_32BIT, the DDR memory size will be half of it.
      Signed-off-by: NYe.Li <B37916@freescale.com>
      b357503f
  35. 30 7月, 2014 1 次提交
    • M
      kconfig: add board Kconfig and defconfig files · dd84058d
      Masahiro Yamada 提交于
      This commit adds:
       - arch/${ARCH}/Kconfig
          provide a menu to select target boards
       - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig
          set CONFIG macros to the appropriate values for each board
       - configs/${TARGET_BOARD}_defconfig
          default setting of each board
      
      (This commit was automatically generated by a conversion script
      based on boards.cfg)
      
      In Linux Kernel, defconfig files are located under
      arch/${ARCH}/configs/ directory.
      It works in Linux Kernel since ARCH is always given from the
      command line for cross compile.
      
      But in U-Boot, ARCH is not given from the command line.
      Which means we cannot know ARCH until the board configuration is done.
      That is why all the "*_defconfig" files should be gathered into a
      single directory ./configs/.
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      dd84058d