aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-06 15:34:31 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-06 15:49:11 +0300
commit4d1dc04ef80a2a4d375cf81896251c657acf485b (patch)
treed8b8f33a9ad1bde8ff4ddf7bf7e2c24558000aeb /README.md
parentfd1188af28a7a02e4921cf805de720cd165884d1 (diff)
downloadUEFI-Lessons-4d1dc04ef80a2a4d375cf81896251c657acf485b.tar.gz
UEFI-Lessons-4d1dc04ef80a2a4d375cf81896251c657acf485b.tar.bz2
UEFI-Lessons-4d1dc04ef80a2a4d375cf81896251c657acf485b.zip
Add hidden bios setting 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 606aecc..ebde436 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,8 @@ _____
- [Lesson XX](Lessons_uncategorized/Lesson_Varstore_4): Create a driver with `Buffer Storage` - Part 4: Make `ExtractConfig()` function compatible with UEFI specification
- [Lesson XX](Lessons_uncategorized/Lesson_Varstore_5): Investigate when and how the Form Browser calls `EFI_HII_CONFIG_ROUTING_PROTOCOL.Callback()` function
_____
+- [Lesson XX](Lessons_uncategorized/Lesson_Hidden_BIOS_settings): Changing hidden BIOS settings. Using `IFRExtractor` utility to extract UEFI IFR data into human-readable text
+_____
- [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