Tom Rini
f17f11880a
configs: Resync with savedefconfig
...
Resync all defconfig files using qconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2025-10-27 09:57:45 -06:00
Marek Vasut
123682c765
env: Rename SYS_RELOC_GD_ENV_ADDR to ENV_RELOC_GD_ENV_ADDR
...
Rename the variable and add ENV_ prefix, so that all configuration
options which are related to environment would have an CONFIG_ENV_
prefix. No functional change.
Reviewed-by: Tom Rini <trini@konsulko.com >
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org >
2025-06-20 12:15:08 -06:00
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
Neil Armstrong
834e7c8136
dts: meson-g12a: Switch to using upstream DT
...
Enable OF_UPSTREAM to use upstream DT and add amlogic/ prefix to the
DEFAULT_DEVICE_TREE. And thereby directly build DTB from dts/upstream/src/
including *-u-boot.dtsi files from arch/$(ARCH)/dts/ directory.
Cc: Sumit Garg <sumit.garg@linaro.org >
Acked-by: Viacheslav Bocharov <adeep@lexina.in >
Reviewed-by: Sumit Garg <sumit.garg@linaro.org >
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com > # khadas-vim3_android
Link: https://lore.kernel.org/r/20240329-u-boot-of-upstream-v2-4-2512ad3eb63d@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2024-04-04 18:48:46 +02:00
Neil Armstrong
4005729c0d
configs: meson: enable missing DM_USB_GADGET
...
Since commit b96640cbfb ("ARM: meson: g12a: switch dwc2 otg to DM")
and commit e327e2affd ("ARM: meson: switch AXG & GX dwc2 otg to DM")
Amlogic boards now requires DM_USB_GADGET to have USB Gadget to work.
Add it to the boards configs as returned by:
$ grep -L DM_USB_GADGET $(grep -l CONFIG_USB_GADGET $(grep -l MESON configs/*))
Fixes: b96640cbfb ("ARM: meson: g12a: switch dwc2 otg to DM")
Fixes: e327e2affd ("ARM: meson: switch AXG & GX dwc2 otg to DM")
Link: https://lore.kernel.org/r/20231206-u-boot-m2s-fix-usb-gadget-v1-1-1c4c66cd10f3@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-12-07 09:36:19 +01:00
Neil Armstrong
bf1cbba6c8
ARM: meson: enable USB DFU + RAM on Amlogic boards with USB Gadget
...
Enable DFU as an alternate USB boot method when script wasn't
uploaded, this fixes USB full boot on G12/SM1 boards.
Link: https://lore.kernel.org/r/20231023-usb-dfu-boot-v1-4-df9d121c67c1@linaro.org
[narmstrong: remove dfu from ad401]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-10-26 17:56:58 +02:00
Neil Armstrong
50ad9d01b6
ARM: meson: enable FIT with LEGACY_IMAGE_FORMAT on all configs
...
Allow all boards to boot with a fitImage, but keep support for
Legacy image format for now.
Link: https://lore.kernel.org/r/20231023-usb-dfu-boot-v1-1-df9d121c67c1@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-10-26 17:39:03 +02:00
Tom Rini
c960c0fd38
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2023-05-01 11:50:26 -04:00
Christian Hewitt
767bf58236
boards: add BananaPi M2-Pro defconfig
...
Add configuration for the BananaPi M2-Pro board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-5-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00