aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-09 01:33:27 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-09 01:33:27 +0300
commite8f0d612b161e62bddbb06e7d1b3e365d361c4b2 (patch)
tree4304d205529475c78d26362896c38f782069d3ec /README.md
parent8817fb2ecbac2a3997d1a1b896c78f1fee223802 (diff)
downloadUEFI-Lessons-e8f0d612b161e62bddbb06e7d1b3e365d361c4b2.tar.gz
UEFI-Lessons-e8f0d612b161e62bddbb06e7d1b3e365d361c4b2.tar.bz2
UEFI-Lessons-e8f0d612b161e62bddbb06e7d1b3e365d361c4b2.zip
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8149943..488d1a1 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ Lessons description:
- Lesson 30: Find all PCI root bridges in the system with a help of `LocateHandleBuffer`/`OpenProtocol` functions and use
`EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL` to get all PCI functions in the system.
- Lesson 31: Search `pci.ids` database to get PCI Vendor/Device information with a help of `ShellLib`/`PrintLib` functions
+- Lesson 32: Show PCI Option ROM images with the help of `EFI_PCI_IO_PROTOCOL` protocol
+- Lesson 33: Use `EfiRom` utility for parsing and creation of PCI Option ROM images
______