As i said, VirtNorFlashDxe needed to be loaded before VariableRuntimeDxe so
your suggestion will not work.
On Mon, Jul 3, 2023 at 10:07 PM Sunil V L wrote:
> On Wed, Jun 28, 2023 at 02:27:10PM -0700, Tuan Phan wrote:
> > On Wed, Jun 28, 2023 at 9:47 AM Sunil V L
> wrote:
> >
> > > On Fri, Jun 2
On Wed, Jun 28, 2023 at 02:27:10PM -0700, Tuan Phan wrote:
> On Wed, Jun 28, 2023 at 9:47 AM Sunil V L wrote:
>
> > On Fri, Jun 23, 2023 at 11:39:32AM -0700, Tuan Phan wrote:
> > > Make sure VirtNorFlashDxe loaded before VariableRuntimeDxe as it
> > > is the backend flash driver.
> > >
> > > Sign
*Reminder: TianoCore Bug Triage - APAC / NAMO*
*When:*
Tuesday, July 4, 2023
6:30pm to 7:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e344-4ed4
*Tools, CI, Code base construction meeting series*
*When:*
Monday, July 3, 2023
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDI2ZDg4NmMtMjI1My00MzI5LWFmYjAtMGQyNjUzNTBjZGYw%40thread.v2/0?context=%7b%22Tid%22%3a%2272f988bf-86f1-4
This patch fixes misprint in name of a directory and its files.
The name of these files should be RedfishResourceIdentifyLibComputerSystem
as well as implemented library instance.
Signed-off-by: Mike Maslenkin
Cc: Abner Chang
Cc: Nickle Wang
Cc: Igor Kulchytskyy
---
There is no history for th
*Reminder: Tools, CI, Code base construction meeting series*
*When:*
Monday, July 3, 2023
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDI2ZDg4NmMtMjI1My00MzI5LWFmYjAtMGQyNjUzNTBjZGYw%40thread.v2/0?context=%7b%22Tid%22%3a%2272f98
Using the same include guard define name is preferred
for all CPU architecture.
Cc: Kinney, Michael D
Cc: Andrei Warkentin
Cc: Sunil V L
Cc: Yimin Wang
Cc: Alan Sheng
Cc: Pedro Falcato
Signed-off-by: Gavin Xue
---
MdePkg/Include/LoongArch64/ProcessorBind.h | 5 +++--
MdePkg/Include/RiscV64
From: Ranbir Singh
The function UsbHcGetPciAddressForHostMem has
ASSERT ((Block != NULL));
and the UsbHcFreeMem has
ASSERT (Block != NULL);
statement after for loop, but these are applicable only in DEBUG mode.
In RELEASE mode, if for whatever reasons there is no match inside the
for
If we agree to use the same include guard define name for all CPU architecture,
I re-sent out the v2 new patch. Please help to review it. Thanks.
Best regards,
Gavin
-Original Message-
From: Kinney, Michael D
Sent: Saturday, July 1, 2023 12:59 AM
To: Xue, Gavin ; devel@edk2.groups.io; P
Signed-off-by: Mike Maslenkin
Cc: Abner Chang
Cc: Nickle Wang
Cc: Igor Kulchytskyy
---
.../ComputerSystemCollectionDxe/ComputerSystemCollectionDxe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/RedfishClientPkg/Features/ComputerSystemCollectionDxe/ComputerSystemCollec
Signed-off-by: Mike Maslenkin
Cc: Abner Chang
Cc: Nickle Wang
Cc: Igor Kulchytskyy
---
Tools/Redfish-Profile-Simulator/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Tools/Redfish-Profile-Simulator/README.md
b/Tools/Redfish-Profile-Simulator/README.md
index 6609
Signed-off-by: Mike Maslenkin
Cc: Abner Chang
Cc: Nickle Wang
Cc: Igor Kulchytskyy
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106612): https://edk2.groups.io/g/devel/message/106612
Mute This Topic: https://groups.io/mt/99935941/2
Hi Sami,
Would you prefer to have input from Jiewen or Jian to review this patch
as well?
Otherwise, would you mind helping me to merge the change?
Thanks in advance!
Regards,
Kun
On 6/29/2023 4:59 PM, Kun Qin via groups.io wrote:
From: Kun Qin
REF: https://bugzilla.tianocore.org/show_bu
On Fri, Jun 30, 2023 at 5:59 PM Michael D Kinney
wrote:
>
> Using the same include guard define name is preferred.
>
> Why was anything other than that considered?
I don't see the point of making the include guard an actual part of
the "API". Consumers should not depend on it being named $WHATEVE
Created IpmiTransport2 PPI/Protocol to support multiple
IPMI BMC Interface support such as KCS/BT/SSIF/IPMB with 2 API's
IpmiSubmitCommand2 & IpmiSubmitCommand2Ex.
IpmiSubmitCommand2 - This API use the default interface
(PcdDefaultSystemInterface) to send IPMI command.
IpmiSubmitCommand2Ex - This A
Created IpmiTransport2 PPI/Protocol to support multiple
IPMI BMC Interface support such as KCS/BT/SSIF/IPMB with 2 API's
IpmiSubmitCommand2 & IpmiSubmitCommand2Ex.
IpmiSubmitCommand2 - This API use the default interface
(PcdDefaultSystemInterface) to send IPMI command.
IpmiSubmitCommand2Ex - This A
Created IpmiTransport2 PPI/Protocol to support multiple
IPMI BMC Interface support such as KCS/BT/SSIF/IPMB with 2 API's
IpmiSubmitCommand2 & IpmiSubmitCommand2Ex.
IpmiSubmitCommand2 - This API use the default interface
(PcdDefaultSystemInterface) to send IPMI command.
IpmiSubmitCommand2Ex - This A
On Thu, 29 Jun 2023 at 18:20, Taylor Beebe wrote:
>
> This patch series:
>
> 1. Updates applies uncrustify to noncompliant files
> 2. Updates GetMemoryRegion() to handle the case where
>BaseAddress is an unmapped page, and update some other
>return values to be more consistent.
> 3. Adds s
-Add JsonObjectClear() interface for application to clear
all elements in JSON object.
-Fix typo.
Signed-off-by: Nickle Wang
Cc: Abner Chang
Cc: Igor Kulchytskyy
Cc: Nick Ramirez
---
RedfishPkg/Include/Library/JsonLib.h | 33 +--
RedfishPkg/Library/JsonLib/JsonLib.c | 39 +
Change debug message level of showing ordered list op-code
to REDFISH_PLATFORM_CONFIG_DEBUG.
Signed-off-by: Nickle Wang
Cc: Abner Chang
Cc: Igor Kulchytskyy
Cc: Nick Ramirez
---
.../RedfishPlatformConfigDxe.c| 24 +--
1 file changed, 12 insertions(+), 12 deleti
RedfishRestExDxe driver failed to uninstall service binding protocol
when driver binding stop is called. Application drivers may still
use RedfishRestExDxe after it is disconnected in system.
Signed-off-by: Nickle Wang
Cc: Abner Chang
Cc: Igor Kulchytskyy
Cc: Nick Ramirez
---
RedfishPkg/Redfi
On 6/30/23 01:01, Jeff Brasen wrote:
Add API to generate a Name that contains a Unicode string buffer.
Change-Id: I0116b2921cbbbecc3420ff7a42a7ab6e01852534
Reviewed-by: Swatisri Kantamsetti
Reviewed-by: Ashish Singhal
Also I forgot: the 'Change-Id' should be removed,
Regards,
Pierre
-=
On Mon, 3 Jul 2023 at 10:08, Sunil V L wrote:
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4478
>
> This series adds support for building RiscVVirtQemu EDK2 using
> CLANGDWARF toolchain. Adding this support helps people to use
> the same toolchain to build EDK2 for different architectur
On Mon, 2023-06-12 at 11:20 +0200, Corvin Köhne wrote:
> bhyve supports adding a ROM to PCI devices. It was added to support
> GPU
> passthrough of dedicated AMD GPUs. At the moment, this ROM file is
> mostly useless as it's not shadowed and executed by firmware. Change
> that by enabling bus enume
Hello Jeff,
Reviewed-by: Pierre Gondois
On 6/30/23 01:01, Jeff Brasen wrote:
Add API to generate a Name that contains a Unicode string buffer.
Change-Id: I0116b2921cbbbecc3420ff7a42a7ab6e01852534
Reviewed-by: Swatisri Kantamsetti
Reviewed-by: Ashish Singhal
---
.../Include/Library/AmlLib/A
Hello Jeff,
On 6/30/23 01:01, Jeff Brasen wrote:
Add API to add a String to a package created with NamedPackage API.
Signed-off-by: Jeff Brasen
Reviewed-by: Swatisri Kantamsetti
Reviewed-by: Ashish Singhal
---
.../Include/Library/AmlLib/AmlLib.h | 17
.../Common/AmlLib/Code
Hello Jeff,
On 6/30/23 01:01, Jeff Brasen wrote:
Add support to add Return objects via AML that pass a single integer
argument to the named method.
Signed-off-by: Jeff Brasen
Reviewed-by: Swatisri Kantamsetti
Reviewed-by: Ashish Singhal
---
.../Include/Library/AmlLib/AmlLib.h |
Hello Jeff,
Reviewed-by: Pierre Gondois
On 6/30/23 01:01, Jeff Brasen wrote:
Add API to generate a ThermalZone object to AmlLib.
Signed-off-by: Jeff Brasen
Reviewed-by: Swatisri Kantamsetti
Reviewed-by: Ashish Singhal
---
.../Include/Library/AmlLib/AmlLib.h | 28 +
.../Co
+To/Cc
Updated places from v1:
+#define CXL_2_0_DVSEC_REVISON_ID 0x1
-#define CXL20_DVSEC_REVISON_REGISTOR_LOCATOR 0x0
+#define CXL_2_0_DVSEC_REVISON_REGISTOR_LOCATOR0x0
-} HDM_DECODER_N_INFO;
+} CXL_HDM_DECODER_N_INFO;
-
1) Add CXL 2.0 hea
Update the README with instruction to build using CLANGDWARF
toolchain.
Cc: Ard Biesheuvel
Cc: Jiewen Yao
Cc: Jordan Justen
Cc: Gerd Hoffmann
Cc: Andrei Warkentin
Signed-off-by: Sunil V L
Reviewed-by: Heinrich Schuchardt
---
OvmfPkg/RiscVVirt/README.md | 28 +---
1
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4478
Add tools_def definitions to support CLANGDWARF toolchain
for RISC-V. This uses clang and the llvm LLD linker. This
helps people by not requiring to install multiple
cross compilers for different architectures.
Cc: Rebecca Cran
Cc: Liming
llvm fails to resolve _ModuleEntry when these extra directives are
present. ASM_FUNC already takes care what is required.
Cc: Ard Biesheuvel
Cc: Jiewen Yao
Cc: Jordan Justen
Cc: Gerd Hoffmann
Cc: Andrei Warkentin
Signed-off-by: Sunil V L
---
OvmfPkg/RiscVVirt/Sec/SecEntry.S | 3 ---
1 file
Use auto alignment and FIXED FFS attribute for XIP modules similar
to [1]. Without this change, the CLANGDWARF toolchain will fail to
build with below error.
GenFfs: ERROR 1000: Unknown option
SectionAlign option must be specified with section file.
[1] -
https://github.com/tianocore/edk2/comm
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4478
This series adds support for building RiscVVirtQemu EDK2 using
CLANGDWARF toolchain. Adding this support helps people to use
the same toolchain to build EDK2 for different architectures.
Cc: Rebecca Cran
Cc: Liming Gao
Cc: Bob Feng
Cc: Y
34 matches
Mail list logo