aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-28 18:43:10 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-28 18:43:10 +0300
commita3740112e02fe284f356148f334fa3593f58317d (patch)
tree8362e05853b81badaf3088536e19a438501e6841 /README.md
parent03acca6a5ac17372e17336a01069a1d97771d392 (diff)
downloadUEFI-Lessons-a3740112e02fe284f356148f334fa3593f58317d.tar.gz
UEFI-Lessons-a3740112e02fe284f356148f334fa3593f58317d.tar.bz2
UEFI-Lessons-a3740112e02fe284f356148f334fa3593f58317d.zip
Create a driver with 'Buffer Storage' - Part 1
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 cc43f58..824b2ad 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ _____
- [Lesson XX](Lessons_uncategorized/Lesson_Configuration_Language_6): UEFI Configuration language. Keyword handler protocol. Get keyword values with the `EFI_CONFIG_KEYWORD_HANDLER_PROTOCOL.GetData()` function
- [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_ARCH): Architecture specifier in section names
- [Lesson XX](Lessons_uncategorized/Lesson_SKU): SKU specifier in section names