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
4bb4961f1e
dts: meson: Switch GXL, GXM & AXG 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-2-2512ad3eb63d@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2024-04-04 18:48:46 +02:00
Neil Armstrong
4d4fbf0415
ARM: dts: sync Amlogic GX DT to Linux v6.4
...
Sync Amlogic GXBB, GXL & GXM DTs from Linux v6.4, and also
switch to GXL MDIO MUX driver to adapt to DT change,
Most of the changes are only cosmetic or doesn't concern U-Boot,
the most important change for U-Boot is the GXL mdio mux compatible
switch to amlogic,gxl-mdio-mux.
Link: https://lore.kernel.org/r/20231213-u-boot-gxl-mdio-mux-v2-2-c56bb02a75ea@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-12-19 11:24:38 +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
Karl Chan
67197e0a07
boards: amlogic: add Beelink GT1 Ultimate defconfig
...
Add configuration for the Beelink GT1 Ultimate board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Signed-off-by: Karl Chan <exxxxkc@getgoogleoff.me >
Link: https://lore.kernel.org/r/e3c87efd-4ac1-24a7-503d-71669aae5177@yahoo.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00