diff options
| author | Tom Rini <trini@konsulko.com> | 2024-11-04 15:40:54 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-11-04 16:41:38 -0600 |
| commit | 4ef5664f81e1c9d847a166891a808b5a501907af (patch) | |
| tree | 3ba32684697f2cedce392463930bed955f93adf0 /configs/total_compute_defconfig | |
| parent | a2bed7d8a6997697b54eb75fe59e56edde449314 (diff) | |
| parent | ea2d73c46d5fd946a7e49b5bd459538cd21eb317 (diff) | |
Merge patch series "U-boot: arm: Refine the booting on Total Compute"
Leo Yan <leo.yan@arm.com> says:
This patch series is to refine the booting on Arm Total Compuate
platform.
It changes to use the info passed in DTB for initialization DRAM info,
and dynamically initializes the booting envoironment variables.
Another big change is to use an envoironment file for boot commands,
based on it, the series extends to support multiple block devices
(MMC and virtio). And the env file is extended for booting Debian.
The last commit is to update memory mapping info based on the DRAM info
passed via DT binding.
Link: https://lore.kernel.org/r/20241025171821.624702-1-leo.yan@arm.com
Diffstat (limited to 'configs/total_compute_defconfig')
| -rw-r--r-- | configs/total_compute_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/total_compute_defconfig b/configs/total_compute_defconfig index b3d2e5c88a6..e0d6199a82a 100644 --- a/configs/total_compute_defconfig +++ b/configs/total_compute_defconfig @@ -18,7 +18,6 @@ CONFIG_FIT_SIGNATURE=y CONFIG_LEGACY_IMAGE_FORMAT=y CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=5 -CONFIG_BOOTCOMMAND="if part number mmc 0 vbmeta is_avb; then echo MMC with vbmeta partition detected.; echo starting Android Verified boot.; avb init 0; if avb verify; then set bootargs $bootargs $avb_bootargs; part start mmc 0 boot boot_start; part size mmc 0 boot boot_size; mmc read ${load_addr} ${boot_start} ${boot_size}; bootm ${load_addr} ${load_addr} ${fdt_addr_r}; else; echo AVB verification failed.; exit; fi; elif part number mmc 0 system is_non_avb_android; then booti ${kernel_addr_r} ${initrd_addr_r} ${fdt_addr_r};else; echo Booting FIT image.; bootm ${load_addr} ${load_addr} ${fdt_addr_r}; fi;" CONFIG_SYS_CBSIZE=512 CONFIG_SYS_PBSIZE=544 # CONFIG_DISPLAY_CPUINFO is not set @@ -60,3 +59,4 @@ CONFIG_SYS_FLASH_CFI=y CONFIG_SYS_MAX_FLASH_SECT=256 # CONFIG_RANDOM_UUID is not set CONFIG_LIBAVB=y +CONFIG_ENV_SOURCE_FILE=total_compute |
