diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-22 11:55:55 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-22 11:55:55 +0300 |
commit | 0ed324e429c120a60f6345466b4d990fdda47df4 (patch) | |
tree | 50e01801803aafaf643894e89615605c6d4dec08 | |
parent | af48d2128006fa31a7b1bcf61ba81a273c410c01 (diff) | |
download | UEFI-Lessons-0ed324e429c120a60f6345466b4d990fdda47df4.tar.gz UEFI-Lessons-0ed324e429c120a60f6345466b4d990fdda47df4.tar.bz2 UEFI-Lessons-0ed324e429c120a60f6345466b4d990fdda47df4.zip |
Add TODO
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | TODO | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +PCD: +- Dynamic PCDs +- NV? + +VFR: +- `varstore` +- `namevaluestore` +- `defaultstore` +- `goto` +- ConfigAccess +- Callback +- labels and dynamic HII add +- how forms are embedded to the current OVMF setup +- `password` element +- `oneof` max/min/step +- `orderedlist` maxcontainers +- `orderedlist` flags UNIQUE NOEMPTY +- `date`/`time` flags IFR + +Combined: +- library that adds page block functionality +- Create form with PCI devices in the system |