|
RFC Proposed Security Process Changes
Hello everyone,
Submitted for the community to evaluate and provide any feedback. We are looking to move to GitHub Security Reporting and Security advisories. This makes some minor changes to the
Hello everyone,
Submitted for the community to evaluate and provide any feedback. We are looking to move to GitHub Security Reporting and Security advisories. This makes some minor changes to the
|
By
Demeter, Miki
·
#796
·
|
|
(Unit) testing device drivers from test app running under OS
Hello,
In the past few years there has been some effort to add unit tests to EDK2 components. Some unit tests that execute under OS and can be run as a part of CI were added for some simple modules
Hello,
In the past few years there has been some effort to add unit tests to EDK2 components. Some unit tests that execute under OS and can be run as a part of CI were added for some simple modules
|
By
Albecki, Mateusz
·
#795
·
|
|
iSCSI Initiator doesn't respond to NOP_IN requests with NOP_OUT
Hi,
I have already one ticket in Discussion Forum.
Please check it for more details
Hi,
I have already one ticket in Discussion Forum.
Please check it for more details
|
By
Navdeep Singh
·
#794
·
|
|
iSCSI Initiator doesn't respond to NOP_IN requests with NOP_OUT
Hi,
I have already one ticket in Discussion Forum.
Please check it for more details
Hi,
I have already one ticket in Discussion Forum.
Please check it for more details
|
By
Singh, Navdeeppal <Navdeeppal.Singh@...>
·
#793
·
|
|
[edk2][RFC] OvmfPkg/AcpiPlatformDxe: patch FADT PSCI bits if FDT advertises it
EL3 firmware may implement PSCI interface on aarch64 platforms,
including qemu-tcg-aarch64. However, EL3 firmware does not usually own
pulling and deploying ACPI tables from qemu fw_cfg. Thus the only
EL3 firmware may implement PSCI interface on aarch64 platforms,
including qemu-tcg-aarch64. However, EL3 firmware does not usually own
pulling and deploying ACPI tables from qemu fw_cfg. Thus the only
|
By
Evgeny Iakovlev
·
#792
·
|
|
[edk2][RFC] OvmfPkg/AcpiPlatformDxe: patch FADT PSCI bits if FDT advertises it
EL3 firmware may implement PSCI interface on aarch64 platforms,
including qemu-tcg-aarch64. However, EL3 firmware does not usually own
pulling and deploying ACPI tables from qemu fw_cfg. Thus the only
EL3 firmware may implement PSCI interface on aarch64 platforms,
including qemu-tcg-aarch64. However, EL3 firmware does not usually own
pulling and deploying ACPI tables from qemu fw_cfg. Thus the only
|
By
Evgeny Iakovlev <eiakovlev@...>
·
#791
·
|
|
Re: Boot Order not persistent : UEFI variables not getting stored in NVRAM disk ?
PS: With "emulates" I mean that it uses RAM to store variables. This
naturally ends up getting cleared on a reboot, which is possibly what
you're seeing.
wrote:
--
Pedro Falcato
PS: With "emulates" I mean that it uses RAM to store variables. This
naturally ends up getting cleared on a reboot, which is possibly what
you're seeing.
wrote:
--
Pedro Falcato
|
By
Pedro Falcato
·
#790
·
|
|
Re: Boot Order not persistent : UEFI variables not getting stored in NVRAM disk ?
Hi,
(cc devel)
NVRAM has nothing to do with disks or EFI partitions.
Are you using OVMF? How are you using it? OVMF itself emulates variable
storage if you run it in the wrong way.
--
Pedro
Hi,
(cc devel)
NVRAM has nothing to do with disks or EFI partitions.
Are you using OVMF? How are you using it? OVMF itself emulates variable
storage if you run it in the wrong way.
--
Pedro
|
By
Pedro Falcato
·
#789
·
|
|
Boot Order not persistent : UEFI variables not getting stored in NVRAM disk ?
Hi EDK2 community,
I have a used case, where I am trying to change boot order for multiboot (multiple OS) systems and for singleboot systems. I was able to change the boot order and set auto
Hi EDK2 community,
I have a used case, where I am trying to change boot order for multiboot (multiple OS) systems and for singleboot systems. I was able to change the boot order and set auto
|
By
het.gala@...
·
#788
·
|
|
[edk2][PATCH V1 1/1] MdePkg: Add CEDT structure
CXL Early Discovery Table (CEDT) enables OSes to locate CXL Host Bridges
and location of Host Bridge Registers early during boot and configure
Host Bridge Decoders according to ACPI information.
This
CXL Early Discovery Table (CEDT) enables OSes to locate CXL Host Bridges
and location of Host Bridge Registers early during boot and configure
Host Bridge Decoders according to ACPI information.
This
|
By
Sayanta Pattanayak
·
#787
·
|
|
[edk2-platforms][PATCH V1 3/3] Platform/Sgi: Add CXL Early Discovery Table(CEDT) for Rd-N2-Cfg1 Platform
CEDT structure type, CXL Host Bridge(CHBS) describes the location of CXL
Host Bridge, allowing OS to configure CXL Host Bridge.
CEDT structure type, CXL Fixed Memory Window(CFMWS) describes
CEDT structure type, CXL Host Bridge(CHBS) describes the location of CXL
Host Bridge, allowing OS to configure CXL Host Bridge.
CEDT structure type, CXL Fixed Memory Window(CFMWS) describes
|
By
Sayanta Pattanayak
·
#786
·
|
|
[edk2-platforms][PATCH V1 2/3] Platform/Sgi: prepare SRAT, HMAT table
Get remote memory node details(number of memory nodes, remote memory
range address) by using CxlProtocol interfaces.
Prepare SRAT table with both Local memory, remote memory blocks,
along with other
Get remote memory node details(number of memory nodes, remote memory
range address) by using CxlProtocol interfaces.
Prepare SRAT table with both Local memory, remote memory blocks,
along with other
|
By
Sayanta Pattanayak
·
#785
·
|
|
[edk2-platforms][PATCH V1 1/3] Platform/ARM: add CXL driver
Adds support for CXL driver. The present solution supports -
Discovering PCIe device with CXL and DOE capbility.
Execute DOE operation to fetch CDAT structures, which holds
information about
Adds support for CXL driver. The present solution supports -
Discovering PCIe device with CXL and DOE capbility.
Execute DOE operation to fetch CDAT structures, which holds
information about
|
By
Sayanta Pattanayak
·
#784
·
|
|
[edk2-platforms][PATCH V1 0/3] Enable CXL support and prepare necessary ACPI tables
This patch series adds support for discovering and reading out CXL
device capabilities, also it prepares SRAT, HMAT, CEDT tables.
First patch adds a CXL DXE. It discovers PCIe device with CXL and
This patch series adds support for discovering and reading out CXL
device capabilities, also it prepares SRAT, HMAT, CEDT tables.
First patch adds a CXL DXE. It discovers PCIe device with CXL and
|
By
Sayanta Pattanayak
·
#783
·
|
|
GitHub PR code review, new EDK II Reviewers team, and the edk2-codereview repository
Hello,
I am exploring a proposal to use GitHub PR for code review. Specifically
the last option listed in the following discussion:
https://github.com/tianocore/edk2/discussions/3017
I am
Hello,
I am exploring a proposal to use GitHub PR for code review. Specifically
the last option listed in the following discussion:
https://github.com/tianocore/edk2/discussions/3017
I am
|
By
Michael D Kinney
·
#782
·
|
|
[PATCH 1/1] AsfPkg: Add Alert standard format support
Hi All,
I would like to propose adding Alert standard format support which is
based on ASF2.0 specification(DSP0136).
The drivers would use smbus to send standard alert message base on the
status
Hi All,
I would like to propose adding Alert standard format support which is
based on ASF2.0 specification(DSP0136).
The drivers would use smbus to send standard alert message base on the
status
|
By
CrystalLee [李怡萱] <CrystalLee@...>
·
#781
·
|
|
Re: [PATCH] [rfc] Add SBOM (software bill of materials) to the efi binaries
That works for me too. See you on Tuesday!
That works for me too. See you on Tuesday!
|
By
Martin Fernandez
·
#780
·
|
|
Re: [PATCH] [rfc] Add SBOM (software bill of materials) to the efi binaries
Hi Richard
Yes, the 7th of July
That time allowance will be perfect.. I will give you the first time slot to make sure we can meet your schedule.
See you there.. Thank you for working with me on
Hi Richard
Yes, the 7th of July
That time allowance will be perfect.. I will give you the first time slot to make sure we can meet your schedule.
See you there.. Thank you for working with me on
|
By
Demeter, Miki
·
#779
·
|
|
Re: [PATCH] [rfc] Add SBOM (software bill of materials) to the efi binaries
On the 7th? In which case I can do 1700 BST but I have a hard stop at
1745 -- if that helps. Sorry!
RIchard.
On the 7th? In which case I can do 1700 BST but I have a hard stop at
1745 -- if that helps. Sorry!
RIchard.
|
By
Richard Hughes <hughsient@...>
·
#778
·
|
|
Re: [PATCH] [rfc] Add SBOM (software bill of materials) to the efi binaries
Hmm, that's 3:30 AM BST for me. Martin, that's 1:00 AM for you? I
think we might have to send our apologies Miki, unless we can record
something tomorrow for you to show?
Richard.
Hmm, that's 3:30 AM BST for me. Martin, that's 1:00 AM for you? I
think we might have to send our apologies Miki, unless we can record
something tomorrow for you to show?
Richard.
|
By
Richard Hughes <hughsient@...>
·
#777
·
|