|
Re: [PATCH 0/2] Migrate ArmVirtPkg BaseCachingPciExpressLib
Hi package owners,
Please take a look at this patch, this patch moves ArmVirtPkg BaseCachingPciExpressLib to OvmfPkg for OvmfRiscV64.
Thanks
Abner
Hi package owners,
Please take a look at this patch, this patch moves ArmVirtPkg BaseCachingPciExpressLib to OvmfPkg for OvmfRiscV64.
Thanks
Abner
|
By
Abner Chang
·
#86179
·
|
|
Re: [PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Hi Pedro,
what are you talking about? Please send disassemblies, map files, C samples programs.
Let’s focusing on the most urgent intrinsic function needed for / % << and >> operators first.
Hi Pedro,
what are you talking about? Please send disassemblies, map files, C samples programs.
Let’s focusing on the most urgent intrinsic function needed for / % << and >> operators first.
|
By
Kilian Kegel
·
#86178
·
|
|
Re: [PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Also, quick note: I've seen linking blowing up because the ABIs being used in the bare metal code and in libgcc were different; this was in riscv64. I know x86 doesn't do such checks but a few others
Also, quick note: I've seen linking blowing up because the ABIs being used in the bare metal code and in libgcc were different; this was in riscv64. I know x86 doesn't do such checks but a few others
|
By
Pedro Falcato
·
#86177
·
|
|
Re: [PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Gerd,
As I mentioned earlier, abort() is one of 5 functions GCC expects in freestanding mode (plus memset, mempy and two others).
Is there any floating point enabled somewhere? I really don't remember
Gerd,
As I mentioned earlier, abort() is one of 5 functions GCC expects in freestanding mode (plus memset, mempy and two others).
Is there any floating point enabled somewhere? I really don't remember
|
By
Pedro Falcato
·
#86176
·
|
|
[PATCH v3 8/8] ArmVirtPkg/Kvmtool: Enable Acpiview
From: Sami Mujawar <sami.mujawar@...>
Acpiview is a command line tool allowing to display, dump, or check
installed ACPI tables. Add a 'ACPIVIEW_ENABLE' switch to enable it
on an ArmVirt
From: Sami Mujawar <sami.mujawar@...>
Acpiview is a command line tool allowing to display, dump, or check
installed ACPI tables. Add a 'ACPIVIEW_ENABLE' switch to enable it
on an ArmVirt
|
By
PierreGondois
·
#86175
·
|
|
[PATCH v3 7/8] ArmVirtPkg/Kvmtool: Enable ACPI support
From: Sami Mujawar <sami.mujawar@...>
A Configuration Manager that uses the Dynamic Tables framework
to generate ACPI tables for Kvmtool Guests has been provided.
This Configuration Manager uses
From: Sami Mujawar <sami.mujawar@...>
A Configuration Manager that uses the Dynamic Tables framework
to generate ACPI tables for Kvmtool Guests has been provided.
This Configuration Manager uses
|
By
PierreGondois
·
#86174
·
|
|
[PATCH v3 6/8] ArmVirtPkg/Kvmtool: Add Configuration Manager
From: Sami Mujawar <sami.mujawar@...>
Add Configuration Manager to enable ACPI tables for Kvmtool
firmware. The Configuration Manager for Kvmtool uses the DT
Hardware Information Parser module
From: Sami Mujawar <sami.mujawar@...>
Add Configuration Manager to enable ACPI tables for Kvmtool
firmware. The Configuration Manager for Kvmtool uses the DT
Hardware Information Parser module
|
By
PierreGondois
·
#86173
·
|
|
[PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table
From: Sami Mujawar <sami.mujawar@...>
Most ACPI tables for Kvmtool firmware are dynamically
generated. The AML code is also generated at runtime
for most components in appropriate
From: Sami Mujawar <sami.mujawar@...>
Most ACPI tables for Kvmtool firmware are dynamically
generated. The AML code is also generated at runtime
for most components in appropriate
|
By
PierreGondois
·
#86172
·
|
|
[PATCH v3 4/8] ArmVirtPkg: Add cspell exceptions
From: Pierre Gondois <Pierre.Gondois@...>
The cpsell tool checks for unknown words in the upstream CI.
Add some new words to the list of exceptions.
Signed-off-by: Pierre Gondois
From: Pierre Gondois <Pierre.Gondois@...>
The cpsell tool checks for unknown words in the upstream CI.
Add some new words to the list of exceptions.
Signed-off-by: Pierre Gondois
|
By
PierreGondois
·
#86171
·
|
|
[PATCH v3 3/8] DynamicTablesPkg: AcpiSsdtPcieLibArm: Fix _PRT description
From: Pierre Gondois <Pierre.Gondois@...>
In ACPI 6.4, s6.2.13, _PRT objects describing PCI legacy interrupts
can be defined following 2 models.
In the first model, a _SRS object must be
From: Pierre Gondois <Pierre.Gondois@...>
In ACPI 6.4, s6.2.13, _PRT objects describing PCI legacy interrupts
can be defined following 2 models.
In the first model, a _SRS object must be
|
By
PierreGondois
·
#86170
·
|
|
[PATCH v3 2/8] DynamicTablesPkg: FdtHwInfoParserLib: Parse Pmu info
From: Pierre Gondois <Pierre.Gondois@...>
Parse the Pmu interrupts if a pmu compatible node is present,
and populate the MADT GicC structure accordingly.
Signed-off-by: Pierre Gondois
From: Pierre Gondois <Pierre.Gondois@...>
Parse the Pmu interrupts if a pmu compatible node is present,
and populate the MADT GicC structure accordingly.
Signed-off-by: Pierre Gondois
|
By
PierreGondois
·
#86169
·
|
|
[PATCH v3 1/8] DynamicTablesPkg: Print specifier macro for CM_OBJECT_ID
From: Pierre Gondois <Pierre.Gondois@...>
Add a macro that specifies the format for printing CM_OBJECT_ID.
This allows to print the CM_OBJECT_ID is a consistent way in the
output
From: Pierre Gondois <Pierre.Gondois@...>
Add a macro that specifies the format for printing CM_OBJECT_ID.
This allows to print the CM_OBJECT_ID is a consistent way in the
output
|
By
PierreGondois
·
#86168
·
|
|
[PATCH v3 0/8] Add ACPI support for Kvmtool
From: Pierre Gondois <Pierre.Gondois@...>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3742
V1: https://edk2.groups.io/g/devel/message/76990
V2:
- New patch: "DynamicTablesPkg: Print
From: Pierre Gondois <Pierre.Gondois@...>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3742
V1: https://edk2.groups.io/g/devel/message/76990
V2:
- New patch: "DynamicTablesPkg: Print
|
By
PierreGondois
·
#86167
·
|
|
[edk2-platforms PATCH] Platform/RaspberryPi: Add 'clock-frequency' property for miniuart
Describe the miniuart clock frequency in a _DSD property, so that it can
be read from the Linux driver.
The miniuart clock frequency is the core clock frequency on the
Raspberry Pi. It can be
Describe the miniuart clock frequency in a _DSD property, so that it can
be read from the Linux driver.
The miniuart clock frequency is the core clock frequency on the
Raspberry Pi. It can be
|
By
Adrien Thierry
·
#86166
·
|
|
Re: [PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Hi,
So, digged a bit more into this. When unpacking libgcc.a, then packing
a new lib with only the object files needed, and pass that to the linker
everything works fine.
In theory just using -lgcc
Hi,
So, digged a bit more into this. When unpacking libgcc.a, then packing
a new lib with only the object files needed, and pass that to the linker
everything works fine.
In theory just using -lgcc
|
By
Gerd Hoffmann
·
#86165
·
|
|
Re: [PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0
Hi,
Oops, dropped the list by mistake, forwarding ...
----- Forwarded message from "kraxel@..." <kraxel@...> -----
Date: Fri, 28 Jan 2022 10:35:10 +0100
Subject: Re: [edk2-devel]
Hi,
Oops, dropped the list by mistake, forwarding ...
----- Forwarded message from "kraxel@..." <kraxel@...> -----
Date: Fri, 28 Jan 2022 10:35:10 +0100
Subject: Re: [edk2-devel]
|
By
Gerd Hoffmann
·
#86164
·
|
|
Re: [PATCH RESEND edk2-platforms v1 1/1] Platform/ARM: Add BootDiscoveryPolicy
Reviewed-by: Ard Biesheuvel <ardb@...>
Pushed as b9d6ddebe1a9..1bbfeb030a55
Thanks,
Reviewed-by: Ard Biesheuvel <ardb@...>
Pushed as b9d6ddebe1a9..1bbfeb030a55
Thanks,
|
By
Ard Biesheuvel
·
#86163
·
|
|
[PATCH RESEND edk2-platforms v1 1/1] Platform/ARM: Add BootDiscoveryPolicy
From: Pierre Gondois <Pierre.Gondois@...>
This commit adds code which check BootDiscoveryPolicy variable and
calls Boot Policy Manager Protocol to connect device specified by
the variable. To
From: Pierre Gondois <Pierre.Gondois@...>
This commit adds code which check BootDiscoveryPolicy variable and
calls Boot Policy Manager Protocol to connect device specified by
the variable. To
|
By
PierreGondois
·
#86162
·
|
|
Re: Read SPI BAR offset 0x10 throwing processor exception
Hi Michael,
SpiInstance->PchSpiBase = MmPciBase (
DEFAULT_PCI_BUS_NUMBER_PCH,
PCI_DEVICE_NUMBER_PCH_SPI,
Hi Michael,
SpiInstance->PchSpiBase = MmPciBase (
DEFAULT_PCI_BUS_NUMBER_PCH,
PCI_DEVICE_NUMBER_PCH_SPI,
|
By
Rao G
·
#86161
·
|
|
Re: Read SPI BAR offset 0x10 throwing processor exception
PCI_BASE_ADDRESSREG_OFFSET is an offset within PCI configuration space. It looks as though you are trying to use an MMIO access to read from PCI configuration space, which is not a valid thing to
PCI_BASE_ADDRESSREG_OFFSET is an offset within PCI configuration space. It looks as though you are trying to use an MMIO access to read from PCI configuration space, which is not a valid thing to
|
By
Michael Brown
·
#86160
·
|