Currently, the documentation outlines the process for building the S-mode U-Boot image using `make menuconfig` and manual actions within the menuconfig UI. However, this approach is fragile due to Kconfig options potentially changing across different releases. For example, CONFIG_OF_PRIOR_STAGE has been replaced by CONFIG_BOARD since v2022.01 release, and CONFIG_TEXT_BASE has been moved to the 'General setup' menu from the 'Boot options' menu in v2024.01 release. This update aims to make the S-mode U-Boot image build instructions future-proof. It leverages the 'config' script provided in the U-Boot source tree to edit the .config file, followed by a `make olddefconfig`. Validated with U-Boot v2024.01 release. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20240104071523.273702-1-bmeng@tinylab.org> Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| devices | ||
| i386 | ||
| loongarch | ||
| openrisc | ||
| ppc | ||
| riscv | ||
| s390x | ||
| authz.rst | ||
| barrier.rst | ||
| bootindex.rst | ||
| confidential-guest-support.rst | ||
| cpu-hotplug.rst | ||
| cpu-models-mips.rst.inc | ||
| cpu-models-x86-abi.csv | ||
| cpu-models-x86.rst.inc | ||
| device-emulation.rst | ||
| device-url-syntax.rst.inc | ||
| gdb.rst | ||
| generic-loader.rst | ||
| guest-loader.rst | ||
| images.rst | ||
| index.rst | ||
| introduction.rst | ||
| invocation.rst | ||
| keys.rst | ||
| keys.rst.inc | ||
| linuxboot.rst | ||
| managed-startup.rst | ||
| monitor.rst | ||
| multi-process.rst | ||
| mux-chardev.rst | ||
| mux-chardev.rst.inc | ||
| pr-manager.rst | ||
| qemu-block-drivers.rst | ||
| qemu-block-drivers.rst.inc | ||
| qemu-cpu-models.rst | ||
| qemu-manpage.rst | ||
| replay.rst | ||
| secrets.rst | ||
| security.rst | ||
| target-arm.rst | ||
| target-avr.rst | ||
| target-i386-desc.rst.inc | ||
| target-i386.rst | ||
| target-m68k.rst | ||
| target-mips.rst | ||
| target-openrisc.rst | ||
| target-ppc.rst | ||
| target-riscv.rst | ||
| target-rx.rst | ||
| target-s390x.rst | ||
| target-sparc.rst | ||
| target-sparc64.rst | ||
| target-xtensa.rst | ||
| targets.rst | ||
| tls.rst | ||
| virtio-net-failover.rst | ||
| vm-templating.rst | ||
| vnc-security.rst | ||