|
Re: [Patch v3 2/3] Maintainers.txt: Add missing github ids
Acked-by: Julien Grall <julien@...>
Cheers,
--
Julien Grall
Acked-by: Julien Grall <julien@...>
Cheers,
--
Julien Grall
|
By
Julien Grall
·
#91851
·
|
|
Re: [PATCH 2/3] ArmPlatformPkg: PrePeiCore: write early hello message to the serial port
Hi Oliver,
Both your and Rebecca’s patches are usingSerialPortWrite() which should work regardless of the debug print level and for release builds as well.
Rebecca’s patch additionally
Hi Oliver,
Both your and Rebecca’s patches are usingSerialPortWrite() which should work regardless of the debug print level and for release builds as well.
Rebecca’s patch additionally
|
By
Sami Mujawar
·
#91850
·
|
|
Re: [PATCH 2/3] ArmPlatformPkg: PrePeiCore: write early hello message to the serial port
Hi Sami,
Thank you for pointing to that patch. It pretty much does the same thing
and I would be OK with using it instead of these changes here. Except
that the message only shows up in debug mode and
Hi Sami,
Thank you for pointing to that patch. It pretty much does the same thing
and I would be OK with using it instead of these changes here. Except
that the message only shows up in debug mode and
|
By
Oliver Steffen
·
#91849
·
|
|
Re: Question about signed uefi vars at OS level
You don't give your use case, so it's hard to answer the above.
However, the signing process of the update must be guarded because of
the need to keep the key secret, so update bundles are usually
You don't give your use case, so it's hard to answer the above.
However, the signing process of the update must be guarded because of
the need to keep the key secret, so update bundles are usually
|
By
James Bottomley
·
#91848
·
|
|
Question about signed uefi vars at OS level
Hey everyone
I have a question for the experts.
Suppose I have a BIOS feature that can be set from the OS via some OS application (.exe) that calls the runtime services set variable ().
To set this
Hey everyone
I have a question for the experts.
Suppose I have a BIOS feature that can be set from the OS via some OS application (.exe) that calls the runtime services set variable ().
To set this
|
By
Rafael Machado
·
#91847
·
|
|
Capsule update with USBIO in FmpDxe.
Hi all,
In \FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLib.c
There are comments for RegisterFmpInstaller:
/** Used to pass the FMP install function to this lib. This allows the library to have
Hi all,
In \FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLib.c
There are comments for RegisterFmpInstaller:
/** Used to pass the FMP install function to this lib. This allows the library to have
|
By
gordontcp@...
·
#91846
·
|
|
Re: [PATCH 2/3] ArmPlatformPkg: PrePeiCore: write early hello message to the serial port
Hi Oliver,
There is a patch for review at https://edk2.groups.io/g/devel/message/88884 which prints the firmware version string. I believe with Ard's comments addressed that patch can be
Hi Oliver,
There is a patch for review at https://edk2.groups.io/g/devel/message/88884 which prints the firmware version string. I believe with Ard's comments addressed that patch can be
|
By
Sami Mujawar
·
#91845
·
|
|
Re: ‘EmbeddedDrivers’ option in Capsule file.
Hi Michael,
Thanks for your reply.
A few more questions please:
1. In general, not in the Minnowboard environment, but in the Microsoft Windows environment, are EmbeddedDrivers usually
Hi Michael,
Thanks for your reply.
A few more questions please:
1. In general, not in the Minnowboard environment, but in the Microsoft Windows environment, are EmbeddedDrivers usually
|
By
gordontcp@...
·
#91844
·
|
|
Re: [PATCH v4 05/21] MdePkg/TrngLib: Definition for TRNG library class interface
Hello Jiewen,
The library class aims to be generic (as for the MdePkg), but it is indeed following [1] closely.
I will follow the above recommendation if that's ok.
[2] and [4] should indeed not be
Hello Jiewen,
The library class aims to be generic (as for the MdePkg), but it is indeed following [1] closely.
I will follow the above recommendation if that's ok.
[2] and [4] should indeed not be
|
By
PierreGondois
·
#91843
·
|
|
[PATCH 1/3] MdeModulePkg/BootLogoLib: Add option to follow BGRT specification
Add an option to position the logo 38.2% from the top of the screen,
which follows the BGRT specification.
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao
Add an option to position the logo 38.2% from the top of the screen,
which follows the BGRT specification.
Cc: Ray Ni <ray.ni@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao
|
By
Sean Rhodes
·
#91842
·
|
|
[PATCH 2/3] MdeModulePkg/Logo: Add a PCD to control the position of the Logo
When set to true, the Logo is positioned according to the BGRT
specification, 38.2% from the top of the screen. When set to false,
no behaviour is changed and the logo is positioned centrally.
Cc:
When set to true, the Logo is positioned according to the BGRT
specification, 38.2% from the top of the screen. When set to false,
no behaviour is changed and the logo is positioned centrally.
Cc:
|
By
Sean Rhodes
·
#91841
·
|
|
[PATCH 3/3] UefiPayloadPkg: Hook up FOLLOW_BGRT_SPEC macro
Hook up FOLLOW_BGRT_SPEC macro to PcdFollowBGRTSpecification.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
Hook up FOLLOW_BGRT_SPEC macro to PcdFollowBGRTSpecification.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
|
By
Sean Rhodes
·
#91840
·
|
|
[PATCH 3/3] ArmVirtPkg: set early hello message
From: Laszlo Ersek <lersek@...>
Set the text for the early hello message in ArmVirtPkg. This prints a
friendly banner on QEMU, regardless of debug mask settings.
Signed-off-by: Laszlo Ersek
From: Laszlo Ersek <lersek@...>
Set the text for the early hello message in ArmVirtPkg. This prints a
friendly banner on QEMU, regardless of debug mask settings.
Signed-off-by: Laszlo Ersek
|
By
Oliver Steffen
·
#91839
·
|
|
[PATCH 2/3] ArmPlatformPkg: PrePeiCore: write early hello message to the serial port
From: Laszlo Ersek <lersek@...>
Print the early hello message to the serial port.
The FixedPcdGetSize() macro expands to an integer constant, therefore an
optimizing compiler can eliminate
From: Laszlo Ersek <lersek@...>
Print the early hello message to the serial port.
The FixedPcdGetSize() macro expands to an integer constant, therefore an
optimizing compiler can eliminate
|
By
Oliver Steffen
·
#91838
·
|
|
[PATCH 1/3] ArmPlatformPkg: introduce fixed PCD for early hello message
From: Laszlo Ersek <lersek@...>
Add a PCD for defining a hello message that gets printed to the serial port
very early in the boot process, regardless of debug masks. This is useful
for
From: Laszlo Ersek <lersek@...>
Add a PCD for defining a hello message that gets printed to the serial port
very early in the boot process, regardless of debug masks. This is useful
for
|
By
Oliver Steffen
·
#91837
·
|
|
[PATCH 0/3] ArmPlatformPkg, ArmVirtPkg: Add early hello message
Add the ability to print an early hello message independent of debug
mask to the serial port when the firmware starts. Introduce a PCD entry
to set the message text (ArmPlatformPkg). If the message
Add the ability to print an early hello message independent of debug
mask to the serial port when the firmware starts. Introduce a PCD entry
to set the message text (ArmPlatformPkg). If the message
|
By
Oliver Steffen
·
#91836
·
|
|
[PATCH v4 2/2] UefiPayloadPkg: Allow DxeMain.inf to consume the new SerialPortLib
Let DxeMain.inf consume new SerialPortLib to support multiple
channel debug message on early DXE.
Cc: Ray Ni <ray.ni@...>
Cc: Sean Rhodes <sean@...>
Cc: Gua Guo
Let DxeMain.inf consume new SerialPortLib to support multiple
channel debug message on early DXE.
Cc: Ray Ni <ray.ni@...>
Cc: Sean Rhodes <sean@...>
Cc: Gua Guo
|
By
Kavya
·
#91835
·
|
|
[PATCH v4 1/2] UefiPayloadPkg: Implement a new SerialPortLib instance
Add new Serial port library instance that consumes the HOB defined
in MdeModulePkg/Include/UniversalPayload/SerialPortInfo.h to support
multiple UART's.
Cc: Ray Ni <ray.ni@...>
Cc: Sean Rhodes
Add new Serial port library instance that consumes the HOB defined
in MdeModulePkg/Include/UniversalPayload/SerialPortInfo.h to support
multiple UART's.
Cc: Ray Ni <ray.ni@...>
Cc: Sean Rhodes
|
By
Kavya
·
#91834
·
|
|
Re: Casting i128 into f64 in UEFI Rust pagefaults
Hi Andrew. Thanks for all your work. The more I look at this, the more it feels like it might be a problem on the LLVM side instead of Rust. I also found some more tests (all related to
Hi Andrew. Thanks for all your work. The more I look at this, the more it feels like it might be a problem on the LLVM side instead of Rust. I also found some more tests (all related to
|
By
Ayush Singh
·
#91833
·
|
|
Re: [edk2-staging][PATCH v2 05/15] edk2-staging/RedfishClientPkg: Introduce resource identify library
[AMD Official Use Only - General]
Comment in-line. You can search [Chang, Abner] for the comment.
[AMD Official Use Only - General]
Comment in-line. You can search [Chang, Abner] for the comment.
|
By
Chang, Abner
·
#91832
·
|