diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-09 01:33:27 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-09 01:33:27 +0300 |
commit | e8f0d612b161e62bddbb06e7d1b3e365d361c4b2 (patch) | |
tree | 4304d205529475c78d26362896c38f782069d3ec | |
parent | 8817fb2ecbac2a3997d1a1b896c78f1fee223802 (diff) | |
download | UEFI-Lessons-e8f0d612b161e62bddbb06e7d1b3e365d361c4b2.tar.gz UEFI-Lessons-e8f0d612b161e62bddbb06e7d1b3e365d361c4b2.tar.bz2 UEFI-Lessons-e8f0d612b161e62bddbb06e7d1b3e365d361c4b2.zip |
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ______ |