|
[PATCH v4 1/8] MdePkg: IORT header update for IORT Rev E.d spec
Bugzilla: 3458 - Add support IORT Rev E.d specification updates
(https://bugzilla.tianocore.org/show_bug.cgi?id=3458)
The IO Remapping Table, Platform Design Document, Revision E.d,
Feb
Bugzilla: 3458 - Add support IORT Rev E.d specification updates
(https://bugzilla.tianocore.org/show_bug.cgi?id=3458)
The IO Remapping Table, Platform Design Document, Revision E.d,
Feb
|
By
Sami Mujawar
·
#91090
·
|
|
[PATCH v4 2/8] ShellPkg: Acpiview: Abbreviate field names to preserve alignment
Some field names in the IORT table parser were longer than the
OUTPUT_FIELD_COLUMN_WIDTH plus indentation, resulting in loss of
the output print alignment. Therefore, abbreviate the field
Some field names in the IORT table parser were longer than the
OUTPUT_FIELD_COLUMN_WIDTH plus indentation, resulting in loss of
the output print alignment. Therefore, abbreviate the field
|
By
Sami Mujawar
·
#91089
·
|
|
[PATCH v4 7/8] DynamicTablesPkg: Update ArmNameSpaceObjects for IORT Rev E.d
Bugzilla: 3458 - Add support IORT Rev E.d specification updates
(https://bugzilla.tianocore.org/show_bug.cgi?id=3458)
The IO Remapping Table, Platform Design Document, Revision E.d,
Feb
Bugzilla: 3458 - Add support IORT Rev E.d specification updates
(https://bugzilla.tianocore.org/show_bug.cgi?id=3458)
The IO Remapping Table, Platform Design Document, Revision E.d,
Feb
|
By
Sami Mujawar
·
#91088
·
|
|
[PATCH v2 1/1] UefiCpuPkg: Coding style bug fix
Local variable name overlaped with function name.
Variable name has been updated to remove name duplication.
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc: Rahul Kumar
Local variable name overlaped with function name.
Variable name has been updated to remove name duplication.
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc: Rahul Kumar
|
By
Paweł Poławski
·
#91087
·
|
|
[PATCH v2 0/1] Coding style violation fix
Hello edk2-devel list,
Laszlo Ersek in his email to edk2-devel related to
"CPU count limitation in CpuMpPei BIST processing"
pointed out coding style violation related to local variable
and function
Hello edk2-devel list,
Laszlo Ersek in his email to edk2-devel related to
"CPU count limitation in CpuMpPei BIST processing"
pointed out coding style violation related to local variable
and function
|
By
Paweł Poławski
·
#91086
·
|
|
[PATCH] UefiCpuPkg: Fix nasm warning "signed byte value exceeds"
Currently, "push byte %[Vector]" causes nasm warning when Vector is larger
than 0x7F. This is because push accepts a signed value, and byte means
signed int8. Maximum signed int8 is 0x7F.
When Vector
Currently, "push byte %[Vector]" causes nasm warning when Vector is larger
than 0x7F. This is because push accepts a signed value, and byte means
signed int8. Maximum signed int8 is 0x7F.
When Vector
|
By
Zhiguang Liu
·
#91085
·
|
|
Re: [PATCH v3 00/11] Enhance Secure Boot Variable Libraries
Hi
I am going to merge this. However, I realize that my mailbox filtered patch 6/11 and 10/11.
So I am going to merge the one in https://github.com/kuqin12/edk2/tree/secure_boot_enhance_v3
Please
Hi
I am going to merge this. However, I realize that my mailbox filtered patch 6/11 and 10/11.
So I am going to merge the one in https://github.com/kuqin12/edk2/tree/secure_boot_enhance_v3
Please
|
By
Yao, Jiewen
·
#91084
·
|
|
[PATCH v2] SecurityPkg: Add TPM NVIndex Extend support.
code: https://github.com/qizhangz/edk2/tree/NvIndexExtend
Signed-off-by: Qi Zhang <qi1.zhang@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Rahul Kumar <rahul1.kumar@...>
Cc: Qi Zhang
code: https://github.com/qizhangz/edk2/tree/NvIndexExtend
Signed-off-by: Qi Zhang <qi1.zhang@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Rahul Kumar <rahul1.kumar@...>
Cc: Qi Zhang
|
By
Qi Zhang
·
#91083
·
|
|
[edk2-staging][PATCH v1 7/7] SecurityPkg: SubClassTpm: Updated default value
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change updated the default value of TPM device subclass PCD to
`0x010E0000` in order to match the definition of EFI_PERIPHERAL_TPM
from
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change updated the default value of TPM device subclass PCD to
`0x010E0000` in order to match the definition of EFI_PERIPHERAL_TPM
from
|
By
Kun Qin
·
#91082
·
|
|
[edk2-staging][PATCH v1 6/7] SecurityPkg: TcgPei: Replace PcdStatusCodeSubClassTpmDevice
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change replaces the references of PcdStatusCodeSubClassTpmDevice
with newly defined EFI_PERIPHERAL_TPM.
Cc: Jian J Wang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change replaces the references of PcdStatusCodeSubClassTpmDevice
with newly defined EFI_PERIPHERAL_TPM.
Cc: Jian J Wang
|
By
Kun Qin
·
#91081
·
|
|
[edk2-staging][PATCH v1 5/7] SecurityPkg: TcgDxe: Replace PcdStatusCodeSubClassTpmDevice
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change replaces the references of PcdStatusCodeSubClassTpmDevice
with newly defined EFI_PERIPHERAL_TPM.
Cc: Jian J Wang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change replaces the references of PcdStatusCodeSubClassTpmDevice
with newly defined EFI_PERIPHERAL_TPM.
Cc: Jian J Wang
|
By
Kun Qin
·
#91080
·
|
|
[edk2-staging][PATCH v1 4/7] SecurityPkg: Tcg2Pei: Replace PcdStatusCodeSubClassTpmDevice
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change replaces the references of PcdStatusCodeSubClassTpmDevice
with newly defined EFI_PERIPHERAL_TPM.
Cc: Jian J Wang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change replaces the references of PcdStatusCodeSubClassTpmDevice
with newly defined EFI_PERIPHERAL_TPM.
Cc: Jian J Wang
|
By
Kun Qin
·
#91079
·
|
|
[edk2-staging][PATCH v1 3/7] SecurityPkg: Tcg2Dxe: Replace PcdStatusCodeSubClassTpmDevice
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change replaces the references of PcdStatusCodeSubClassTpmDevice
with newly defined EFI_PERIPHERAL_TPM.
Cc: Jian J Wang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change replaces the references of PcdStatusCodeSubClassTpmDevice
with newly defined EFI_PERIPHERAL_TPM.
Cc: Jian J Wang
|
By
Kun Qin
·
#91078
·
|
|
[edk2-staging][PATCH v1 2/7] MdePkg: MmCommunication: Add TPM subclass definition to MdePkg
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change introduces a new peripheral subclass definition.
The new subclass definition will cover system reboot events under the
status
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change introduces a new peripheral subclass definition.
The new subclass definition will cover system reboot events under the
status
|
By
Kun Qin
·
#91077
·
|
|
[edk2-staging][PATCH v1 1/7] EDK2 Code First: PI Specification: New peripheral subclass for TPM
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change includes specification update markdown file that describes
the proposed PI Specification v1.7 Errata A in detail and
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
This change includes specification update markdown file that describes
the proposed PI Specification v1.7 Errata A in detail and
|
By
Kun Qin
·
#91076
·
|
|
[edk2-staging][PATCH v1 0/7] Add TPM subclass definition
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
From PI Specification v1.7 Errata A, EFI_PERIPHERAL_DOCKING is defined as
0xD0000 (as well as included in PiStatusCode.h).
However, subclass
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966
From PI Specification v1.7 Errata A, EFI_PERIPHERAL_DOCKING is defined as
0xD0000 (as well as included in PiStatusCode.h).
However, subclass
|
By
Kun Qin
·
#91075
·
|
|
ArmVirtPkg: boot fail on numa system
When qemu aarch64 is configured as NUMA, the EDK2 boot fail.
Below is my test command:
```
qemu-system-aarch64 \
-nographic \
-serial tcp:localhost:54320 -serial tcp:localhost:54321 \
-smp 4 \
-s -S
When qemu aarch64 is configured as NUMA, the EDK2 boot fail.
Below is my test command:
```
qemu-system-aarch64 \
-nographic \
-serial tcp:localhost:54320 -serial tcp:localhost:54321 \
-smp 4 \
-s -S
|
By
Mark-PK Tsai
·
#91074
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 07/05/2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
07/05/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
07/05/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#91073
·
|
|
Agenda July 7 EDK2 Community Meeting
Agenda July 7th 9:00 AM PST
Richard Hughes and Martin Frenandez Present Add SBOM (software bill of materials) to the efi binaries
Overview
Patch details
1) **Event Updates (_5 minutes]**
- **
Agenda July 7th 9:00 AM PST
Richard Hughes and Martin Frenandez Present Add SBOM (software bill of materials) to the efi binaries
Overview
Patch details
1) **Event Updates (_5 minutes]**
- **
|
By
Demeter, Miki
·
#91072
·
|
|
Re: [edk2-platforms] [PATCH 1/1] Platform/Sgi: Add support to disable isolated cpus
Hi Team,
Is there any comment on this patch?
Thanks,
Nishant
Hi Team,
Is there any comment on this patch?
Thanks,
Nishant
|
By
Nishant Sharma
·
#91071
·
|