|
[PATCH 2/3] ArmPlatformPkg: Fix target initialisation in cmd_load_symbols.py
The debugger in Arm Development Studio 2021.2 doesn't work with
"ec = debugger.getExecutionContext(0)" because it's subsequently unable
to access memory. Fix it by switching to
"ec =
The debugger in Arm Development Studio 2021.2 doesn't work with
"ec = debugger.getExecutionContext(0)" because it's subsequently unable
to access memory. Fix it by switching to
"ec =
|
By
Rebecca Cran
·
#88672
·
|
|
[PATCH 1/3] ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py
An error message in Scripts/Ds5/edk2_debugger.py was missing the word
'not'.
Signed-off-by: Rebecca Cran <rebecca@...>
---
ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py | 2 +-
1 file changed, 1
An error message in Scripts/Ds5/edk2_debugger.py was missing the word
'not'.
Signed-off-by: Rebecca Cran <rebecca@...>
---
ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py | 2 +-
1 file changed, 1
|
By
Rebecca Cran
·
#88671
·
|
|
[PATCH 0/3] ArmPlatformPkg: Fix Scripts/Ds5 debugging and Makefile
I ran into some problems debugging EDK2 code using Development Studio with
the files under ArmPlatformPkg/Scripts and these patches fix them.
I'm using Arm Development Studio 2021.2 and not DS-5, so
I ran into some problems debugging EDK2 code using Development Studio with
the files under ArmPlatformPkg/Scripts and these patches fix them.
I'm using Arm Development Studio 2021.2 and not DS-5, so
|
By
Rebecca Cran
·
#88670
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 28/33] MdeModulePkg/Logo: Add LoongArch64 architecture.
Acked-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
Acked-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#88669
·
|
|
Re: [PATCH] UefiPayloadPkg: Keep reserved MMIO at runtime
This patch changed both MdeModulePkg and UefiPayloadPkg, had better split them into 2 patches?
Thanks,
Guo
This patch changed both MdeModulePkg and UefiPayloadPkg, had better split them into 2 patches?
Thanks,
Guo
|
By
Guo Dong
·
#88668
·
|
|
Re: [PATCH v2 1/8] MdeModulePkg: Add Variable Flash Info HOB
Does the range (NvStorageBaseAddress, NvStorageLength) includes FTW spare range and FTW working range?
If not, maybe rename them as (NvVariableBaseAddress, NvVariableLength) to make it clear.
For
Does the range (NvStorageBaseAddress, NvStorageLength) includes FTW spare range and FTW working range?
If not, maybe rename them as (NvVariableBaseAddress, NvVariableLength) to make it clear.
For
|
By
Guo Dong
·
#88667
·
|
|
Re: [PATCH] UefiPayloadPkg: Fix bug that Elf loader doesn't relocate in some case
Reviewed-by: Guo Dong <guo.dong@...>
Reviewed-by: Guo Dong <guo.dong@...>
|
By
Guo Dong
·
#88666
·
|
|
Re: [PATCH v1 6/6] UefiPayloadPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
Reviewed-by: Guo Dong <guo.dong@...>
Reviewed-by: Guo Dong <guo.dong@...>
|
By
Guo Dong
·
#88665
·
|
|
Re: [PATCH v1 1/1] UefiPayloadPkg: Add dependency of VariableSmm driver.
Reviewed-by: Guo Dong <guo.dong@...>
Reviewed-by: Guo Dong <guo.dong@...>
|
By
Guo Dong
·
#88664
·
|
|
Event: TianoCore Design Meeting - APAC/NAMO - 04/15/2022
#cal-reminder
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
04/15/2022
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
04/15/2022
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#88663
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 00/33] Add a new architecture called LoongArch in EDK II
Hi Li,
I had went through the whole patch set and gave feedbacks to the patch respectively. Apart from those comments, I have no problems with this contribution. I think we can adopt LoongArch port in
Hi Li,
I had went through the whole patch set and gave feedbacks to the patch respectively. Apart from those comments, I have no problems with this contribution. I think we can adopt LoongArch port in
|
By
Abner Chang
·
#88662
·
|
|
Re: [PATCH v2 0/3] BaseTools: Add support for gdb and lldb
Created the PR.
https://github.com/tianocore/edk2/pull/2758
Created the PR.
https://github.com/tianocore/edk2/pull/2758
|
By
Bob Feng
·
#88661
·
|
|
Re: [PATCH v2 3/3] BaseTools: Scripts/efi_lldb.py: Add lldb EFI commands and pretty Print
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#88660
·
|
|
Re: [PATCH v3 0/3] BaseTools: fix gcc workaround
Hi Gerd,
Your patches are great but I think we can't take them because of the incompatible license.
I think the new Toolchain definition, like GCC12, can not resolve this issue because Toolchain is
Hi Gerd,
Your patches are great but I think we can't take them because of the incompatible license.
I think the new Toolchain definition, like GCC12, can not resolve this issue because Toolchain is
|
By
Bob Feng
·
#88659
·
|
|
Re: [PATCH v1 0/3] Add Variable Flash Info HOB
Hi Hao,
I addressed all of your feedback including abstraction of the information with a library API in v2. It did help clean up the consumption code quite a
Hi Hao,
I addressed all of your feedback including abstraction of the information with a library API in v2. It did help clean up the consumption code quite a
|
By
Michael Kubacki
·
#88658
·
|
|
[PATCH v2 8/8] UefiPayloadPkg: Add VariableFlashInfoLib
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds an instance of VariableFlashInfoLib to the platform build as
it is a new library
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds an instance of VariableFlashInfoLib to the platform build as
it is a new library
|
By
Michael Kubacki
·
#88657
·
|
|
[PATCH v2 7/8] OvmfPkg: Add VariableFlashInfoLib
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds an instance of VariableFlashInfoLib to the platform build as
it is a new library
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds an instance of VariableFlashInfoLib to the platform build as
it is a new library
|
By
Michael Kubacki
·
#88656
·
|
|
[PATCH v2 6/8] EmulatorPkg: Add VariableFlashInfoLib
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds an instance of VariableFlashInfoLib to the platform build as
it is a new library
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds an instance of VariableFlashInfoLib to the platform build as
it is a new library
|
By
Michael Kubacki
·
#88655
·
|
|
[PATCH v2 5/8] ArmVirtPkg/ArmVirt.dsc.inc: Add VariableFlashInfoLib
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds an instance of VariableFlashInfoLib to the platform build as
it is a new library
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds an instance of VariableFlashInfoLib to the platform build as
it is a new library
|
By
Michael Kubacki
·
#88654
·
|
|
[PATCH v2 4/8] MdeModulePkg/FaultTolerantWrite: Consume Variable Flash Info
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds support to the UEFI variable fault tolerant write (FTW) drivers
to receive FTW
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479
Adds support to the UEFI variable fault tolerant write (FTW) drivers
to receive FTW
|
By
Michael Kubacki
·
#88653
·
|