|
Re: 回复: [edk2-devel] [PATCH v1 1/1] Add MemoryFence implementation for RiscV64
What do you mean it's missing?
Yes MemoryFence() for RiscV64 is missing currently, that's why I'm adding it here.
Maybe you mean that it's not currently used? That's also true.
I'm enabling the
What do you mean it's missing?
Yes MemoryFence() for RiscV64 is missing currently, that's why I'm adding it here.
Maybe you mean that it's not currently used? That's also true.
I'm enabling the
|
By
Daniel Schaefer
·
#75236
·
|
|
Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, 18 May 2021
#cal-cancelled
Cancelled: TianoCore Bug Triage - APAC / NAMO
This event has been cancelled.
When:
Tuesday, 18 May 2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
Cancelled: TianoCore Bug Triage - APAC / NAMO
This event has been cancelled.
When:
Tuesday, 18 May 2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#75235
·
|
|
Re: [edk2-platforms PATCH] Platform/ARM: Update Readme.md
Hi Rebecca,
Thank you for your patch.
It functionally looks good however I noticed one small grammatical error to fix, noted below.
Reviewed-by: Chris Jones
Hi Rebecca,
Thank you for your patch.
It functionally looks good however I noticed one small grammatical error to fix, noted below.
Reviewed-by: Chris Jones
|
By
Chris Jones
·
#75234
·
|
|
回复: [edk2-devel] TianoCore Bug Triage - APAC / NAMO - Tue, 05/18/2021 6:30pm-7:30pm
#cal-reminder
Few new issue is submitted this week. Let’s cancel the meeting this week.
3394
EDK2
Code
unassigned@...
UNCO
Add APIs for CPU physical address mask calculation
Fri
Few new issue is submitted this week. Let’s cancel the meeting this week.
3394
EDK2
Code
unassigned@...
UNCO
Add APIs for CPU physical address mask calculation
Fri
|
By
gaoliming
·
#75233
·
|
|
TianoCore Bug Triage - APAC / NAMO - Tue, 05/18/2021 6:30pm-7:30pm
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When: Tuesday, 18 May 2021, 6:30pm to 7:30pm, (GMT-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When: Tuesday, 18 May 2021, 6:30pm to 7:30pm, (GMT-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <devel@...>
·
#75232
·
|
|
回复: [edk2-devel] [PATCH v1 1/1] Add MemoryFence implementation for RiscV64
Daniel:
Seemly, this API is missing in BaseLib for RiscV64 arch. How do you detect
this issue?
Daniel:
Seemly, this API is missing in BaseLib for RiscV64 arch. How do you detect
this issue?
|
By
gaoliming
·
#75231
·
|
|
回复: [edk2-devel] [PATCH v1 3/3] CryptoPkg/BaseCryptLib: Fix possible uninitialized use
Sergei:
Yes. GCC49 is LTO disable GCC tool chain. GCC5 is LTO enable tool chain.
They both work on the different GCC version, such as gcc5, gcc6..
Sergei:
Yes. GCC49 is LTO disable GCC tool chain. GCC5 is LTO enable tool chain.
They both work on the different GCC version, such as gcc5, gcc6..
|
By
gaoliming
·
#75230
·
|
|
回复: [edk2-devel] [PATCH] EmulatorPkg: Update lldbefi.py to work with current lldb which uses python3
Rebecca:
This change supports python2 & python3 both. So, I think this is a good fix. Reviewed-by: Liming Gao <gaoliming@...>
Thanks
Liming
Rebecca:
This change supports python2 & python3 both. So, I think this is a good fix. Reviewed-by: Liming Gao <gaoliming@...>
Thanks
Liming
|
By
gaoliming
·
#75229
·
|
|
Google Summer of Code (GSoC) 2021 Projects Announced!
Hi Everyone,
Google has announced this year’s Summer of Code students. TianoCore is mentoring 7 students this year, which is more than 3 times larger than our previous high of 2 students! The
Hi Everyone,
Google has announced this year’s Summer of Code students. TianoCore is mentoring 7 students this year, which is more than 3 times larger than our previous high of 2 students! The
|
By
Nate DeSimone
·
#75228
·
|
|
Re: [PATCH v2 05/13] MdePkg/Register/Amd: define GHCB macro for the Page State Change
I verified that the values align with the GHCB spec publication:
#56421 Revision: 2.00
Reviewed-by: Erdem Aktas <erdemaktas@...>
I verified that the values align with the GHCB spec publication:
#56421 Revision: 2.00
Reviewed-by: Erdem Aktas <erdemaktas@...>
|
By
Erdem Aktas
·
#75227
·
|
|
Re: [PATCH v2 04/13] MdePkg/Register/Amd: define GHCB macro for Register GPA structure
I verified that the values align with the GHCB spec publication:
#56421 Revision: 2.00
Just one question: is there any reason why GHCB_* defines are decimal
while the SVM_EXIT_* are all in
I verified that the values align with the GHCB spec publication:
#56421 Revision: 2.00
Just one question: is there any reason why GHCB_* defines are decimal
while the SVM_EXIT_* are all in
|
By
Erdem Aktas
·
#75226
·
|
|
Re: [PATCH v2 03/13] MdePkg/Register/Amd: define GHCB macros for hypervisor feature detection
I verified that the values align with the GHCB spec publication:
#56421 Revision: 2.00
Reviewed-by: Erdem Aktas <erdemaktas@...>
-Erdem
I verified that the values align with the GHCB spec publication:
#56421 Revision: 2.00
Reviewed-by: Erdem Aktas <erdemaktas@...>
-Erdem
|
By
Erdem Aktas
·
#75225
·
|
|
Re: [PATCH v1 2/3] MdeModulePkg/PciBusDxe: Fix possible uninitialized use
If the function gets invalid value for the `ResizableBarOp` parameter
and asserts are disabled, `Bit` can be used uninitialized.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Hao A Wu
If the function gets invalid value for the `ResizableBarOp` parameter
and asserts are disabled, `Bit` can be used uninitialized.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Hao A Wu
|
By
Sergei Dmitrouk <sergei@...>
·
#75224
·
|
|
Re: [edk2-non-osi] [PATCH] ElkhartlakeSiliconBinPkg: Add EHL microcode
Couple of comments:
1. Please fix the file description of MicrocodeUpdates.inf and make sure it reflects the contents of the file.
2. Since this is a new file, start with year 2021.
-Sai
Couple of comments:
1. Please fix the file description of MicrocodeUpdates.inf and make sure it reflects the contents of the file.
2. Since this is a new file, start with year 2021.
-Sai
|
By
Chaganty, Rangasai V
·
#75223
·
|
|
Re: [edk2-platforms][PATCH V2 10/11] Platform/Sgi: Add SMBIOS Type19 Table
Hi Pranav,
Please find my comments inline marked [SAMI].
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar
Hi Pranav,
Please find my comments inline marked [SAMI].
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar
|
By
Sami Mujawar
·
#75222
·
|
|
Re: [edk2-platforms][PATCH V2 06/11] Platform/Sgi: Add SMBIOS Type4 Table
Hi Pranav,
Please find my comments inline marked [SAMI].
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar
Hi Pranav,
Please find my comments inline marked [SAMI].
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar
|
By
Sami Mujawar
·
#75221
·
|
|
Re: [edk2-platforms][PATCH V2 11/11] Platform/Sgi: Add SMBIOS Type32 Table
Hi Pranav,
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Pranav,
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#75220
·
|
|
Re: [edk2-platforms][PATCH V2 09/11] Platform/Sgi: Add SMBIOS Type17 Table
Hi Pranav,
Please find my comments inline marked [SAMI].
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar
Hi Pranav,
Please find my comments inline marked [SAMI].
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar
|
By
Sami Mujawar
·
#75219
·
|
|
Re: [edk2-platforms][PATCH V2 08/11] Platform/Sgi: Add SMBIOS Type16 Table
Hi Pranav,
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Pranav,
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#75218
·
|
|
Re: [edk2-platforms][PATCH V2 07/11] Platform/Sgi: Add SMBIOS Type7 Table
Hi Pranav,
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Pranav,
Some comments in previous patches apply here as well and are not mentioned.
With those addressed.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#75217
·
|