[edk2-devel] [PATCH v2 0/1] Fixing RngDxe error for ARM/AARCH64

Kun Qin posted 1 patch 10 months, 1 week ago
Failed in applying to current master (apply log)
SecurityPkg/RandomNumberGenerator/RngDxe/AArch64/AArch64Algo.c | 2 +-
SecurityPkg/RandomNumberGenerator/RngDxe/Arm/ArmAlgo.c         | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[edk2-devel] [PATCH v2 0/1] Fixing RngDxe error for ARM/AARCH64
Posted by Kun Qin 10 months, 1 week ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4491

This patch series is a follow-up of previous submission:
https://edk2.groups.io/g/devel/message/91995

The main changes between v1 and v2 patches are:
  - Removed a fix which is a duplicate effort of
    https://edk2.groups.io/g/devel/message/104347
  - Added reviewed-by tag

This change is verified on QEMU based ARM SBSA system.

Patch v2 branch: https://github.com/kuqin12/edk2/tree/fix_rng_edk2_v2

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Sami Mujawar <Sami.Mujawar@arm.com>
Cc: Pierre Gondois <pierre.gondois@arm.com>

Kun Qin (1):
  SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator

 SecurityPkg/RandomNumberGenerator/RngDxe/AArch64/AArch64Algo.c | 2 +-
 SecurityPkg/RandomNumberGenerator/RngDxe/Arm/ArmAlgo.c         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.41.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106546): https://edk2.groups.io/g/devel/message/106546
Mute This Topic: https://groups.io/mt/99863880/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
[edk2-devel] Does RedfishPkg support BMC Chip's lan over usb feature?
Posted by Yoshinoya 10 months, 1 week ago
Hi,
The communication between BIOS and BMC usually is IPMI over LPC interface.
The communication also supports with IPMI over IP.


BMC chip has ability to emulate itself as a usb network card, and connected with motherboard's usb physical port.
So, current redfishpkg supports BMC chip's lan over usb feature?


Thanks



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106554): https://edk2.groups.io/g/devel/message/106554
Mute This Topic: https://groups.io/mt/99866456/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


[edk2-devel] Question about OvmfPackage cxl emulation support
Posted by Yoshinoya 6 months, 2 weeks ago
Hi,
I findd qemu supports cxl emulation, but it uses seabios as virtual machine firmware.


Does UEFI OvmfPackage have a plan to support CXL device enumeration and declaration?


Thanks

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109770): https://edk2.groups.io/g/devel/message/109770
Mute This Topic: https://groups.io/mt/102052612/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] Question about OvmfPackage cxl emulation support
Posted by Laszlo Ersek 6 months, 2 weeks ago
On 10/19/23 03:51, Yoshinoya wrote:
> Hi,
> I findd qemu supports cxl emulation, but it uses seabios as virtual
> machine firmware.
> 
> Does UEFI OvmfPackage have a plan to support CXL device enumeration and
> declaration?

I expect MdeModulePkg would have to add some generic CXL device driver,
which we could perhaps include in OVMF.

Some register definitions were added to core edk2 under
<https://bugzilla.tianocore.org/show_bug.cgi?id=2611>, but I can't
easily find any CXL driver.

Laszlo



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109798): https://edk2.groups.io/g/devel/message/109798
Mute This Topic: https://groups.io/mt/102052612/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] Question about OvmfPackage cxl emulation support
Posted by Yoshinoya 6 months, 2 weeks ago
Hi, Lersek:
Got it!


Thanks

















At 2023-10-19 19:58:52, "Laszlo Ersek" <lersek@redhat.com> wrote:
>On 10/19/23 03:51, Yoshinoya wrote:
>> Hi,
>> I findd qemu supports cxl emulation, but it uses seabios as virtual
>> machine firmware.
>> 
>> Does UEFI OvmfPackage have a plan to support CXL device enumeration and
>> declaration?
>
>I expect MdeModulePkg would have to add some generic CXL device driver,
>which we could perhaps include in OVMF.
>
>Some register definitions were added to core edk2 under
><https://bugzilla.tianocore.org/show_bug.cgi?id=2611>, but I can't
>easily find any CXL driver.
>
>Laszlo
>
>
>
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109873): https://edk2.groups.io/g/devel/message/109873
Mute This Topic: https://groups.io/mt/102052612/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] Question about OvmfPackage cxl emulation support
Posted by Yoshinoya 6 months, 1 week ago
Hi, Lersek:
I have a question about acpi tables in OvmfPkg.


