aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-06-03 18:23:35 +0200
committerHimbeer <himbeer@disroot.org>2024-06-03 18:23:35 +0200
commit2e6f98a43d935b87cddab4566b228c312dead010 (patch)
tree247c15db8495e6472939c9e72afb38f30dab4d00
parentbe268f916dfdcbd2ac2a0d17788e738388c779c8 (diff)
doc: Change SMP to yes in QEMU U-Boot config, including SPL
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b3d5c67..5eb8346 100644
--- a/README.md
+++ b/README.md
@@ -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.