Tom Rini
167f699ba1
Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_BOOTPARAMS_LEN
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
e056892422
Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000
...
The most commonly used value today is 0x2000 and not 0x400. Rework the
Kconfig logic to use this more frequently used value as the default.
Cc: Andrew F. Davis <afd@ti.com >
Cc: Alex Nemirovsky <alex.nemirovsky@cortina-access.com >
Cc: Alexey Brodkin <abrodkin@synopsys.com >
Cc: Alison Wang <alison.wang@nxp.com >
Cc: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com >
Cc: Andes <uboot@andestech.com >
Cc: Andre Przywara <andre.przywara@arm.com >
Cc: Bharat Gooty <bharat.gooty@broadcom.com >
Cc: David Lechner <david@lechnology.com >
Cc: Dzmitry Sankouski <dsankouski@gmail.com >
Cc: Enric Balletbo i Serra <eballetbo@gmail.com >
Cc: Eugeniy Paltsev <paltsev@synopsys.com >
Cc: Fabio Estevam <festevam@gmail.com >
Cc: Gerald Kerma <dreagle@doukki.net >
Cc: Gregory CLEMENT <gregory.clement@bootlin.com >
Cc: Holger Brunck <holger.brunck@hitachienergy.com >
Cc: Jaehoon Chung <jh80.chung@samsung.com >
Cc: Jassi Brar <jaswinder.singh@linaro.org >
Cc: Kristian Amlie <kristian.amlie@northern.tech >
Cc: Krzysztof Kozlowski <krzk@kernel.org >
Cc: Liviu Dudau <liviu.dudau@foss.arm.com >
Cc: Luka Perkov <luka.perkov@sartura.hr >
Cc: Lukasz Majewski <lukma@denx.de >
Cc: Marek Vasut <marex@denx.de >
Cc: Masami Hiramatsu <masami.hiramatsu@linaro.org >
Cc: Matthias Brugger <mbrugger@suse.com >
Cc: Max Filippov <jcmvbkbc@gmail.com >
Cc: Michael Walle <michael@walle.cc >
Cc: Michal Simek <michal.simek@xilinx.com >
Cc: Minkyu Kang <mk7.kang@samsung.com >
Cc: Nikita Kiryanov <nikita@compulab.co.il >
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com >
Cc: Otavio Salvador <otavio@ossystems.com.br >
Cc: Patrice Chotard <patrice.chotard@foss.st.com >
Cc: Paul Burton <paul.burton@mips.com >
Cc: Paul Kocialkowski <contact@paulk.fr >
Cc: Priyanka Jain <priyanka.jain@nxp.com >
Cc: Rajesh Bhagat <rajesh.bhagat@nxp.com >
Cc: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com >
Cc: Sergey Temerkhanov <s.temerkhanov@gmail.com >
Cc: Simon Glass <sjg@chromium.org >
Cc: Stefan Bosch <stefan_b@posteo.net >
Cc: Stephan Gerhold <stephan@gerhold.net >
Cc: Tetsuyuki Kobayashi <koba@kmckk.co.jp >
Cc: Thomas Chou <thomas@wytron.com.tw >
Cc: Thomas Fitzsimmons <fitzsim@fitzsim.org >
Cc: Thomas Weber <weber@corscience.de >
Cc: Tony Dinh <mibodhi@gmail.com >
Cc: Trevor Woerner <twoerner@gmail.com >
Cc: Vitaly Andrianov <vitalya@ti.com >
Cc: Vladimir Zapolskiy <vz@mleia.com >
Cc: liuhao <liuhao@phytium.com.cn >
Cc: lixinde <lixinde@phytium.com.cn >
Cc: shuyiqi <shuyiqi@phytium.com.cn >
Cc: weichangzheng <weichangzheng@phytium.com.cn >
Signed-off-by: Tom Rini <trini@konsulko.com >
Reviewed-by: Thomas Chou <thomas@wytron.com.tw >
Reviewed-by: Masami Hiramatsu <masami.hiramatsu@linaro.org >
Reviewed-by: Tony Dinh <mibodhi@gmail.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Kristian Amlie <kristian.amlie@northern.tech >
2022-04-20 11:14:39 -04:00
Tom Rini
7f418ea598
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
...
- DM9000 DM support
- tftp server bug fix
- mdio ofnode support functions
- Various phy fixes and improvements.
[trini: Fixup merge conflicts in drivers/net/phy/ethernet_id.c
drivers/net/phy/phy.c include/phy.h]
2022-04-15 08:10:32 -04:00
Marek Vasut
0154e6de37
configs: net: dm9000: Move new Kconfig option to board configs
...
Drop legacy #define CONFIG_DRIVER_DM9000 from board include/configs/
and enable the same in Kconfig configs/ .
Signed-off-by: Marek Vasut <marex@denx.de >
Cc: Joe Hershberger <joe.hershberger@ni.com >
Cc: Ramon Fried <rfried.dev@gmail.com >
Reviewed-by: Ramon Fried <rfried.dev@gmail.com >
2022-04-13 15:14:31 +03:00
Tom Rini
d46e86d25c
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-04-08 13:36:51 -04:00
Tom Rini
f76750d111
Convert CONFIG_CONS_INDEX et al to Kconfig
...
This converts the following to Kconfig:
CONFIG_CONS_INDEX
CONFIG_DEBUG_UART_CLOCK
CONFIG_FSL_TZPC_BP147
CONFIG_GENERIC_ATMEL_MCI
CONFIG_IDENT_STRING
CONFIG_LIBATA
CONFIG_LNX_KRNL_IMG_TEXT_OFFSET_BASE
CONFIG_LPC32XX_GPIO
CONFIG_MP
CONFIG_MPC8XXX_GPIO
CONFIG_MTD_PARTITIONS
CONFIG_MVGBE
CONFIG_MXC_GPIO
CONFIG_NR_DRAM_BANKS
CONFIG_OF_BOARD_SETUP
CONFIG_OF_STDOUT_VIA_ALIAS
CONFIG_OF_SYSTEM_SETUP
CONFIG_PREBOOT
CONFIG_ROCKCHIP_SERIAL
CONFIG_RTC_ENABLE_32KHZ_OUTPUT
CONFIG_RTC_MV
CONFIG_SCSI_AHCI
CONFIG_SF_DEFAULT_BUS
CONFIG_SF_DEFAULT_CS
CONFIG_SF_DEFAULT_SPEED
CONFIG_SOFT_SPI
CONFIG_SPI_FLASH_EON
CONFIG_SPI_FLASH_MACRONIX
CONFIG_SPI_FLASH_MTD
CONFIG_SPI_FLASH_SPANSION
CONFIG_SPI_FLASH_SST
CONFIG_SPI_FLASH_STMICRO
CONFIG_SUPPORT_RAW_INITRD
CONFIG_SYS_ARCH_TIMER
CONFIG_SYS_BOARD
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
CONFIG_SYS_DCACHE_OFF
CONFIG_SYS_FDT_SAVE_ADDRESS
CONFIG_SYS_FLASH_CFI
CONFIG_SYS_FSL_ERRATUM_ESDHC135
CONFIG_SYS_HAS_SERDES
CONFIG_SYS_L2CACHE_OFF
CONFIG_SYS_LITTLE_ENDIAN
CONFIG_SYS_LOAD_ADDR
CONFIG_SYS_MMCSD_FS_BOOT_PARTITION
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
CONFIG_SYS_NS16550
CONFIG_SYS_PLLFIN
CONFIG_SYS_SPI_U_BOOT_OFFS
CONFIG_TIMER_SYS_TICK_CH
CONFIG_USB_EHCI_FSL
CONFIG_U_QE
CONFIG_VERSION_VARIABLE
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-12-27 08:41:38 -05:00
Tom Rini
c745299156
Convert CONFIG_SYS_CONSOLE_IS_IN_ENV to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_CONSOLE_IS_IN_ENV
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-11-12 14:18:17 -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
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
a2ac2b964b
Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
...
This converts the following to Kconfig:
CONFIG_SKIP_LOWLEVEL_INIT
CONFIG_SKIP_LOWLEVEL_INIT_ONLY
In order to do this, we need to introduce SPL and TPL variants of these
options so that we can clearly disable these options only in SPL in some
cases, and both instances in other cases.
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-08-31 17:47:49 -04:00
Tom Rini
49c8ef0e45
Convert CONFIG_SYS_LOAD_ADDR to Kconfig
...
Now that we have consistent usage, migrate this symbol to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com >
Reviewed-by: Rick Chen <rick@andestech.com >
2021-08-31 17:46:37 -04:00
Simon Glass
83061dbd1c
Rename GPIO_SUPPORT to GPIO
...
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass <sjg@chromium.org >
2021-07-28 14:29:36 -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
838157d02e
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-05-11 12:19:09 -04: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
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
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
c5a6e9f8b8
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-07-06 13:54:25 -04:00
Tom Rini
052170c6a0
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-01-22 13:38:00 -05:00
Tom Rini
0cfccb5401
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-12-04 17:18:38 -05:00
Tom Rini
a09fea1d28
env: Finish migration of common ENV options
...
- 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: Tom Rini <trini@konsulko.com >
Acked-by: Joe Hershberger <joe.hershberger@ni.com >
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com >
2019-11-20 18:32:09 -05:00
Tom Rini
8d8ee47e03
env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol
...
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: Tom Rini <trini@konsulko.com >
2019-11-20 12:24:50 -05:00
Tom Rini
665c35a764
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-09-23 11:47:37 -04:00
Tom Rini
bf17bcc5b1
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-08-25 12:03:24 -04:00
Tom Rini
df33f86468
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-08-14 08:11:27 -04:00
Simon Goldschmidt
f89d6133ee
configs: move CONFIG_SPL_TEXT_BASE to Kconfig
...
Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig and migrate existing
values.
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com >
[trini: Re-run migration]
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-04-29 21:41:40 -04:00
Tom Rini
d168bcb6fe
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-04-29 21:41:40 -04:00
Daniel Schwierzeck
b8e7e5d8c5
MIPS: jz47xx: remove custom u-boot-spl.lds
...
There is no real difference between the generic variant and
the custom variant except that the generic variant is more
optimised. This also saves 24 Bytes in the SPL binary.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
Tested-by: Ezequiel Garcia <ezequiel@collabora.com >
2019-01-16 13:56:43 +01:00
Paul Burton
25c7de2255
mips: jz47xx: Add Creator CI20 platform
...
Add support for the Creator CI20 platform based on the JZ4780 SoC.
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
Signed-off-by: Paul Burton <paul.burton@imgtec.com >
Signed-off-by: Marek Vasut <marek.vasut@gmail.com >
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com >
Reviewed-by: Marek Vasut <marex@denx.de >
2018-12-19 15:23:02 +01:00