From 0e26db0e40dba12d39998e30a7621aac1433f60d Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Mon, 20 Oct 2025 15:58:38 -0700 Subject: [PATCH] README: Uprev deps and note about HW AD Add a note about building for systems without hardware A/D bit updates, this is needed to run on QEMU v10. Also, update the kernel and buildroot to the latest known-working branches. Signed-off-by: Dylan Reid --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2888b8d7..ec8f43f2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ git submodule update --init bazel build //:salus-all ``` +If building for a system without HW A/D bit updates (like qemu), use: + +```bash +bazel build //:salus-all --//:enable_hardware_ad_updates=false +``` + ## Running ### Prerequisites @@ -55,8 +61,8 @@ Latest known-working branches: | Project | Branch | | ------- | ------ | | QEMU | https://github.com/qemu/qemu/tree/v10.0.0 | -| Linux | https://github.com/rivosinc/linux/tree/salus-integration-10312022 | -| Buildroot| https://github.com/rivosinc/buildroot/tree/salus-integration-2022.08.2 | +| Linux | https://github.com/rivosinc/linux/tree/salus-integration-10202025 | +| Buildroot| https://github.com/rivosinc/buildroot/tree/salus-integration-2025.10.20 | ### Running Salus under QEMU