|
[PATCH 1/1] Ext4Pkg: Redirect internal Open("..", /) to the proper "/" 3 messages
We have been hitting many issues with ".." ASSERTing on / in internal code, so make sure that we direct /.. to /. This is safe. Signed-off-by: Pedro Falcato <pedro.falcato@...> Cc: Marvin Häuser <mhae
We have been hitting many issues with ".." ASSERTing on / in internal code, so make sure that we direct /.. to /. This is safe. Signed-off-by: Pedro Falcato <pedro.falcato@...> Cc: Marvin Häuser <mhae
|
By
Pedro Falcato
·
|
|
[PATCH] MdeModulePkg: Correct memory type in PrePiDxeCis.h 4 messages
<gaoliming@...> wrote: Merged as #3970 Thanks all
<gaoliming@...> wrote: Merged as #3970 Thanks all
|
By
Ard Biesheuvel
·
|
|
[PATCH v2 0/4] BaseTools,ArmPkg,ArmVirtPkg: Remove leftover RVCT and RealView Debugger support 6 messages
Personal PR: https://github.com/tianocore/edk2/pull/3958 Changes from v1 to v2: Removed reference to CYGWIN_NT-5.1-i686 from Scripts/PatchCheck.py Removed RealView Debugger support and references. Reb
Personal PR: https://github.com/tianocore/edk2/pull/3958 Changes from v1 to v2: Removed reference to CYGWIN_NT-5.1-i686 from Scripts/PatchCheck.py Removed RealView Debugger support and references. Reb
|
By
Rebecca Cran
·
|
|
[PATCH v2 1/1] StandaloneMmPkg: StandaloneMmMemLib: Change max address computation
Currently the standalonemmlibinternal assumes the max physical bits to be 36 which is causing issues on v8 architectures. Instead use the MAX_ALLOC_ADDRESS macro to determine the maximum allowed addre
Currently the standalonemmlibinternal assumes the max physical bits to be 36 which is causing issues on v8 architectures. Instead use the MAX_ALLOC_ADDRESS macro to determine the maximum allowed addre
|
By
Girish Mahadevan
·
|
|
[PATCH v1 1/1] StandaloneMmPkg: StandaloneMmMemLib: Change max address computation 3 messages
Currently the standalonemmlibinternal assumes the max physical bits to be 36 which is causing issues on v8 architectures. Instead use the MAX_ADDRESS macro to determine the maximum allowed address rat
Currently the standalonemmlibinternal assumes the max physical bits to be 36 which is causing issues on v8 architectures. Instead use the MAX_ADDRESS macro to determine the maximum allowed address rat
|
By
Girish Mahadevan
·
|
|
[PATCH v4 3/5] OvmfPkg/PlatformInitLib: Add PlatformAddHobCB 10 messages
Add PlatformAddHobCB() callback function for use with PlatformScanE820(). It adds HOBs for high memory and reservations (low memory is handled elsewhere because there are some special cases to conside
Add PlatformAddHobCB() callback function for use with PlatformScanE820(). It adds HOBs for high memory and reservations (low memory is handled elsewhere because there are some special cases to conside
|
By
Gerd Hoffmann
·
|
|
[edk2-staging/RiscV64QemuVirt PATCH V7 11/20] ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkg
Hi Ard, Leif, Do you see any issues with this migration? Thanks! Sunil
Hi Ard, Leif, Do you see any issues with this migration? Thanks! Sunil
|
By
Sunil V L
·
|
|
[edk2-staging/RiscV64QemuVirt PATCH V7 08/20] UefiCpuPkg/CpuTimerLib: Add RISC-V instance 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4076 This is mostly copied from edk2-platforms/Silicon/RISC-V/ProcessorPkg/Library/RiscVTimerLib Cc: Eric Dong <eric.dong@...> Cc: Ray Ni <ray.ni@..
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4076 This is mostly copied from edk2-platforms/Silicon/RISC-V/ProcessorPkg/Library/RiscVTimerLib Cc: Eric Dong <eric.dong@...> Cc: Ray Ni <ray.ni@..
|
By
Sunil V L
·
|
|
[edk2-staging/RiscV64QemuVirt PATCH V7 17/20] OvmfPkg/RiscVVirt: Add PciCpuIo2Dxe module 2 messages
Add PciCpuIo2Dxe driver to implement EFI_CPU_IO2_PROTOCOL to add the translation for IO access. This is copied from ArmPciCpuIo2Dxe driver. Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Jiewen Yao <jiew
Add PciCpuIo2Dxe driver to implement EFI_CPU_IO2_PROTOCOL to add the translation for IO access. This is copied from ArmPciCpuIo2Dxe driver. Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Jiewen Yao <jiew
|
By
Sunil V L
·
|
|
[PATCH v1 1/1] uefi-sct/SctPkg: Incorrect instances of RANDOM_NAME_PROTOCOL 4 messages
Changed 4 incorrect instances of "RANDOM_NAME_PROTOCOL" in RandomNumberBBTestConformance and RandomNumberBBTestFunction to "RANDOM_NUMBER_PROTOCOL". Cc: G Edhaya Chandran <Edhaya.Chandran@...> Cc: Bar
Changed 4 incorrect instances of "RANDOM_NAME_PROTOCOL" in RandomNumberBBTestConformance and RandomNumberBBTestFunction to "RANDOM_NUMBER_PROTOCOL". Cc: G Edhaya Chandran <Edhaya.Chandran@...> Cc: Bar
|
By
Sam Kaynor
·
|
|
[PATCH v1 1/1] ArmPkg: Smbios: UNI file default values 3 messages
Current default value for DMI tables in uni files is "Not Specified". This causes an error when running FWTS tests. To avoid these errors, and align more accurately with the SMBIOS spec, this value sh
Current default value for DMI tables in uni files is "Not Specified". This causes an error when running FWTS tests. To avoid these errors, and align more accurately with the SMBIOS spec, this value sh
|
By
Sam Kaynor
·
|
|
[PATCH edk2-platforms 1/2] QemuOpenBoardPkg: Redo PCI bus initialization 4 messages
Rework PCI MMIO space into something more robust and compatible with various QEMU configurations. Also, set up 64-bit memory regions for 64-bit BARs and drop OvmfPkg's PciHostBridgeLib for MinPlatform
Rework PCI MMIO space into something more robust and compatible with various QEMU configurations. Also, set up 64-bit memory regions for 64-bit BARs and drop OvmfPkg's PciHostBridgeLib for MinPlatform
|
By
Pedro Falcato
·
|
|
[PATCH 1/1 v2] BaseTools: remove useless dependency on libuuid
As asked by Bob Feng, I created a pull request #3969: https://github.com/tianocore/edk2/pull/3969 CI check test passed successfully. v2: - Remove also unneeded libuuid linking in GNUMakefile. From d89
As asked by Bob Feng, I created a pull request #3969: https://github.com/tianocore/edk2/pull/3969 CI check test passed successfully. v2: - Remove also unneeded libuuid linking in GNUMakefile. From d89
|
By
tlaronde@polynum.com
·
|
|
[edk2-platforms][PATCH v3 11/11] Ext4Pkg: Filter out directory entry names containing \0 as invalid 6 messages
The directory entry name conventions forbid having null-terminator symbols in its body and can lead to undefined behavior conditions and crashes Cc: Marvin Häuser <mhaeuser@...> Cc: Pedro Falcato <ped
The directory entry name conventions forbid having null-terminator symbols in its body and can lead to undefined behavior conditions and crashes Cc: Marvin Häuser <mhaeuser@...> Cc: Pedro Falcato <ped
|
By
Savva Mitrofanov
·
|
|
[edk2-platforms][PATCH v3 02/11] Ext4Pkg: Fix incorrect checksum metadata feature check 5 messages
Missing comparison != 0 leads to broken logic condition. Also replaced CSUM_SEED feature_incompat check with predefined macro EXT4_HAS_INCOMPAT Cc: Marvin Häuser <mhaeuser@...> Cc: Pedro Falcato <pedr
Missing comparison != 0 leads to broken logic condition. Also replaced CSUM_SEED feature_incompat check with predefined macro EXT4_HAS_INCOMPAT Cc: Marvin Häuser <mhaeuser@...> Cc: Pedro Falcato <pedr
|
By
Savva Mitrofanov
·
|
|
[edk2-platforms][PATCH v3 10/11] Ext4Pkg: Fixes build on MSVC 4 messages
Accessing array using index of uint64 type makes MSVC compiler to include `__allmul` function in NOOPT which is not referenced in IA32. So we null-terminates string using ReadSize, which should be equ
Accessing array using index of uint64 type makes MSVC compiler to include `__allmul` function in NOOPT which is not referenced in IA32. So we null-terminates string using ReadSize, which should be equ
|
By
Savva Mitrofanov
·
|
|
[Patch V1 2/2] BaseTools: FMMT support ELF UPLD parser
FMMT add new function to support the .elf file parsing. Using '-v' option, the UPLD info will be printed out. ''' - UNIVERSAL_PAYLOAD_INFO - 4 bytes align (BOOLEAN) - Identifier - SpecRevision - Attri
FMMT add new function to support the .elf file parsing. Using '-v' option, the UPLD info will be printed out. ''' - UNIVERSAL_PAYLOAD_INFO - 4 bytes align (BOOLEAN) - Identifier - SpecRevision - Attri
|
By
Yuwei Chen
·
|
|
[Patch V1 1/2] BaseTools: Fix FMMT FvHandler replace status bug
For replace function, when target Ffs and new ffs are with same size, the output file can not be generated successfully. This patch fixes this issue. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaol
For replace function, when target Ffs and new ffs are with same size, the output file can not be generated successfully. This patch fixes this issue. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaol
|
By
Yuwei Chen
·
|
|
[PATCH v8 3/4] Silicon/Phytium: Added fvb driver for flash
From: Ling Jia <jialing@...> The FlashFvbDxe provided the fvb protocol, which requested by the flash operators. Signed-off-by: Ling Jia <jialing@...> --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommon
From: Ling Jia <jialing@...> The FlashFvbDxe provided the fvb protocol, which requested by the flash operators. Signed-off-by: Ling Jia <jialing@...> --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommon
|
By
Ling Jia
·
|
|
[PATCH v8 1/4] Platform/Phytium: Solved problems during boot
From: Ling Jia <jialing@...> 1.Solved the problem of missing of dependent Library in PciHostBridgeDxe. 2.Solved the problem of missing boot management menu. Signed-off-by: Ling Jia <jialing@...> --- P
From: Ling Jia <jialing@...> 1.Solved the problem of missing of dependent Library in PciHostBridgeDxe. 2.Solved the problem of missing boot management menu. Signed-off-by: Ling Jia <jialing@...> --- P
|
By
Ling Jia
·
|