|
[PATCH 3/5] [edk2-platforms] Silicon/SynQuacerPlatformFlashAccessLib: Fix the number of erase blocks
Fix the number of erase blocks by rounding up the result.
The erase blocks must include the last block covered by the
length bytes.
Signed-off-by: Masami Hiramatsu
Fix the number of erase blocks by rounding up the result.
The erase blocks must include the last block covered by the
length bytes.
Signed-off-by: Masami Hiramatsu
|
By
Masami Hiramatsu
·
#83378
·
|
|
[PATCH 2/5] [edk2-platforms] Silicon/Socionext/SynQuacer: Fix GenericWatchdog interrupt number
This fixes Socionext DeveloperBox GenericWatchdog interrupt
number to 93 instead of 94. Since the 93 is the default interrupt
number defined in ArmPkg/ArmPkg.dec, this doesn't
This fixes Socionext DeveloperBox GenericWatchdog interrupt
number to 93 instead of 94. Since the 93 is the default interrupt
number defined in ArmPkg/ArmPkg.dec, this doesn't
|
By
Masami Hiramatsu
·
#83377
·
|
|
[PATCH 1/5] [RESEND][edk2-platforms] Silicon/SynQuacerI2cDxe: Wait for bus busy
If an EFI application frequently repeats SetTime and GetTime,
the I2C bus can be busy and failed to start. To fix this issue,
add waiting loop for the bus busy status. (Usually, it is
enough to read 3
If an EFI application frequently repeats SetTime and GetTime,
the I2C bus can be busy and failed to start. To fix this issue,
add waiting loop for the bus busy status. (Usually, it is
enough to read 3
|
By
Masami Hiramatsu
·
#83376
·
|
|
[PATCH 0/5] Series short description
Hello Leif and Ard,
Here are a series of patches to fix some issues on the DeveloperBox.
Our team found those issues when we ran the SystemReady ES ACS tests[1].
[1]
Hello Leif and Ard,
Here are a series of patches to fix some issues on the DeveloperBox.
Our team found those issues when we ran the SystemReady ES ACS tests[1].
[1]
|
By
Masami Hiramatsu
·
#83375
·
|
|
[PATCH v5] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3699
The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated=20
interface VariableLockRequestToLock.c. So I changed the code
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3699
The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated=20
interface VariableLockRequestToLock.c. So I changed the code
|
By
Yang Jie
·
#83374
·
|
|
[PATCH v4] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3699
The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated=20
interface VariableLockRequestToLock.c. So I changed the code
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3699
The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated=20
interface VariableLockRequestToLock.c. So I changed the code
|
By
Yang Jie
·
#83373
·
|
|
Re: [PATCH V3 14/29] UefiCpuPkg: Enable Tdx support in MpInitLib
TdIsEnabled() is the cpuid-based check.
TdCall/TdVmCall are the asm code.
Thanks
Min
TdIsEnabled() is the cpuid-based check.
TdCall/TdVmCall are the asm code.
Thanks
Min
|
By
Min Xu
·
#83372
·
|
|
Re: [PATCH V3 14/29] UefiCpuPkg: Enable Tdx support in MpInitLib
That is the cpuid-based check and the asm code for td calls, correct?
Looks fine to me.
take care,
Gerd
That is the cpuid-based check and the asm code for td calls, correct?
Looks fine to me.
take care,
Gerd
|
By
Gerd Hoffmann
·
#83371
·
|
|
Re: 回复: [PATCH V4 1/3] MdePkg: Introduce CcMeasurementProtocol for CC Guest firmware
Thanks for the reminder. I agree with you that gEfiTcg2FinalEventsTableGuid should go to [Guids] section.
It will be fixed in the next version.
Thanks
Min
Thanks for the reminder. I agree with you that gEfiTcg2FinalEventsTableGuid should go to [Guids] section.
It will be fixed in the next version.
Thanks
Min
|
By
Min Xu
·
#83370
·
|
|
Soft Feature Freeze will start on 2021-11-08 for edk2-stable202111
Hi, all
We will enter into Soft Feature Freeze phase on 2021-11-08. In this phase, the feature under review will not be allowed to be pushed. The feature passed review can still be merged.
The
Hi, all
We will enter into Soft Feature Freeze phase on 2021-11-08. In this phase, the feature under review will not be allowed to be pushed. The feature passed review can still be merged.
The
|
By
gaoliming
·
#83369
·
|
|
回复: [edk2-devel] [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Add runtime SetImage support
Bob:
I suggest to obviously describe that FMP protocol services may be available in EFI runtime, and define the standard method to know whether FMP protocol supports runtime attribute.
Because
Bob:
I suggest to obviously describe that FMP protocol services may be available in EFI runtime, and define the standard method to know whether FMP protocol supports runtime attribute.
Because
|
By
gaoliming
·
#83368
·
|
|
Re: [PATCH] Reallocate TPM Active PCRs based on platform support.
Would you please confirm if you have run CI and got a PASS result?
Would you please confirm if you have run CI and got a PASS result?
|
By
Yao, Jiewen
·
#83367
·
|
|
回复: [edk2-devel] 回复: [PATCH V4 1/3] MdePkg: Introduce CcMeasurementProtocol for CC Guest firmware
Min:
gEfiTcg2ProtocolGuid
[Protocols].
I find gEfiTcg2FinalEventsTableGuid is used for configuration table. This is
one Guid usage.
It should be placed into [Guids] section.
You can see hash
Min:
gEfiTcg2ProtocolGuid
[Protocols].
I find gEfiTcg2FinalEventsTableGuid is used for configuration table. This is
one Guid usage.
It should be placed into [Guids] section.
You can see hash
|
By
gaoliming
·
#83366
·
|
|
回复: [edk2-devel] [PATCH v2 07/16] ArmPkg and MdePkg: Move the AsmMacroIoLib from ArmPkg to MdePkg
Reviewed-by: Liming Gao <gaoliming@...>
Reviewed-by: Liming Gao <gaoliming@...>
|
By
gaoliming
·
#83365
·
|
|
Re: [Patch V2 7/7] OvmfPkg: Reproduce builds across source format changes
Reviewed-by: Jiewen Yao <jiewen.yao@...>
Reviewed-by: Jiewen Yao <jiewen.yao@...>
|
By
Yao, Jiewen
·
#83364
·
|
|
Re: [Patch V2 7/7] BaseTools/Conf: Fix Linux GCC ARM build issues with HII
Hi Leif,
I am dropping patch 7 from this series.
I am not able to get the ARM build failure resolved at this time.
The basic issue is that the GCC builds are using objcopy to create
and ELF image
Hi Leif,
I am dropping patch 7 from this series.
I am not able to get the ARM build failure resolved at this time.
The basic issue is that the GCC builds are using objcopy to create
and ELF image
|
By
Michael D Kinney
·
#83363
·
|
|
Event: TianoCore Community Meeting - APAC/NAMO - 11/04/2021
#cal-reminder
Reminder: TianoCore Community Meeting - APAC/NAMO
When:
11/04/2021
7:30pm to 8:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Community Meeting - APAC/NAMO
When:
11/04/2021
7:30pm to 8:30pm
(UTC-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#83362
·
|
|
Re: [PATCH V4 3/3] SecurityPkg: Support CcMeasurementProtocol in DxeTpmMeasurementLib
Hi, Sami
Please see my comments inline.[SAMI] Same comment as in patch 2/3. Is it possible to use the typedef for the measurment register index here, please?
[Min] Thanks for reminder. It will be
Hi, Sami
Please see my comments inline.[SAMI] Same comment as in patch 2/3. Is it possible to use the typedef for the measurment register index here, please?
[Min] Thanks for reminder. It will be
|
By
Min Xu
·
#83361
·
|
|
Event: TianoCore Community Meeting - APAC/NAMO - 11/04/2021
#cal-reminder
Reminder: TianoCore Community Meeting - APAC/NAMO
When:
11/04/2021
7:30pm to 8:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Community Meeting - APAC/NAMO
When:
11/04/2021
7:30pm to 8:30pm
(UTC-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#83360
·
|
|
Re: [PATCH V4 2/3] SecurityPkg: Support CcMeasurementProtocol in DxeTpm2MeasureBootLib
Hi, Sami
Please see my comments inline.
Hi, Sami
Please see my comments inline.
|
By
Min Xu
·
#83359
·
|