Tom Rini
10f6e4dc3a
Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_SPL_MALLOC_SIZE
CONFIG_SYS_SPL_MALLOC_START
We introduce a default value here as well, and CONFIG_SYS_SPL_MALLOC to
control if we have a malloc pool or not.
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-06-06 12:09:28 -04:00
Tom Rini
23780398b5
imx6: Update CONFIG_SPL_STACK defaults in Kconfig
...
Update the Kconfig entry to have the correct defaults for i.MX6
platforms, and move the existing large comment from imx6_spl.h to
doc/imx/common/imx6.txt so that it's not lost.
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-06-06 12:09:28 -04:00
Tom Rini
f113d7d303
Convert CONFIG_SPL_STACK to Kconfig
...
This converts the following to Kconfig:
CONFIG_SPL_STACK
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-06-06 12:09:27 -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
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
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
cdcbd593ad
configs: Resync with savedefconfig
...
Resync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-10-15 09:42:22 -04:00
Simon Glass
2a73606668
serial: Rename SERIAL_SUPPORT to SERIAL
...
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass <sjg@chromium.org >
2021-09-04 12:26:01 -04:00
Simon Glass
103c5f1806
mmc: Rename MMC_SUPPORT to MMC
...
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass <sjg@chromium.org >
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com >
[trini: Fixup some incorrect renames]
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-09-04 11:42:41 -04: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
Simon Glass
333e4a621d
Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST
...
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <sjg@chromium.org >
2021-07-28 14:27:54 -04:00
Simon Glass
078111b9c0
Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG
...
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <sjg@chromium.org >
2021-07-28 14:27:54 -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
2bba78076b
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-06-28 10:17:29 -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
74f11b55df
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-11-09 14:23:01 -05:00
Simon Glass
c0697c1f4b
imx: Use devicetree for SMBIOS settings on MYiR MYS-6ULX
...
Add settings and enable the default sysinfo driver so that these can come
from the device tree.
Signed-off-by: Simon Glass <sjg@chromium.org >
Reviewed-by: Bin Meng <bmeng.cn@gmail.com >
2020-11-06 10:18:20 +08: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
Parthiban Nallathambi
10e959a1ca
imx: Add MYiR Tech MYS-6ULX support
...
MYS-6ULX is single board computer (SBC) comes with eMMC or NAND based
on imx6ULL SoC from NXP and provision for expansion board. This
commit adds support only for SBC with NAND.
CPU: Freescale i.MX6ULL rev1.1 528 MHz (running at 396 MHz)
CPU: Commercial temperature grade (0C to 95C) at 45C
Reset cause: WDOG
Model: MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND
Board: MYiR MYS-6ULX 6ULL Single Board Computer
DRAM: 256 MiB
NAND: 256 MiB
MMC: FSL_SDHC: 0
In: serial@2020000
Out: serial@2020000
Err: serial@2020000
Net: FEC0
Working:
- Eth0
- MMC/SD
- NAND
- UART 1
- USB host
Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com >
2020-08-03 17:03:57 +02:00