diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-05 23:55:39 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-05 23:55:39 +0300 |
commit | b4769c1486957f5c6edb6cc3396ce95a3f4ac051 (patch) | |
tree | c7f1ec946495793522a51f9d44d35b2c5cad891d | |
parent | 58f6ca36baf38cca4bd9ac1dd7a389e7c4507a0d (diff) | |
download | UEFI-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>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ______ |