I found another grub cli command that needs patches to
decode persistent memory: lsefimmap.

This patch series also enhances it to support TB-scale
sizes (which will not be uncommon for some persistent
memory technologies), not silently round the sizes, and
use proper IEC binary units.


Robert Elliott (5):
  lsefimmap: decode larger sizes
  lsefimmap: don't round sizes
  lsefimmap: add support for EfiPersistentMemory type
  lsefimmap: Decode EFI memory attributes new in UEFI 2.5
  lsefimmap: Use binary units

 grub-core/commands/efi/lsefimmap.c | 47 +++++++++++++++++++++++++-------------
 include/grub/efi/api.h             |  3 +++
 2 files changed, 34 insertions(+), 16 deletions(-)

-- 
2.4.3

---
Robert Elliott, HPE Persistent Memory


Attachment: 0001-lsefimmap-decode-larger-sizes.patch
Description: 0001-lsefimmap-decode-larger-sizes.patch

Attachment: 0002-lsefimmap-don-t-round-sizes.patch
Description: 0002-lsefimmap-don-t-round-sizes.patch

Attachment: 0003-lsefimmap-add-support-for-EfiPersistentMemory-type.patch
Description: 0003-lsefimmap-add-support-for-EfiPersistentMemory-type.patch

Attachment: 0004-lsefimmap-Decode-EFI-memory-attributes-new-in-UEFI-2.patch
Description: 0004-lsefimmap-Decode-EFI-memory-attributes-new-in-UEFI-2.patch

Attachment: 0005-lsefimmap-Use-binary-units.patch
Description: 0005-lsefimmap-Use-binary-units.patch

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to