|
[edk2-platforms][PATCH V3 11/16] Platform/Loongson: Add RealTime Clock lib.
This library provides interfaces such as
real-time clock initialization
to get time and setting time.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li
This library provides interfaces such as
real-time clock initialization
to get time and setting time.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li
|
By
xianglai
·
#94503
·
|
|
[edk2-platforms][PATCH V3 10/16] Platform/Loongson: Add timer Dxe driver.
This driver produces Timer Architectural Protocol,
Registers a timer interrupt and initializes the timer.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li
This driver produces Timer Architectural Protocol,
Registers a timer interrupt and initializes the timer.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li
|
By
xianglai
·
#94502
·
|
|
[edk2-platforms][PATCH V3 09/16] Platform/Loongson: Add PciCpuIoDxe driver.
Add PCI CpuIo protocol.there is no fix translation
offset between I/O port accesses and MMIO accesses.
Add PciCpuIo2Dxe driver to implement EFI_CPU_IO2_PROTOCOL
to add the translation for IO
Add PCI CpuIo protocol.there is no fix translation
offset between I/O port accesses and MMIO accesses.
Add PciCpuIo2Dxe driver to implement EFI_CPU_IO2_PROTOCOL
to add the translation for IO
|
By
xianglai
·
#94501
·
|
|
[edk2-platforms][PATCH V3 08/16] Platform/Loongson: Add CPU DXE driver.
The driver produces EFI_CPU_ARCH_PROTOCOL,
Initialize the exception entry address.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
---
The driver produces EFI_CPU_ARCH_PROTOCOL,
Initialize the exception entry address.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
---
|
By
xianglai
·
#94500
·
|
|
[edk2-platforms][PATCH V3 07/16] Platform/Loongson: Support PEI phase.
Platform PEI module for LoongArch platform initialization.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
---
Platform PEI module for LoongArch platform initialization.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
---
|
By
xianglai
·
#94499
·
|
|
[edk2-platforms][PATCH V3 06/16] Platform/Loongson: Add StableTimerLib.
This library provides a delay interface and a timing interface.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
---
This library provides a delay interface and a timing interface.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
---
|
By
xianglai
·
#94498
·
|
|
[edk2-platforms][PATCH V3 01/16] Platform/Loongson: Add Serial Port library
Serial Port library for LoongarchQemuPkg
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
---
Serial Port library for LoongarchQemuPkg
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
---
|
By
xianglai
·
#94497
·
|
|
[edk2-platforms][PATCH V3 05/16] Platform/Loongson: Add MmuLib.
Read the memory map information through the QemuFwCfg interface,
then build the page table through the memory map information,
and finally enable Mmu.
REF:
Read the memory map information through the QemuFwCfg interface,
then build the page table through the memory map information,
and finally enable Mmu.
REF:
|
By
xianglai
·
#94496
·
|
|
[edk2-platforms][PATCH V3 00/16] Platform: Add Loongson support.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4054
The uploaded code generates firmware to support Linux launching on the LoongArch platform under qemu,
So it will run in a virtual
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4054
The uploaded code generates firmware to support Linux launching on the LoongArch platform under qemu,
So it will run in a virtual
|
By
xianglai
·
#94495
·
|
|
[edk2-platforms][PATCH V3 02/16] Platform/Loongson: Support SEC And Add Readme.md
Add SEC Code And Readme.md for LoongArchQemu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
Signed-off-by: xianglai li
Add SEC Code And Readme.md for LoongArchQemu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by: xianglai li <lixianglai@...>
Signed-off-by: xianglai li
|
By
xianglai
·
#94494
·
|
|
[edk2-platforms][PATCH V3 04/16] Platform/Loongson: Add QemuFwCfgLib.
QemuFwCfgLib for PEI phase.
This library obtains the QemuFWCfg base address by
directly parsing the fdt, and reads and writes the data
in the QemuFWCfg by operating on the QemuFWCfg base
QemuFwCfgLib for PEI phase.
This library obtains the QemuFWCfg base address by
directly parsing the fdt, and reads and writes the data
in the QemuFWCfg by operating on the QemuFWCfg base
|
By
xianglai
·
#94493
·
|
|
[edk2-platforms][PATCH V3 03/16] Platform/Loongson: Add PeiServicesTablePointerLib.
Use a register to save PeiServicesTable pointer,
This lib Provides PeiServicesTable pointer saving
and retrieval services.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by:
Use a register to save PeiServicesTable pointer,
This lib Provides PeiServicesTable pointer saving
and retrieval services.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4054
Signed-off-by:
|
By
xianglai
·
#94492
·
|
|
Re: [PATCH V4 00/10] Introduce Lazy-accept for Tdx guest
There is still no comments received since last notification. Can Liming/Jian/Zhiguang/Michael provide your review comments about the lazy-accept feature?
Thanks much!
Min
There is still no comments received since last notification. Can Liming/Jian/Zhiguang/Michael provide your review comments about the lazy-accept feature?
Thanks much!
Min
|
By
Min Xu
·
#94491
·
|
|
Re: [PATCH] IntelSiliconPkg/VTd: Enable ADM when change TTM
Reviewed-by: Jenny Huang <jenny.huang@...>
Reviewed-by: Jenny Huang <jenny.huang@...>
|
By
Huang, Jenny
·
#94490
·
|
|
Re: [PATCH] UefiCpuPkg/CpuExceptionHandlerLib: Code optimization to allow bigger stack
[AMD Official Use Only - General]
[AMD Official Use Only - General]
|
By
Chang, Abner
·
#94489
·
|
|
Re: [PATCH v1 1/1] UefiCpuPkg: Reset a parameter when BSP Exit in CPU relaxed mode.
[AMD Official Use Only - General]
Not the maintainer or reviewer, however
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Not the maintainer or reviewer, however
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#94488
·
|
|
Re: [PATCH v4 4/6] MdeModulePkg: DxeMain accepts all memory at EBS if needed
Can you explain a bit more why this PCD is needed?
Can you explain a bit more why this PCD is needed?
|
By
Ni, Ray
·
#94487
·
|
|
Re: [PATCH v3] MinPlatformPkg: Remove _ADR from MinDsdt.asl
Hi Aryeh,
Thank you for testing.
Reviewed-by: Ankit Sinha <ankit.sinha@...>
Hi Aryeh,
Thank you for testing.
Reviewed-by: Ankit Sinha <ankit.sinha@...>
|
By
Ankit Sinha
·
#94486
·
|
|
Re: [PATCH v4 1/6] OvmfPkg: Realize EfiMemoryAcceptProtocol in AmdSevDxe
Sorry, I forgot to ask this earlier in the series, but is StartAddress guaranteed to be page-aligned and Size a multiple of 4KB? Should there be any asserts for those just in case?
Also, can Size be
Sorry, I forgot to ask this earlier in the series, but is StartAddress guaranteed to be page-aligned and Size a multiple of 4KB? Should there be any asserts for those just in case?
Also, can Size be
|
By
Lendacky, Thomas
·
#94485
·
|
|
Re: [PATCH v4 5/6] MdeModulePkg: add EnableUnacceptedMemoryProtocol
(cc some other maintainers)
Calling protocols is generally not permitted after ExitBootServices()
anyway, so this statement is somewhat redundant.
I'd clarify here is that it is the expectation that
(cc some other maintainers)
Calling protocols is generally not permitted after ExitBootServices()
anyway, so this statement is somewhat redundant.
I'd clarify here is that it is the expectation that
|
By
Ard Biesheuvel
·
#94484
·
|