[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] Translate UEFI persistent memory type
From: |
Andrei Borzenkov |
Subject: |
Re: [PATCH v2] Translate UEFI persistent memory type |
Date: |
Tue, 15 Dec 2015 10:49:22 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
14.12.2015 03:41, Elliott, Robert (Persistent Memory) пишет:
> Per the thread:
> grub causing NVDIMMs to be treated as normal memory
>
>
> Robert Elliott (3):
> Translate UEFI persistent memory type
> efiemu: Handle all reserved UEFI memory map types the same way
> Bump version to 2.03
>
> NEWS | 20 ++++++++++++++++++++
> configure.ac | 2 +-
> grub-core/commands/lsmmap.c | 2 ++
> grub-core/efiemu/mm.c | 2 +-
> grub-core/mmap/efi/mmap.c | 12 ++++++++++++
> include/grub/efi/api.h | 1 +
> include/grub/memory.h | 2 ++
> 7 files changed, 39 insertions(+), 2 deletions(-)
>
Committed, thanks!
Also selected NEWS updates; I omitted bug fixes, they are not normally
listed there. Please review if you think something is still missing.
This is still hoped to be in 2.02 :)
Regarding efiemu - grub_efiemu_mmap_iterate() is not even called
anywhere. I commented it out and it happily builds.