Series reviewed-by: Feng Tian <[email protected]> Thanks Feng
-----Original Message----- From: Wu, Hao A Sent: Tuesday, June 7, 2016 9:49 AM To: [email protected]; Tian, Feng <[email protected]>; [email protected]; [email protected] Cc: Wu, Hao A <[email protected]> Subject: [PATCH v2 0/2] Add Memory Type selection support in Ramdisk HII 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

