aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-21 16:19:50 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-21 16:19:50 +0300
commit0b0c737fdbdd6e55d28af777e2c45dc947a69594 (patch)
tree0ce3e3bc663b97889ad4d6424a038246442cea70 /README.md
parentc2c96b6eb7d6b6a37ca0bd20c5d0af9967b8bb19 (diff)
downloadUEFI-Lessons-0b0c737fdbdd6e55d28af777e2c45dc947a69594.tar.gz
UEFI-Lessons-0b0c737fdbdd6e55d28af777e2c45dc947a69594.tar.bz2
UEFI-Lessons-0b0c737fdbdd6e55d28af777e2c45dc947a69594.zip
UEFI Configuration settings. Export function lesson
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e64427b..b86863e 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,8 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 72](Lessons/Lesson_72): Dynamically add elements to HII forms with a help of a `label` keyword
- [Lesson 73](Lessons/Lesson_73): Setting defaults for the VFR questions: `default`/`defaultstore`/`resetbutton` keywords
_____
+- [Lesson XX](Lessons_uncategorized/Lesson_Configuration_Language_1): UEFI Configuration language. Dump current HII Database settings with the `EFI_HII_CONFIG_ROUTING_PROTOCOL.ExportConfig()` function
+_____
- [Lesson XX](Lessons_uncategorized/Lesson_ARCH): Architecture specifier in section names
- [Lesson XX](Lessons_uncategorized/Lesson_SKU): SKU specifier in section names
- [Lesson XX](Lessons_uncategorized/Lesson_Build_tools): Build tools configuration via `Conf/tools_def.txt` file and `[BuildOptions]` section usage in INF and DSC files