diff --git a/README.md b/README.md index 8bdb3f80e0c76..1d371f2f81319 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # QEMU OpenTitan README -QEMU is a generic and open source machine & userspace emulator and -virtualizer. +QEMU is a generic and open source machine & userspace emulator and virtualizer. -QEMU is capable of emulating a complete machine in software without any -need for hardware virtualization support. By using dynamic translation, -it achieves very good performance. +QEMU is capable of emulating a complete machine in software without any need for hardware +virtualization support. By using dynamic translation, it achieves very good performance. -This repository is a fork of QEMU dedicated to support Ibex and OpenTitan -platforms. +This branch contains a fork of QEMU 8.0.2 dedicated to support lowRISC Ibex platforms: + * OpenTitan Darjeeling with FPGA "Bergen Board" CW310 memory map. + +See [ot_ref.log](hw/opentitan/ot_ref.log) for OpenTitan reference. See [installation instructions](docs/opentitan/index.md) diff --git a/hw/opentitan/ot_ref.log b/hw/opentitan/ot_ref.log index 208365564e1a4..d4017fd11a42f 100644 --- a/hw/opentitan/ot_ref.log +++ b/hw/opentitan/ot_ref.log @@ -1,5 +1,6 @@ # This implementation is based on the following OpenTitan RTL version: GIT_REPOS="https://github.com/lowRISC/opentitan" -# This is EarlGrey-M2.5.2-RC0 -GIT_COMMIT="21ce4e9761abdf5c919b46e5ae64a5a8e24992f7" +# This is Darjeeling +# Darjeeling definition being an active WIP, reference is not yet tracked +GIT_COMMIT="integrated_dev"