From e43a4dc0706e69faee931e782cf8dc71e37524e5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 8 Oct 2019 11:43:40 -0600 Subject: [PATCH] Update readmes --- libs/README.md | 1 + models/README.md | 1 + models/qemu/README.md | 17 +++++++++++++++++ models/qemu/README.md.in | 8 ++++++++ 4 files changed, 27 insertions(+) create mode 100644 models/qemu/README.md create mode 100644 models/qemu/README.md.in diff --git a/libs/README.md b/libs/README.md index b9d6512..b8c4575 100644 --- a/libs/README.md +++ b/libs/README.md @@ -7,6 +7,7 @@ - [ecflash](https://github.com/system76/ecflash.git) - ecflash - [intelflash](https://gitlab.redox-os.org/redox-os/intelflash.git) - intelflash - [intel-spi](https://github.com/system76/intel-spi.git) - intel-spi +- [smmstore](https://github.com/system76/smmstore.git) - smmstore - [uefi](https://gitlab.redox-os.org/redox-os/uefi.git) - [uefi_alloc](https://gitlab.redox-os.org/redox-os/uefi_alloc.git) - [uefi_std](https://gitlab.redox-os.org/redox-os/uefi_std.git) - uefi_std diff --git a/models/README.md b/models/README.md index c6b11a4..99b865f 100644 --- a/models/README.md +++ b/models/README.md @@ -14,4 +14,5 @@ - [gaze14_1650_17](./gaze14_1650_17) - System76 Gazelle (gaze14) - [gaze14_1660ti_15](./gaze14_1660ti_15) - System76 Gazelle (gaze14) - [gaze14_1660ti_17](./gaze14_1660ti_17) - System76 Gazelle (gaze14) +- [qemu](./qemu) - QEMU (Virtualization) - [thelio-b1](./thelio-b1) - System76 Thelio (thelio-b1) diff --git a/models/qemu/README.md b/models/qemu/README.md new file mode 100644 index 0000000..49caacd --- /dev/null +++ b/models/qemu/README.md @@ -0,0 +1,17 @@ +# QEMU (Virtualization) + +This provides a target for running the firmware inside of QEMU. Use the following commands: + +``` +./scripts/build.sh qemu +./scripts/qemu.sh +``` + +## Contents + +- [EC](./ec.rom) + - *Read Error: No such file or directory (os error 2)* +- [FD](./fd.rom) + - *Read Error: No such file or directory (os error 2)* +- [ME](./me.rom) + - *Read Error: No such file or directory (os error 2)* diff --git a/models/qemu/README.md.in b/models/qemu/README.md.in new file mode 100644 index 0000000..ed74f7c --- /dev/null +++ b/models/qemu/README.md.in @@ -0,0 +1,8 @@ +# QEMU (Virtualization) + +This provides a target for running the firmware inside of QEMU. Use the following commands: + +``` +./scripts/build.sh qemu +./scripts/qemu.sh +```