|
including redfish libs results in multiple definitions of symbols
Hello
I'm working on a small UEFI shell app.
I was hoping to make use of the JsonLib found in the Redfish Package.
When I include the Redfish JsonLib and it's
Hello
I'm working on a small UEFI shell app.
I was hoping to make use of the JsonLib found in the Redfish Package.
When I include the Redfish JsonLib and it's
|
By
M.T.
·
#90007
·
|
|
Re: OvmfPkgX64 doesn't build with CLANG38 (clang 14.0.3) NOOPT - undefined reference to `memcpy'
Can you dump the object file to see where the memcpy() call is emitted?
Can you dump the object file to see where the memcpy() call is emitted?
|
By
Ard Biesheuvel
·
#90006
·
|
|
OvmfPkgX64 doesn't build with CLANG38 (clang 14.0.3) NOOPT - undefined reference to `memcpy'
I noticed OvmfPkg/OvmfPkgX64.dsc doesn't build with `-t CLANG38 -b NOOPT` (with clang version 14.0.2) with the latest edk2 master (07c0c2eb0a5970db614ebce1060fc79d6904bdfd):
make: Nothing to be done
I noticed OvmfPkg/OvmfPkgX64.dsc doesn't build with `-t CLANG38 -b NOOPT` (with clang version 14.0.2) with the latest edk2 master (07c0c2eb0a5970db614ebce1060fc79d6904bdfd):
make: Nothing to be done
|
By
Rebecca Cran <quic_rcran@...>
·
#90005
·
|
|
Re: [PATCH] OvmfPkg: TdxDxe: Fix AsmRelocateApMailBoxLoop
Merged https://github.com/tianocore/edk2/pull/2915
Merged https://github.com/tianocore/edk2/pull/2915
|
By
Yao, Jiewen
·
#90004
·
|
|
Re: [PATCH 1/1] OvmfPkg: fix PcdFSBClock
Merged https://github.com/tianocore/edk2/pull/2916
Merged https://github.com/tianocore/edk2/pull/2916
|
By
Yao, Jiewen
·
#90003
·
|
|
Re: How to create a account on bugzilla.tianocore.org ?
Thanks a lot!
Joey Lee
By
joeyli
·
#90002
·
|
|
[PATCH v2] IntelSiliconPkg/VTd: Add PCD for VTd Abort DMA Mode Support
PcdVTdSupportAbortDmaMode is used to enable/disable using VTd Abort DMA Mod=
e.
Signed-off-by: Sheng Wei <w.sheng@...>=0D
Reviewed-by: Robert Kowalewski <robert.kowalewski@...>
Cc: Ray Ni
PcdVTdSupportAbortDmaMode is used to enable/disable using VTd Abort DMA Mod=
e.
Signed-off-by: Sheng Wei <w.sheng@...>=0D
Reviewed-by: Robert Kowalewski <robert.kowalewski@...>
Cc: Ray Ni
|
By
Sheng Wei
·
#90001
·
|
|
Re: [PATCH 1/1] OvmfPkg: fix PcdFSBClock
Hi,
I know ;)
Did the same a while back, looking for a way to figure at runtime
what the frequency is (simliar to xen), only to find that it is not
needed on kvm because frequency is fixed.
Never
Hi,
I know ;)
Did the same a while back, looking for a way to figure at runtime
what the frequency is (simliar to xen), only to find that it is not
needed on kvm because frequency is fixed.
Never
|
By
Gerd Hoffmann
·
#90000
·
|
|
Re: [edk2-staging][PATCH v2 3/3] edk2-staging/RedfishClientPkg: Add support of array type attribute
Reviewed-by: Abner Chang <abner.chang@...>
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Abner Chang
·
#89999
·
|
|
Re: [edk2-staging][PATCH v2 2/3] edk2-staging/RedfishClientPkg: Introduce Redfish version library
Reviewed-by: Abner Chang <abner.chang@...>
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Abner Chang
·
#89998
·
|
|
Re: [edk2-staging][PATCH v2 1/3] edk2-staging/RedfishClientPkg: Introduce Redfish event library
Reviewed-by: Abner Chang <abner.chang@...>
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Abner Chang
·
#89997
·
|
|
[edk2-staging][PATCH v2 3/3] edk2-staging/RedfishClientPkg: Add support of array type attribute
Add Redfish array type attribute support. Add function to handle
HII ordered list question in order to convert value array in
HII ordered list to Redfish array attribute.
Signed-off-by: Nickle Wang
Add Redfish array type attribute support. Add function to handle
HII ordered list question in order to convert value array in
HII ordered list to Redfish array attribute.
Signed-off-by: Nickle Wang
|
By
Nickle Wang
·
#89996
·
|
|
[edk2-staging][PATCH v2 2/3] edk2-staging/RedfishClientPkg: Introduce Redfish version library
Add RedfishVersionLib to Redfish client package. This library provides
interface for Redfish feature drivers to get Redfish version on BMC.
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc: Abner
Add RedfishVersionLib to Redfish client package. This library provides
interface for Redfish feature drivers to get Redfish version on BMC.
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc: Abner
|
By
Nickle Wang
·
#89995
·
|
|
[edk2-staging][PATCH v2 1/3] edk2-staging/RedfishClientPkg: Introduce Redfish event library
Add RedfishEventLib to Redfish client package. This library provides
interface for Redfish feature drivers to listen to Redfish event
such as the event before provisioning and the event
Add RedfishEventLib to Redfish client package. This library provides
interface for Redfish feature drivers to listen to Redfish event
such as the event before provisioning and the event
|
By
Nickle Wang
·
#89994
·
|
|
Re: [PATCH] OvmfPkg: TdxDxe: Fix AsmRelocateApMailBoxLoop
Agree to merge to stable tag. Thanks for the reminder.
Reviewed-by: Jiewen Yao@...
Agree to merge to stable tag. Thanks for the reminder.
Reviewed-by: Jiewen Yao@...
|
By
Yao, Jiewen
·
#89993
·
|
|
Re: [PATCH 1/1] OvmfPkg: fix PcdFSBClock
Agree to merge to stable tag. Thanks for the reminder.
Reviewed-by: Jiewen Yao@...
Agree to merge to stable tag. Thanks for the reminder.
Reviewed-by: Jiewen Yao@...
|
By
Yao, Jiewen
·
#89992
·
|
|
回复: [edk2-devel] [PATCH] OvmfPkg: TdxDxe: Fix AsmRelocateApMailBoxLoop
Min, Isaku, Jiewen:
Is this patch required to catch edk2 202205 stable tag?
Thanks
Liming
field
Min, Isaku, Jiewen:
Is this patch required to catch edk2 202205 stable tag?
Thanks
Liming
field
|
By
gaoliming
·
#89991
·
|
|
回复: [edk2-devel] [PATCH 1/1] OvmfPkg: fix PcdFSBClock
Gerd:
I am OK to merge this bug fix for stable tag 202205 once this patch passes
code review.
Thanks
Liming
Gerd:
I am OK to merge this bug fix for stable tag 202205 once this patch passes
code review.
Thanks
Liming
|
By
gaoliming
·
#89990
·
|
|
Can you create a PCI Option ROM and place it in an FV in a single build?
I realize I can use syntax like this to control the construction of an option ROM from an FDF file.
1
[OptionRom.AtapiPassThru]
2
INF USE = IA32 OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
I realize I can use syntax like this to control the construction of an option ROM from an FDF file.
1
[OptionRom.AtapiPassThru]
2
INF USE = IA32 OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
|
By
Andrew Fish
·
#89989
·
|
|
Re: [PATCH 1/1] OvmfPkg: fix PcdFSBClock
Consider adding "Fixes: 44a53a3bdd9c7" too, on a separate line; commit
44a53a3bdd9c ("OvmfPkg: Introduce IntelTdxX64 for TDVF Config-B",
2022-04-02) copied the wrong setting when
Consider adding "Fixes: 44a53a3bdd9c7" too, on a separate line; commit
44a53a3bdd9c ("OvmfPkg: Introduce IntelTdxX64 for TDVF Config-B",
2022-04-02) copied the wrong setting when
|
By
Laszlo Ersek
·
#89988
·
|