[edk2-devel] [PATCH v4 0/3] OvmfPkg/PlatformPei: prefer etc/e820 for memory detection

Gerd Hoffmann posted 3 patches 2 years, 4 months ago
Failed in applying to current master (apply log)
OvmfPkg/PlatformPei/MemDetect.c | 88 ++++++++++++---------------------
1 file changed, 31 insertions(+), 57 deletions(-)
[edk2-devel] [PATCH v4 0/3] OvmfPkg/PlatformPei: prefer etc/e820 for memory detection
Posted by Gerd Hoffmann 2 years, 4 months ago
Don't use cmos for memory detection if possible.
qemu provides the etc/e820 firmware config file
as alternative since 2013.

v4:
 - uncrustify & rebase to latest master.

v3:
 - fix CI failure.

v2:
 - fix lowmem detection.
 - pick up review tags.
 - add rfc patch to completely drop cmos support.

Gerd Hoffmann (3):
  OvmfPkg/PlatformPei: ScanOrAdd64BitE820Ram improvements
  OvmfPkg/PlatformPei: prefer etc/e820 for memory detection
  RFC: OvmfPkg/PlatformPei: stop using cmos for memory detection

 OvmfPkg/PlatformPei/MemDetect.c | 88 ++++++++++++---------------------
 1 file changed, 31 insertions(+), 57 deletions(-)

-- 
2.33.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#84490): https://edk2.groups.io/g/devel/message/84490
Mute This Topic: https://groups.io/mt/87583842/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v4 0/3] OvmfPkg/PlatformPei: prefer etc/e820 for memory detection
Posted by Ard Biesheuvel 2 years, 4 months ago
On Wed, 8 Dec 2021 at 08:02, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> Don't use cmos for memory detection if possible.
> qemu provides the etc/e820 firmware config file
> as alternative since 2013.
>
> v4:
>  - uncrustify & rebase to latest master.
>
> v3:
>  - fix CI failure.
>
> v2:
>  - fix lowmem detection.
>  - pick up review tags.
>  - add rfc patch to completely drop cmos support.
>
> Gerd Hoffmann (3):
>   OvmfPkg/PlatformPei: ScanOrAdd64BitE820Ram improvements
>   OvmfPkg/PlatformPei: prefer etc/e820 for memory detection
>   RFC: OvmfPkg/PlatformPei: stop using cmos for memory detection
>

Merged as #2297

Thanks,

>  OvmfPkg/PlatformPei/MemDetect.c | 88 ++++++++++++---------------------
>  1 file changed, 31 insertions(+), 57 deletions(-)
>
> --
> 2.33.1
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#84741): https://edk2.groups.io/g/devel/message/84741
Mute This Topic: https://groups.io/mt/87583842/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-