Changes made comparing to v1:
Stop using varstore to track the values of 'Size' numeric and 'MemoryType'
oneof in HII.
The reason for this change is that the expecting behavior for these two
HII elements during raw RAM disk creation is that after a user created (or
canceled the creation) a RAM disk, their values will be back to their
default value (i.e. EFI_PAGE_SIZE for 'Size' and
RAM_DISK_BOOT_SERVICE_DATA_MEMORY for 'MemoryType'). Therefore, the
varstore seems unnecessary here and removing it will help the codes being
less confusing.
Hao Wu (1):
MdeModulePkg RamDiskDxe: Do not save 'Size' numeric value by varstore
Tapan Shah (1):
MdeModulePkg/RamDiskDxe: Add Memory Type selection support in Ramdisk
HII
.../Universal/Disk/RamDiskDxe/RamDiskHii.vfr | 21 ++-
.../Disk/RamDiskDxe/RamDiskHiiStrings.uni | 7 +-
.../Universal/Disk/RamDiskDxe/RamDiskImpl.c | 194 ++++++++-------------
.../Universal/Disk/RamDiskDxe/RamDiskImpl.h | 2 +
.../Universal/Disk/RamDiskDxe/RamDiskNVData.h | 12 +-
5 files changed, 103 insertions(+), 133 deletions(-)
--
1.9.5.msysgit.0
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel