|
[PATCH v2 6/7] Platform/ARM/N1Sdp: Configuration Manager for N1Sdp
The dynamic tables framework utilizes the configuration manager
protocol to get the platform specific information required for
building the firmware tables.
The configuration manager is a platform
The dynamic tables framework utilizes the configuration manager
protocol to get the platform specific information required for
building the firmware tables.
The configuration manager is a platform
|
By
Khasim Mohammed
·
#81732
·
|
|
[PATCH v2 5/7] Platform/ARM/N1Sdp: Introduce platform specific asl tables
This patch creates Dsdt.asl, SsdtPci.asl and SsdtRemotePci.asl files
to provide the platform specific APCI table entries.
Three PCI root ports are available on N1Sdp, PCI0 is the default root
This patch creates Dsdt.asl, SsdtPci.asl and SsdtRemotePci.asl files
to provide the platform specific APCI table entries.
Three PCI root ports are available on N1Sdp, PCI0 is the default root
|
By
Khasim Mohammed
·
#81731
·
|
|
[PATCH v2 7/7] Platform/ARM/N1Sdp: Enable ACPI tables and configuration manager
This patch enables ACPI tables and configuration manager for N1SDP
Signed-off-by: Sami Mujawar <sami.mujawar@...>
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@...>
---
This patch enables ACPI tables and configuration manager for N1SDP
Signed-off-by: Sami Mujawar <sami.mujawar@...>
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@...>
---
|
By
Khasim Mohammed
·
#81730
·
|
|
[PATCH v2 4/7] Platform/ARM/N1Sdp: Enable N1Sdp platform specific configurations
This patch adds PCDs and updates the fdf file for N1Sdp
platform specific configurations.
Signed-off-by: Deepak Pandey <Deepak.Pandey@...>
Signed-off-by: Khasim Syed Mohammed
This patch adds PCDs and updates the fdf file for N1Sdp
platform specific configurations.
Signed-off-by: Deepak Pandey <Deepak.Pandey@...>
Signed-off-by: Khasim Syed Mohammed
|
By
Khasim Mohammed
·
#81729
·
|
|
[PATCH v2 3/7] Platform/ARM/N1Sdp: Introduce platform DXE driver
Add an initial platform DXE driver and support for ramdisk devices.
Signed-off-by: Deepak Pandey <Deepak.Pandey@...>
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@...>
---
Add an initial platform DXE driver and support for ramdisk devices.
Signed-off-by: Deepak Pandey <Deepak.Pandey@...>
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@...>
---
|
By
Khasim Mohammed
·
#81728
·
|
|
[PATCH v2 2/7] Silicon/ARM/NeoverseN1Soc: Define new PCDs and configure memory map
This patch introduces new PCDs required to enable
chip to chip interface and corresponding memory map is updated.
Signed-off-by: Chandni Cherukuri <chandni.cherukuri@...>
Signed-off-by: Khasim
This patch introduces new PCDs required to enable
chip to chip interface and corresponding memory map is updated.
Signed-off-by: Chandni Cherukuri <chandni.cherukuri@...>
Signed-off-by: Khasim
|
By
Khasim Mohammed
·
#81727
·
|
|
[PATCH v2 0/7] N1Sdp ACPI table and configuration manager support
Apologies for the delayed response, I was unable to work on the review comments
provided earlier. I will ensure the response is quick this time.
I have incorporated all the review comments and
Apologies for the delayed response, I was unable to work on the review comments
provided earlier. I will ensure the response is quick this time.
I have incorporated all the review comments and
|
By
Khasim Mohammed
·
#81726
·
|
|
[PATCH v1 1/1] MdeModulePkg/SdDxe: Remove redundant SdDxeExtra.uni file
'SdDxeExtra.uni' duplicates 'SdDxe.uni' and is not even referenced in
the module INF file.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Konstantin
'SdDxeExtra.uni' duplicates 'SdDxe.uni' and is not even referenced in
the module INF file.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Konstantin
|
By
Konstantin Aladyshev
·
#81725
·
|
|
Event: TianoCore Design Meeting - APAC/NAMO - 10/15/2021
#cal-reminder
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
10/15/2021
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:
10/15/2021
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@...>
·
#81724
·
|
|
[RFC PATCH 4/4] EmulatorPkg: Add AArch64 Unix host build support
This commit adds AArch64 Unix host build support for EmulatorPkg.
Signed-off-by: Akira Moroo <retrage01@...>
---
EmulatorPkg/EmulatorPkg.dsc | 15 ++++++++++++---
EmulatorPkg/Readme.md
This commit adds AArch64 Unix host build support for EmulatorPkg.
Signed-off-by: Akira Moroo <retrage01@...>
---
EmulatorPkg/EmulatorPkg.dsc | 15 ++++++++++++---
EmulatorPkg/Readme.md
|
By
Akira Moroo
·
#81723
·
|
|
[RFC PATCH 3/4] EmulatorPkg/Unix/Host: Add AArch64 support
Since there is no difference in calling convention between the Unix host
and the UEFI environment on AArch64, it does not require gaskets. In
this commit, it defines EmulatorPkg protocols that calls
Since there is no difference in calling convention between the Unix host
and the UEFI environment on AArch64, it does not require gaskets. In
this commit, it defines EmulatorPkg protocols that calls
|
By
Akira Moroo
·
#81722
·
|
|
[RFC PATCH 2/4] EmulatorPkg/Sec: Add AArch64 support
This commit adds AArch64 support to EmulatorPkg/Sec. The architecture
specific part is switching stack from temporary to permanent.
Signed-off-by: Akira Moroo <retrage01@...>
---
This commit adds AArch64 support to EmulatorPkg/Sec. The architecture
specific part is switching stack from temporary to permanent.
Signed-off-by: Akira Moroo <retrage01@...>
---
|
By
Akira Moroo
·
#81721
·
|
|
[RFC PATCH 1/4] EmulatorPkg/Unix/Host: Fix typo
The function name should be `SecPeCoffUnloadImageExtraAction`.
Signed-off-by: Akira Moroo <retrage01@...>
---
EmulatorPkg/Unix/Host/Host.h | 4 ++--
1 file changed, 2 insertions(+), 2
The function name should be `SecPeCoffUnloadImageExtraAction`.
Signed-off-by: Akira Moroo <retrage01@...>
---
EmulatorPkg/Unix/Host/Host.h | 4 ++--
1 file changed, 2 insertions(+), 2
|
By
Akira Moroo
·
#81720
·
|
|
[RFC PATCH 0/4] EmulatorPkg AArch64 Linux support
This series of patches proposes adding AArch64 Linux host support for
EmulatorPkg. The main difference from IA32/X64 is that it does not
need to convert calling conventions between EFI environment and
This series of patches proposes adding AArch64 Linux host support for
EmulatorPkg. The main difference from IA32/X64 is that it does not
need to convert calling conventions between EFI environment and
|
By
Akira Moroo
·
#81719
·
|
|
Re: [EXTERNAL] [edk2-devel] [PATCH v1 1/1] SecurityPkg/Library: Add Tpm2NvUndefineSpaceSpecial to Tpm2CommandLib
Hey
Is that any update for this patch?
I did not see the v2 patch. Just want to ensure I did not miss that by mistake.
Thank you
Yao Jiewen
Hey
Is that any update for this patch?
I did not see the v2 patch. Just want to ensure I did not miss that by mistake.
Thank you
Yao Jiewen
|
By
Yao, Jiewen
·
#81718
·
|
|
Re: [PATCH] Define FIT 4 record
HI Michael,
The actual changes are fine.
A couple of comments on the patch format.
It’s good to include the repository and package name, in the subject line
[Repo Name: [Optional] Patch
HI Michael,
The actual changes are fine.
A couple of comments on the patch format.
It’s good to include the repository and package name, in the subject line
[Repo Name: [Optional] Patch
|
By
Chaganty, Rangasai V
·
#81717
·
|
|
Re: [PATCH v7 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib
Hey all,
I also don't think it makes much logical sense. They are distinct APIs in separate libraries that happen to take a function with the same prototype.
I think the patches look good now,
Hey all,
I also don't think it makes much logical sense. They are distinct APIs in separate libraries that happen to take a function with the same prototype.
I think the patches look good now,
|
By
Marvin Häuser <mhaeuser@...>
·
#81716
·
|
|
Re: [PATCH v3 00/21] Create a SSDT CPU topology generator
Merged as 30400318a278..769e63999ff5
Thanks.
Regards,
Sami Mujawar
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the
Merged as 30400318a278..769e63999ff5
Thanks.
Regards,
Sami Mujawar
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the
|
By
Sami Mujawar
·
#81715
·
|
|
Re: [PATCH v1] ShellPkg: Update Acpiview HMAT parser to ACPI spec version
6.4
Merged as 5ece2ad36caa..30400318a278
Thanks.
Regards,
Sami Mujawar
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the
Merged as 5ece2ad36caa..30400318a278
Thanks.
Regards,
Sami Mujawar
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the
|
By
Sami Mujawar
·
#81714
·
|
|
Re: [PATCH v7 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib
Hi Liming,
In general it is not a good idea to include a library include file from another library include file.
This becomes a hidden dependency.
Mike
Hi Liming,
In general it is not a good idea to include a library include file from another library include file.
This becomes a hidden dependency.
Mike
|
By
Michael D Kinney
·
#81713
·
|