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
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
7856cd5a6d
Convert CONFIG_SYS_PCI_64BIT to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_PCI_64BIT
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-12-27 16:20: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
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
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
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
9926df89b2
configs: Remove unnecessary CONFIG_DM_PCI_COMPAT=y
...
The following boards no longer need CONFIG_DM_PCI_COMPAT enabled, so
remove that.
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-07-07 19:52:25 -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
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
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
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
liu hao
e3aafef4cf
arm: add initial support for the Phytium Durian Board
...
This adds platform code and the device tree for the Phytium Durian Board.
The initial support comprises the UART and the PCIE.
Cc: Bin Meng <bmeng.cn@gmail.com >
Cc: Kever Yang <kever.yang@rock-chips.com >
Cc: Tom Rini <trini@konsulko.com >
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de >
Signed-off-by: Steven Hao <liuhao@phytium.com.cn >
2019-11-07 18:01:13 -05:00