Tom Rini
d892702080
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-10-08 09:28:10 -06:00
Tom Rini
42fb448a20
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-01-03 09:26:16 -05:00
Simon Glass
984639039f
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
...
The current name is inconsistent with SPL which uses CONFIG_SPL_TEXT_BASE
and this makes it imposible to use CONFIG_VAL().
Rename it to resolve this problem.
Signed-off-by: Simon Glass <sjg@chromium.org >
2022-10-31 11:01:31 -04:00
Tom Rini
d0ee7f295d
Convert CONFIG_SYS_PBSIZE to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_PBSIZE
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-06-06 12:09:00 -04:00
Tom Rini
cf493582f8
Convert CONFIG_SYS_MAXARGS to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_MAXARGS
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-06-06 12:08:58 -04:00
Tom Rini
0a3689cb86
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-04-01 10:33:18 -04:00
Tom Rini
0e14cdfaf3
Convert CONFIG_ETHPRIME to Kconfig
...
This converts the following to Kconfig:
CONFIG_ETHPRIME
This is also done by adding a gating Kconfig option, CONFIG_USE_ETHPRIME
similar to other options that are not always set and control environment
variables.
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-03-18 12:48:17 -04:00
Tom Rini
970bf8603b
Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
...
This converts the following to Kconfig:
CONFIG_USE_BOOTCOMMAND
CONFIG_BOOTCOMMAND
CONFIG_RAMBOOTCOMMAND
CONFIG_NFSBOOTCOMMAND
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-12-01 10:58:10 -05:00
Tom Rini
61e1972e73
Convert CONFIG_FEC_MXC to Kconfig
...
This converts the following to Kconfig:
CONFIG_FEC_MXC
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-11-05 11:23:29 -04:00
Tom Rini
9802154a94
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-11-01 12:19:22 +00:00
Tom Rini
7cfbba36e9
Convert CONFIG_SYS_MALLOC_LEN to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_MALLOC_LEN
Signed-off-by: Tom Rini <trini@konsulko.com >
Acked-by: Sean Anderson <seanga2@gmail.com >
Reviewed-by: Rick Chen <rick@andestech.com >
2021-08-31 17:47:49 -04:00
Tom Rini
148b8bb4b6
imx: Finish migration of IMX_CONFIG to Kconfig
...
- Provide a default Kconfig value of the default script
- Largely continue to define this via the board Kconfig file
- For the boards that select a script based on defconfig rather than
TARGET, keep this within the defconfig.
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-08-31 17:46:37 -04:00
Tom Rini
df59b7d23b
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-07-26 21:10:37 -04:00
Tom Rini
8c5ea5361c
configs: migrate CONFIG_IMX_THERMAL to defconfigs
...
Done via moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-12-07 08:54:29 +01:00
Tom Rini
53def460d2
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-11-30 12:50:32 -05:00
Tom Rini
0817daa760
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-10-09 12:22:06 -04:00
Tom Rini
f27ffe4177
arm: mx6: Make all i.MX6 SoCs user-selectable
...
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: Matt 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: Tom Rini <trini@konsulko.com >
Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com >
2020-08-25 10:26:14 +02:00
Tom Rini
554e5514ac
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-08-10 15:31:07 -04:00
Tom Rini
7d08077334
Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_MMC_ENV_DEV
CONFIG_SYS_MMC_ENV_PART
Note that with this conversion we now have consistent behavior with
respect to ensuring that we have always selected the correct MMC
device and hardware partition.
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-08-08 11:03:52 -04:00
Adam Ford
e91907a146
Convert CONFIG_ENV_OVERWRITE to Kconfig
...
This converts the following to Kconfig:
CONFIG_ENV_OVERWRITE
Signed-off-by: Adam Ford <aford173@gmail.com >
[trini: Rerun migration, remove some comments]
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-07-28 16:18:06 -04:00
Tom Rini
f7d0ae9c63
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-07-28 08:46:52 -04:00
Tom Rini
e6676a34c4
Convert CONFIG_MXC_UART to Kconfig
...
This converts the following to Kconfig:
CONFIG_MXC_UART
Signed-off-by: Tom Rini <trini@konsulko.com >
Acked-by: Peng Fan <peng.fan@nxp.com >
2020-07-17 08:47:29 -04:00
Tom Rini
e985eb14ac
Convert CONFIG_CMD_ASKENV et al to Kconfig
...
This converts the following to Kconfig:
CONFIG_CMD_ASKENV
CONFIG_CMD_BMP
CONFIG_CMD_BOOTD
CONFIG_CMD_CACHE
CONFIG_CMD_CRC32
CONFIG_CMD_DHCP
CONFIG_CMD_ENV
CONFIG_CMD_EXPORTENV
CONFIG_CMD_EXT2
CONFIG_CMD_EXT4
CONFIG_CMD_FLASH
CONFIG_CMD_FS_GENERIC
CONFIG_CMD_FUSE
CONFIG_CMD_GPIO
CONFIG_CMD_GPT
CONFIG_CMD_GREPENV
CONFIG_CMD_I2C
CONFIG_CMD_IMLS
CONFIG_CMD_IMPORTENV
CONFIG_CMD_LOADB
CONFIG_CMD_LOADS
CONFIG_CMD_MEMINFO
CONFIG_CMD_MII
CONFIG_CMD_MTDPARTS
CONFIG_CMD_NAND
CONFIG_CMD_NAND_TRIMFFS
CONFIG_CMD_NFS
CONFIG_CMD_PCA953X
CONFIG_CMD_PCA953X_INFO
CONFIG_CMD_PCI
CONFIG_CMD_PING
CONFIG_CMD_READ
CONFIG_CMD_SF
CONFIG_CMD_SPI
CONFIG_CMD_SPL
CONFIG_CMD_SPL_WRITE_SIZE
CONFIG_CMD_TIME
CONFIG_CMD_TRACE
CONFIG_CMD_UBI
CONFIG_CMD_UBIFS
CONFIG_CMD_UNZIP
CONFIG_FS_EXT4
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-06-04 18:10:02 -04:00
Ashok Reddy Soma
702de89cc6
treewide: mem: Move mtest related defines to Kconfig
...
Move below defines which are used by mtest utility to Kconfig.
CONFIG_SYS_MEMTEST_START
CONFIG_SYS_MEMTEST_END
Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com >
Signed-off-by: Michal Simek <michal.simek@xilinx.com >
[trini: Fix kmcoge5ne board, re-run migration as well]
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-05-08 12:02:56 -04:00
Tom Rini
556fd590db
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-04-28 16:15:47 -04:00
Arkadiusz Karas
5b6f8f3083
ARM: imx: mx6ull: Add iMX6ULL VisionSOM SoM and EVK
...
Add iMX6ULL VisionSOM SoM and VisionCB-RT-STD evaluation board support.
The SoM has an iMX6ULL, 512 MiB of DRAM and microSD slot. The carrier
board has Ethernet, USB host port, USB OTG port.
Signed-off-by: Arkadiusz Karas <arkadiusz.karas@somlabs.com >
Signed-off-by: Marek Vasut <marex@denx.de >
Cc: Stefano Babic <sbabic@denx.de >
2020-01-20 15:38:16 +01:00