|
回复: [edk2-devel] [PATCH] [edk2-staging] BaseTools/FMMT: Replace file failure when FV level over 2
Hi Bob,
I have no concern about this patch.
Thanks,
Yunhua
-----邮件原件-----
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Bob Feng
发送时间: 2021年3月15日
Hi Bob,
I have no concern about this patch.
Thanks,
Yunhua
-----邮件原件-----
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Bob Feng
发送时间: 2021年3月15日
|
By
fengyunhua
·
#72848
·
|
|
Re: [edk2-test PATCHv3 0/5] Port SCT to RISCV64
Abner has reviewed and approved everything now.
Other people only reviewed v2 5/5.
Does anybody else have any comments?
Abner has reviewed and approved everything now.
Other people only reviewed v2 5/5.
Does anybody else have any comments?
|
By
Daniel Schaefer
·
#72847
·
|
|
Re: GSoC 2021 (MinPlatform, Ext2, ACPICA, etc)
Hi Pedro,
Great to meet you and welcome to the TianoCore project! Glad you hear you are interested! A MinPlatform board port can go in two wildly different directions, depending on the answer to
Hi Pedro,
Great to meet you and welcome to the TianoCore project! Glad you hear you are interested! A MinPlatform board port can go in two wildly different directions, depending on the answer to
|
By
Nate DeSimone
·
#72846
·
|
|
[PATCH v2 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib
From: Matthew Carlson <macarl@...>
Signed-off-by: Matthew Carlson <matthewfcarlson@...>
This added the compiler flags that were already defined for X64 and IA32.
Ref:
From: Matthew Carlson <macarl@...>
Signed-off-by: Matthew Carlson <matthewfcarlson@...>
This added the compiler flags that were already defined for X64 and IA32.
Ref:
|
By
Matthew Carlson
·
#72845
·
|
|
[PATCH v2 0/1] CryptoPkg: Add flags for IntrinsicLib
Small patch series that fixes a bugzilla.
V2: Actually added the patch information.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu
Small patch series that fixes a bugzilla.
V2: Actually added the patch information.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu
|
By
Matthew Carlson
·
#72844
·
|
|
Re: [PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib
May I know where the patch is?
May I know where the patch is?
|
By
Yao, Jiewen
·
#72843
·
|
|
[PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib
From: Matthew Carlson <macarl@...>
Signed-off-by: Matthew Carlson <matthewfcarlson@...>
This added the compiler flags that were already defined for X64 and IA32.
Ref:
From: Matthew Carlson <macarl@...>
Signed-off-by: Matthew Carlson <matthewfcarlson@...>
This added the compiler flags that were already defined for X64 and IA32.
Ref:
|
By
Matthew Carlson
·
#72842
·
|
|
[PATCH v1 0/1] CryptoPkg: Add flags for IntrinsicLib
Small patch series that fixes a bugzilla.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyux.lu@...>
Cc: Guomin Jiang
Small patch series that fixes a bugzilla.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyux.lu@...>
Cc: Guomin Jiang
|
By
Matthew Carlson
·
#72841
·
|
|
[PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib
From: Matthew Carlson <macarl@...>
Signed-off-by: Matthew Carlson <matthewfcarlson@...>
This added the compiler flags that were already defined for X64 and IA32.
Ref:
From: Matthew Carlson <macarl@...>
Signed-off-by: Matthew Carlson <matthewfcarlson@...>
This added the compiler flags that were already defined for X64 and IA32.
Ref:
|
By
Matthew Carlson
·
#72840
·
|
|
[PATCH v1 0/1] CryptoPkg: Add flags for IntrinsicLib
Small patch series that fixes a bugzilla.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyux.lu@...>
Cc: Guomin Jiang
Small patch series that fixes a bugzilla.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyux.lu@...>
Cc: Guomin Jiang
|
By
Matthew Carlson
·
#72839
·
|
|
[PATCH 5/5] StandaloneMmPkg: build for 32bit arm machines
This change allows to build StandaloneMmPkg components for 32bit Arm
StandaloneMm firmware.
This change mainly moves AArch64/ source files to Arm/ side directory
for several components:
This change allows to build StandaloneMmPkg components for 32bit Arm
StandaloneMm firmware.
This change mainly moves AArch64/ source files to Arm/ side directory
for several components:
|
By
Etienne Carriere
·
#72838
·
|
|
[PATCH 4/5] StandaloneMmPkg: fix pointer/int casts against 32bit architectures
Use intermediate (UINTN) cast when casting int from/to pointer. This
is needed as UINT64 values cast from/to 32bit pointer for 32bit
architectures.
Signed-off-by: Etienne Carriere
Use intermediate (UINTN) cast when casting int from/to pointer. This
is needed as UINT64 values cast from/to 32bit pointer for 32bit
architectures.
Signed-off-by: Etienne Carriere
|
By
Etienne Carriere
·
#72837
·
|
|
[PATCH 3/5] GenGv: Arm: support images entered in Thumb mode
Change GenFv for Arm architecture to generate a specific jump
instruction as image entry instruction when the target entry label
is assembled with Thumb instruction set. This is possible
Change GenFv for Arm architecture to generate a specific jump
instruction as image entry instruction when the target entry label
is assembled with Thumb instruction set. This is possible
|
By
Etienne Carriere
·
#72836
·
|
|
[PATCH 2/5] ArmPkg: prepare 32bit ARM build of StandaloneMmPkg
This changes modify ArmPkg to prepare building StandaloneMm
firmware for 32bit Arm architectures, factorizing the AArch64
implementation.
This change adds MmCommunicationDxe driver and
This changes modify ArmPkg to prepare building StandaloneMm
firmware for 32bit Arm architectures, factorizing the AArch64
implementation.
This change adds MmCommunicationDxe driver and
|
By
Etienne Carriere
·
#72835
·
|
|
[PATCH 1/5] ArmPkg/IndustryStandard: 32b/64b agnostic FF-A and Mm SVC IDs
Defines ARM_SVC_ID_FFA_* and ARM_SVC_ID_SP_* identifiers for 32bit
function IDs as per FF-A specification [1]. Defines also generic ARM
SVC identifier macros to wrap 32bit or 64bit identifiers upon
Defines ARM_SVC_ID_FFA_* and ARM_SVC_ID_SP_* identifiers for 32bit
function IDs as per FF-A specification [1]. Defines also generic ARM
SVC identifier macros to wrap 32bit or 64bit identifiers upon
|
By
Etienne Carriere
·
#72834
·
|
|
[PATCH v3 45/46] Silicon/Phytium: Added Rtc driver to FT2000/4
The RealTimeClockLib implemented EFI RealTimeClock
runtime services via RTC Lib.
v3:
Optimized the codes to conform to specifications.
Signed-off-by: Ling Jia <jialing@...>
Reviewed-by:
The RealTimeClockLib implemented EFI RealTimeClock
runtime services via RTC Lib.
v3:
Optimized the codes to conform to specifications.
Signed-off-by: Ling Jia <jialing@...>
Reviewed-by:
|
By
Ling Jia <jialing@...>
·
#72833
·
|
|
[PATCH v3 46/46] Maintainers.txt: Added maintainers and reviewers for the DurianPkg
Signed-off-by: Ling Jia <jialing@...>
Reviewed-by: Leif Lindholm <leif@...>
---
Maintainers.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Maintainers.txt
Signed-off-by: Ling Jia <jialing@...>
Reviewed-by: Leif Lindholm <leif@...>
---
Maintainers.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Maintainers.txt
|
By
Ling Jia <jialing@...>
·
#72832
·
|
|
[PATCH v3 39/46] Silicon/Phytium: Added SMBIOS support to FT2000/4
This driver installs SMBIOS information for FT2000/4.
Signed-off-by: Ling Jia <jialing@...>
Reviewed-by: Leif Lindholm <leif@...>
---
Platform/Phytium/DurianPkg/DurianPkg.dsc
This driver installs SMBIOS information for FT2000/4.
Signed-off-by: Ling Jia <jialing@...>
Reviewed-by: Leif Lindholm <leif@...>
---
Platform/Phytium/DurianPkg/DurianPkg.dsc
|
By
Ling Jia <jialing@...>
·
#72831
·
|
|
[PATCH v3 41/46] Silicon/Phytium: Added PciHostBridgeLib to FT2000/4
The Pci host bridge library is mainly
to get Pci bridge information.
v3:
Optimize the codes of PciHostBridgeLib.c to conform to specifications.
Signed-off-by: Ling Jia
The Pci host bridge library is mainly
to get Pci bridge information.
v3:
Optimize the codes of PciHostBridgeLib.c to conform to specifications.
Signed-off-by: Ling Jia
|
By
Ling Jia <jialing@...>
·
#72830
·
|
|
[PATCH v3 44/46] Silicon/Phytium: Added fvb driver for norflash
The FlashFvbDxe provided the fvb protocol,
which requested by the flash operators.
v3:
Optimized the codes to conform to specifications.
Signed-off-by: Ling Jia <jialing@...>
Reviewed-by:
The FlashFvbDxe provided the fvb protocol,
which requested by the flash operators.
v3:
Optimized the codes to conform to specifications.
Signed-off-by: Ling Jia <jialing@...>
Reviewed-by:
|
By
Ling Jia <jialing@...>
·
#72829
·
|