|
Re: [EXTERNAL] [edk2-devel] [edk2-rfc] GitHub Pull Request based Code Review Process
I think your perl installation and your git installation may come from
different sources, and the perl install may not satisfy the git
install's dependencies.
In GNU/Linux distribution lingo, I'd
I think your perl installation and your git installation may come from
different sources, and the perl install may not satisfy the git
install's dependencies.
In GNU/Linux distribution lingo, I'd
|
By
Laszlo Ersek
·
#60342
·
|
|
Re: [PATCH v1 08/11] ArmVirtPkg: Add Kvmtool NOR flash lib
Hi Sami,
This is confuse, the macro define 4 banks to a flash device, but then
you declare an array of 4 flash devices.
I'm even more confused because I'm only aware of 2 devices on the
Hi Sami,
This is confuse, the macro define 4 banks to a flash device, but then
you declare an array of 4 flash devices.
I'm even more confused because I'm only aware of 2 devices on the
|
By
Philippe Mathieu-Daudé <philmd@...>
·
#60341
·
|
|
Re: [PATCH v8 36/46] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
I agree that it's not easy to track previously given R-b's across
rebases (reordering patches, moving hunks between them, etc), especially
if there's no huge need to touch up the commit messages
I agree that it's not easy to track previously given R-b's across
rebases (reordering patches, moving hunks between them, etc), especially
if there's no huge need to touch up the commit messages
|
By
Laszlo Ersek
·
#60340
·
|
|
Re: [PATCH v8 26/46] OvmfPkg/VmgExitLib: Add support for DR7 Read/Write NAE events
Apologies for missing that!
With your explanation above, about platform reset, I think I'm happy
with the current handling of "Dr7Cached". So I'd like to leave the
choice to you: please either add
Apologies for missing that!
With your explanation above, about platform reset, I think I'm happy
with the current handling of "Dr7Cached". So I'd like to leave the
choice to you: please either add
|
By
Laszlo Ersek
·
#60339
·
|
|
Re: [PATCH v8 34/46] OvmfPkg: Reserve a page in memory for the SEV-ES usage
Yes, that works perfectly fine too; I just thought you really wanted to
move the "communicate SEV-ES status to SEC before exceptions" part to a
different patch.
If you are OK with keeping version 6
Yes, that works perfectly fine too; I just thought you really wanted to
move the "communicate SEV-ES status to SEC before exceptions" part to a
different patch.
If you are OK with keeping version 6
|
By
Laszlo Ersek
·
#60338
·
|
|
Re: [PATCH v1 05/11] ArmPlatformPkg: Dynamic flash variable base
Reviewed-by: Philippe Mathieu-Daude <philmd@...>
Reviewed-by: Philippe Mathieu-Daude <philmd@...>
|
By
Philippe Mathieu-Daudé <philmd@...>
·
#60337
·
|
|
Re: [PATCH v8 29/46] OvmfPkg: Create a GHCB page for use during Sec phase
Thank you, that works for me (both code-wise and process-wise).
Cheers,
Laszlo
Thank you, that works for me (both code-wise and process-wise).
Cheers,
Laszlo
|
By
Laszlo Ersek
·
#60336
·
|
|
Re: [EXT] RE: [PATCH 1/1] EmbeddedPkg/MmcDxe: Added MaxBlock Transfer Limit 65535 in R/W.
Hi Leif
Tein Hock has reviewed this patch.
Please help to merge in edk2.
Regards
Gaurav Jain
Hi Leif
Tein Hock has reviewed this patch.
Please help to merge in edk2.
Regards
Gaurav Jain
|
By
Gaurav Jain
·
#60335
·
|
|
Re: [PATCH 0/5] ArmPkg/PlatformBootManagerLib: play nice without ConnectAll()
All existing platforms that incorporate ArmPkg's PlatformBootManagerLib must add this NULL library class resolution to UiApp first. So once we agree that this approach is acceptable (including the
All existing platforms that incorporate ArmPkg's PlatformBootManagerLib must add this NULL library class resolution to UiApp first. So once we agree that this approach is acceptable (including the
|
By
Ard Biesheuvel
·
#60334
·
|
|
Re: [PATCH 0/5] ArmPkg/PlatformBootManagerLib: play nice without ConnectAll()
Yes, that's exactly what I am referring to. But in order for the new
(and I agree improved) functionality to be available, the new Shell
library needs to be explicitly added to .dsc for the platforms
Yes, that's exactly what I am referring to. But in order for the new
(and I agree improved) functionality to be available, the new Shell
library needs to be explicitly added to .dsc for the platforms
|
By
Leif Lindholm <leif@...>
·
#60333
·
|
|
Re: [PATCH] MdePkg/Include: AARCH64: disable outline atomics on GCC 10.2+
openSUSE Tumbleweed is going to change the default gcc version to 10.
I actually wrote a workaround patch to add "-mno-outline-atomics" and
apply it conditionally in the rpm spec file. Anyway, we can
openSUSE Tumbleweed is going to change the default gcc version to 10.
I actually wrote a workaround patch to add "-mno-outline-atomics" and
apply it conditionally in the rpm spec file. Anyway, we can
|
By
Gary Lin
·
#60332
·
|
|
Re: [EXTERNAL] [edk2-devel] [edk2-rfc] GitHub Pull Request based Code Review Process
This will probably be down to the [send-email] section of git config, do you have smtpEncryption enabled by any chance?
You could also try updating the required package:
perl -MCPAN -e 'install
This will probably be down to the [send-email] section of git config, do you have smtpEncryption enabled by any chance?
You could also try updating the required package:
perl -MCPAN -e 'install
|
By
Tomas Pilar (tpilar)
·
#60331
·
|
|
Re: [PATCH] MdePkg/Include: AARCH64: disable outline atomics on GCC 10.2+
If this breakage affects "current toolchains", then why was
<https://bugzilla.tianocore.org/show_bug.cgi?id=2723> only reported on
2020-May-19, four days into the soft feature freeze?
... "people
If this breakage affects "current toolchains", then why was
<https://bugzilla.tianocore.org/show_bug.cgi?id=2723> only reported on
2020-May-19, four days into the soft feature freeze?
... "people
|
By
Laszlo Ersek
·
#60330
·
|
|
[PATCH edk2-platforms v2 9/9] Platform/NXP/LX2160aRdbPkg: Add VarStore
From: Pankaj Bansal <pankaj.bansal@...>
Add VarStore Fd. This Fd is used to store non volatile variables in
flash.
Signed-off-by: Pankaj Bansal <pankaj.bansal@...>
---
Notes:
V2:
-
From: Pankaj Bansal <pankaj.bansal@...>
Add VarStore Fd. This Fd is used to store non volatile variables in
flash.
Signed-off-by: Pankaj Bansal <pankaj.bansal@...>
---
Notes:
V2:
-
|
By
Pankaj Bansal
·
#60329
·
|
|
[PATCH edk2-platforms v2 8/9] Platform/NXP: Add LX2160ARDB Platform
From: Pankaj Bansal <pankaj.bansal@...>
LX2160A Reference Design Board (RDB) is a high-performance development
platform that supports the QorIQ LX2160A Layerscape Architecture
From: Pankaj Bansal <pankaj.bansal@...>
LX2160A Reference Design Board (RDB) is a high-performance development
platform that supports the QorIQ LX2160A Layerscape Architecture
|
By
Pankaj Bansal
·
#60328
·
|
|
[PATCH edk2-platforms v2 7/9] Silicon/NXP: Add LX2160A Soc package
From: Pankaj Bansal <pankaj.bansal@...>
LX2160A is QorIq Layerscape multicore communications processor with
sixteen Arm Cortex-A72 cores.
This SOC is based on Layerscape Chassis
From: Pankaj Bansal <pankaj.bansal@...>
LX2160A is QorIq Layerscape multicore communications processor with
sixteen Arm Cortex-A72 cores.
This SOC is based on Layerscape Chassis
|
By
Pankaj Bansal
·
#60327
·
|
|
[PATCH edk2-platforms v2 6/9] Silicon/NXP: Add Chassis3V2 Package
From: Pankaj Bansal <pankaj.bansal@...>
Chassis3V2 is the new chassis on which LS1028A and LX2160A SOCs
are based.
Add the Chassis3V2 package.
Signed-off-by: Pankaj Bansal
From: Pankaj Bansal <pankaj.bansal@...>
Chassis3V2 is the new chassis on which LS1028A and LX2160A SOCs
are based.
Add the Chassis3V2 package.
Signed-off-by: Pankaj Bansal
|
By
Pankaj Bansal
·
#60326
·
|
|
[PATCH edk2-platforms v2 5/9] Silicon/NXP: Implement PL011UartClockLib for NXP platforms
From: Pankaj Bansal <pankaj.bansal@...>
In NXP SOCs the UART clock is derived from System clock after PLL
multiplication. Therefore, add the PL011UartClockLib implementation
for NXP
From: Pankaj Bansal <pankaj.bansal@...>
In NXP SOCs the UART clock is derived from System clock after PLL
multiplication. Therefore, add the PL011UartClockLib implementation
for NXP
|
By
Pankaj Bansal
·
#60325
·
|
|
[PATCH edk2-platforms v2 4/9] Platform/NXP/LX2160ARDB: Add ArmPlatformLib
From: Pankaj Bansal <pankaj.bansal@...>
Add ArmPlatformLib for LX2160ARDB platform that is based on
ArmPlatformPkg/Library/ArmPlatformLibNull.
Apart from the the interfaces exposed by
From: Pankaj Bansal <pankaj.bansal@...>
Add ArmPlatformLib for LX2160ARDB platform that is based on
ArmPlatformPkg/Library/ArmPlatformLibNull.
Apart from the the interfaces exposed by
|
By
Pankaj Bansal
·
#60324
·
|
|
[PATCH edk2-platforms v2 3/9] Silicon/NXP: Use edk2 recommended compilation flags
From: Pankaj Bansal <pankaj.bansal@...>
edk2 recommends to use MDEPKG_NDEBUG for release builds and to use
DISABLE_NEW_DEPRECATED_INTERFACES for all new platforms.
Therefore, enable these flags
From: Pankaj Bansal <pankaj.bansal@...>
edk2 recommends to use MDEPKG_NDEBUG for release builds and to use
DISABLE_NEW_DEPRECATED_INTERFACES for all new platforms.
Therefore, enable these flags
|
By
Pankaj Bansal
·
#60323
·
|