diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-09-29 14:55:01 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-09-29 14:55:01 +0300 |
commit | 4e531e2d82a93124d121f540c93556f443e6aba9 (patch) | |
tree | bd25abab3a53f4144d36f4cd8d63fdec7108a054 | |
parent | 6a5ce3785ad5afde00142bb9c72da7c2fa9e32e3 (diff) | |
download | UEFI-Lessons-4e531e2d82a93124d121f540c93556f443e6aba9.tar.gz UEFI-Lessons-4e531e2d82a93124d121f540c93556f443e6aba9.tar.bz2 UEFI-Lessons-4e531e2d82a93124d121f540c93556f443e6aba9.zip |
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ _____ - [Lesson XX](Lessons_uncategorized/Lesson_Configuration_Language_8): Use `HiiSetToDefaults` function to set form elements to their default values non-interactively - [Lesson XX](Lessons_uncategorized/Lesson_Varstore_1): Create a driver with `Buffer Storage` - Part 1: `varstore` element and `EFI_HII_CONFIG_ACCESS_PROTOCOL` - [Lesson XX](Lessons_uncategorized/Lesson_Varstore_2): Create a driver with `Buffer Storage` - Part 2: Investigate when and how `ExtractConfig`/`RouteConfig`/`Callback` functions are called +- [Lesson XX](Lessons_uncategorized/Lesson_Varstore_3): Create a driver with `Buffer Storage` - Part 3: Use `BlockToConfig()`/`ConfigToBlock()` functions to handle configuration requests _____ - [Lesson XX](Lessons_uncategorized/Lesson_ARCH): Architecture specifier in section names - [Lesson XX](Lessons_uncategorized/Lesson_SKU): SKU specifier in section names |