aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-03 00:47:16 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-03 16:18:55 +0300
commit0872ca11d741d039846c8b301eed1d720d640ed0 (patch)
tree67c57919a56aba4b4ab5bed9b462d847078c587e /README.md
parent560f0303beaac1bfa8966de3fe636657825724da (diff)
downloadUEFI-Lessons-0872ca11d741d039846c8b301eed1d720d640ed0.tar.gz
UEFI-Lessons-0872ca11d741d039846c8b301eed1d720d640ed0.tar.bz2
UEFI-Lessons-0872ca11d741d039846c8b301eed1d720d640ed0.zip
Add lesson 28
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50ede11..771fc0a 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ Lessons description:
- Lesson 25: More on PCDs
- Lesson 26: Tables referenced in `EFI_CONFIGURATION_TABLE`
- Lesson 27: Get SMBIOS information with `dmem`/`EFI_SMBIOS_PROTOCOL`/`smbiosview`
-- Lesson 28: Get ACPI tables
+- Lesson 28: Get ACPI tables and save them to files with a help of `EFI_SHELL_PROTOCOL`
+- Lesson 29: Use `EFI_ACPI_SDT_PROTOCOL` and `ShellLib` to save a BMP image from the ACPI BGRT table
______