aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-29 14:29:20 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-29 14:29:20 +0300
commit8e2944115e7b029dd12e54ee6caba5b63e267e9d (patch)
tree814aa1b35fb03178c8feae0a8af2d6cb9eec92c8 /README.md
parenta3740112e02fe284f356148f334fa3593f58317d (diff)
downloadUEFI-Lessons-8e2944115e7b029dd12e54ee6caba5b63e267e9d.tar.gz
UEFI-Lessons-8e2944115e7b029dd12e54ee6caba5b63e267e9d.tar.bz2
UEFI-Lessons-8e2944115e7b029dd12e54ee6caba5b63e267e9d.zip
Create a driver with 'Buffer Storage' - Part 2
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 824b2ad..d556f51 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ _____
- [Lesson XX](Lessons_uncategorized/Lesson_Configuration_Language_7): UEFI Configuration language. Keyword handler protocol. Add keywords to you Form elements. Use `EFI_CONFIG_KEYWORD_HANDLER_PROTOCOL.SetData()` function to chage data referred by keywords
- [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_ARCH): Architecture specifier in section names
- [Lesson XX](Lessons_uncategorized/Lesson_SKU): SKU specifier in section names