Does qemu create acpi tables template for Ovmf BIOS ?



I could not find any acpi tables template(asl files) for x86 platform in OvmfPkg. 







best wishes,




At 2023-10-21 11:50:01, "Yoshinoya" <yoshinoyatoko@163.com> wrote:

Hi, Lersek:
Got it!


Thanks

















At 2023-10-19 19:58:52, "Laszlo Ersek" <lersek@redhat.com> wrote:
>On 10/19/23 03:51, Yoshinoya wrote:
>> Hi,
>> I findd qemu supports cxl emulation, but it uses seabios as virtual
>> machine firmware.
>> 
>> Does UEFI OvmfPackage have a plan to support CXL device enumeration and
>> declaration?
>
>I expect MdeModulePkg would have to add some generic CXL device driver,
>which we could perhaps include in OVMF.
>
>Some register definitions were added to core edk2 under
><https://bugzilla.tianocore.org/show_bug.cgi?id=2611>, but I can't
>easily find any CXL driver.
>
>Laszlo
>
>
>
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109988): https://edk2.groups.io/g/devel/message/109988
Mute This Topic: https://groups.io/mt/102052612/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] Question about OvmfPackage cxl emulation support
Posted by Gerd Hoffmann 6 months, 1 week ago
On Tue, Oct 24, 2023 at 02:48:33PM +0800, Yoshinoya wrote:
> Hi, Lersek:
> I have a question about acpi tables in OvmfPkg.
> 
> 
> Does qemu create acpi tables template for Ovmf BIOS ?

Yes, qemu generates the acpi tables (not just templates).
The same is true for the smbios tables.

take care,
  Gerd



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109989): https://edk2.groups.io/g/devel/message/109989
Mute This Topic: https://groups.io/mt/102052612/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] Question about OvmfPackage cxl emulation support
Posted by Yoshinoya 6 months, 1 week ago
Hi, Gerd:
Got it!


Thanks














At 2023-10-24 16:05:06, "Gerd Hoffmann" <kraxel@redhat.com> wrote:
>On Tue, Oct 24, 2023 at 02:48:33PM +0800, Yoshinoya wrote:
>> Hi, Lersek:
>> I have a question about acpi tables in OvmfPkg.
>> 
>> 
>> Does qemu create acpi tables template for Ovmf BIOS ?
>
>Yes, qemu generates the acpi tables (not just templates).
>The same is true for the smbios tables.
>
>take care,
>  Gerd
>
>
>
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110015): https://edk2.groups.io/g/devel/message/110015
Mute This Topic: https://groups.io/mt/102052612/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] Does RedfishPkg support BMC Chip's lan over usb feature?
Posted by Chang, Abner via groups.io 10 months, 1 week ago
[AMD Official Use Only - General]

Yes, edk2 Redfish does support BMC exposed USB NIC, as RedfishPkg relies on RestEx protocol for discovering Redfish service. The current RestEx implementation is network based, which means USB NIC would be used as the transport interface for Redfish communications between host and BMC.

Abner

From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Yoshinoya via groups.io
Sent: Friday, June 30, 2023 11:13 AM
To: devel@edk2.groups.io
Subject: [edk2-devel] Does RedfishPkg support BMC Chip's lan over usb feature?

Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.

Hi,
The communication between BIOS and BMC usually is IPMI over LPC interface.
The communication also supports with IPMI over IP.

BMC chip has ability to emulate itself as a usb network card, and connected with motherboard's usb physical port.
So, current redfishpkg supports BMC chip's lan over usb feature?

Thanks




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106556): https://edk2.groups.io/g/devel/message/106556
Mute This Topic: https://groups.io/mt/99866456/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-