diff options
author | Himbeer <himbeer@disroot.org> | 2024-06-03 18:23:35 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-06-03 18:23:35 +0200 |
commit | 2e6f98a43d935b87cddab4566b228c312dead010 (patch) | |
tree | 247c15db8495e6472939c9e72afb38f30dab4d00 | |
parent | be268f916dfdcbd2ac2a0d17788e738388c779c8 (diff) |
doc: Change SMP to yes in QEMU U-Boot config, including SPL
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -104,14 +104,15 @@ Set the following options: * Device Drivers > Serial > Base address of UART for SPL (CONFIG_SPL_DEBUG_UART_BASE): 0x10000000 * Device Drivers > Serial > Select which UART will provide the debug UART (CONFIG_DEBUG_UART_NS16550=y): ns16550 * Device Drivers > Serial > Check if UART is enabled on output (CONFIG_DEBUG_UART_NS16550_CHECK_ENABLED): Yes -* RISC-V architecture > Symmetric Multi-Processing (CONFIG_SMP): No -* RISC-V architecture > Symmetric Multi-Processing in SPL (CONFIG_SPL_SMP): No +* RISC-V architecture > Symmetric Multi-Processing (CONFIG_SMP): Yes +* RISC-V architecture > Symmetric Multi-Processing in SPL (CONFIG_SPL_SMP): Yes * RISC-V architecture > Run Mode (CONFIG_RISCV_MMODE=y): Machine * RISC-V architecture > SPL Run Mode (CONFIG_SPL_RISCV_MMODE=y): Machine * SPL configuration options > Show more information when something goes wrong (CONFIG_SPL_SHOW_ERRORS): Yes * SPL configuration options > Offset to which the SPL should be padded before appending the SPL payload (CONFIG_SPL_PAD_TO): 0x1200000 * Boot options > Boot images > Flattened Image Tree (FIT) > Enable SPL loading U-Boot as a FIT (basic fitImage features) (CONFIG_SPL_LOAD_FIT): No * Boot options > bootcmd value (CONFIG_BOOTCOMMAND): "virtio scan; fatload virtio 0 0x8f000000 uImage; bootm 0x8f000000" +* (General setup > Support for multiprocessor (?): No; Won't compile otherwise) Then exit and select 'yes' to save your changes. |