aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-05 23:55:39 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-05 23:55:39 +0300
commitb4769c1486957f5c6edb6cc3396ce95a3f4ac051 (patch)
treec7f1ec946495793522a51f9d44d35b2c5cad891d /README.md
parent58f6ca36baf38cca4bd9ac1dd7a389e7c4507a0d (diff)
downloadUEFI-Lessons-b4769c1486957f5c6edb6cc3396ce95a3f4ac051.tar.gz
UEFI-Lessons-b4769c1486957f5c6edb6cc3396ce95a3f4ac051.tar.bz2
UEFI-Lessons-b4769c1486957f5c6edb6cc3396ce95a3f4ac051.zip
Add lesson 31 to README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b8d0f8..8149943 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ Lessons description:
- Lesson 29: Use `EFI_ACPI_SDT_PROTOCOL` and `ShellLib` to save a BMP image from the ACPI BGRT table
- 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
______