|
[PATCH v2] IntelFsp2WrapperPkg: Add a PCD to control if signaling PciEnumerationComplete.
PciEnumerationComplete might be signaled to FSP in Coreboot. So FSP
wrapper driver don't need send it again. Add a PCD to control if a
FSP API could be skipped from FspWrapperNotifyDxe
PciEnumerationComplete might be signaled to FSP in Coreboot. So FSP
wrapper driver don't need send it again. Add a PCD to control if a
FSP API could be skipped from FspWrapperNotifyDxe
|
By
gdong1 <guo.dong@...>
·
#3358
·
|
|
[PATCH] ShellPkg: handle '-t or -terse' and '-s' flags for 'ver' command properly
'-t or -terse' and '-s' flags are multiple exclusive
So when both flags are used together, command should report an error message.
Contributed-under: TianoCore Contribution Agreement
'-t or -terse' and '-s' flags are multiple exclusive
So when both flags are used together, command should report an error message.
Contributed-under: TianoCore Contribution Agreement
|
By
Tapan Shah <tapandshah@...>
·
#3357
·
|
|
[Patch] AppPkg: Update email and URL.
CC: Daryl McDaniel <edk2-lists@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@...>
---
CC: Daryl McDaniel <edk2-lists@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@...>
---
|
By
Carsey, Jaben
·
#3356
·
|
|
Re: [PATCH] ArmPlatformPkg/NorFlashDxe: eliminate void pointer arithmetic
Pushed, thanks all
By
Ard Biesheuvel
·
#3355
·
|
|
Re: [PATCH] ARMPkg: Unified the GIC base address variables as 64-bit width
I don't think that matters. GICv3 does not use MMIO for the CPU
interface anyway, and referring to the MMIO bits using 64-bit types is
unlikely to affect performance imo. From a functionality pov,
I don't think that matters. GICv3 does not use MMIO for the CPU
interface anyway, and referring to the MMIO bits using 64-bit types is
unlikely to affect performance imo. From a functionality pov,
|
By
Ard Biesheuvel
·
#3354
·
|
|
[PATCH 6/6] ArmPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES
Define DISABLE_NEW_DEPRECATED_INTERFACES on the compiler command line by
default, to prevent deprecated interfaces from being used in core EDK2
code.
Bug:
Define DISABLE_NEW_DEPRECATED_INTERFACES on the compiler command line by
default, to prevent deprecated interfaces from being used in core EDK2
code.
Bug:
|
By
Ard Biesheuvel
·
#3353
·
|
|
[PATCH 5/6] ArmPkg/BdsLib: eliminate calls to deprecated string functions
Remove calls to deprecated string functions like AsciiStrCpy() and
UnicodeStrToAsciiStr()
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel
Remove calls to deprecated string functions like AsciiStrCpy() and
UnicodeStrToAsciiStr()
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel
|
By
Ard Biesheuvel
·
#3352
·
|
|
[PATCH 4/6] ArmPkg/SemihostFs: eliminate calls to deprecated string functions
Remove calls to deprecated string functions like AsciiStrCpy() and
UnicodeStrToAsciiStr()
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel
Remove calls to deprecated string functions like AsciiStrCpy() and
UnicodeStrToAsciiStr()
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel
|
By
Ard Biesheuvel
·
#3351
·
|
|
[PATCH 3/6] ArmPkg/LinuxLoader: eliminate calls to deprecated string functions
Remove calls to deprecated string functions like AsciiStrCpy() and
UnicodeStrToAsciiStr()
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel
Remove calls to deprecated string functions like AsciiStrCpy() and
UnicodeStrToAsciiStr()
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel
|
By
Ard Biesheuvel
·
#3350
·
|
|
[PATCH 2/6] ArmPkg/ArmCortexA9Lib RVCT: remove incompatible GCC include
Drop the include of AsmMacroIoLib.h, which contains GCC preprocessor macros
that RVCT does not use or require, given it has its own AsmMacroIoLib.inc
Contributed-under: TianoCore Contribution
Drop the include of AsmMacroIoLib.h, which contains GCC preprocessor macros
that RVCT does not use or require, given it has its own AsmMacroIoLib.inc
Contributed-under: TianoCore Contribution
|
By
Ard Biesheuvel
·
#3349
·
|
|
[PATCH 1/6] ArmPkg: add missing components
ArmPkg.dsc was a bit out of date, and some modules added over the past
years had not been added to its [Components] section yet.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by:
ArmPkg.dsc was a bit out of date, and some modules added over the past
years had not been added to its [Components] section yet.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by:
|
By
Ard Biesheuvel
·
#3348
·
|
|
[PATCH 0/6] ArmPkg: eliminate calls to deprecated functions
This series prepares ArmPkg for building with the preprocess symbol
DISABLE_NEW_DEPRECATED_INTERFACES defined, by adding missing components
to ArmPkg (#1), fixing broken code or code that relies on
This series prepares ArmPkg for building with the preprocess symbol
DISABLE_NEW_DEPRECATED_INTERFACES defined, by adding missing components
to ArmPkg (#1), fixing broken code or code that relies on
|
By
Ard Biesheuvel
·
#3347
·
|
|
Re: [PATCH] ArmPlatformPkg/NorFlashDxe: eliminate void pointer arithmetic
Reviewed-by: Ryan Harkin <ryan.harkin@...>
Reviewed-by: Ryan Harkin <ryan.harkin@...>
|
By
Ryan Harkin <ryan.harkin@...>
·
#3346
·
|
|
Re: [PATCH 0/2] BeagleBoardPkg ArmPkg: get rid of BaseMemoryLibStm
You bet!
Reviewed-by: Leif Lindholm <leif.lindholm@...>
You bet!
Reviewed-by: Leif Lindholm <leif.lindholm@...>
|
By
Leif Lindholm <leif.lindholm@...>
·
#3345
·
|
|
Re: [PATCH 2/2] ArmPlatformPkg/PrePi: avoid global variable write to mSystemMemoryEnd
So, I agree this is probably why this variable was added to begin
with, but I don't think it necessarily solves a real problem these
days. (There is no guarantee ARM-TF will live at top of RAM to
So, I agree this is probably why this variable was added to begin
with, but I don't think it necessarily solves a real problem these
days. (There is no guarantee ARM-TF will live at top of RAM to
|
By
Leif Lindholm <leif.lindholm@...>
·
#3344
·
|
|
Re: [PATCH 0/2] BeagleBoardPkg ArmPkg: get rid of BaseMemoryLibStm
And another one: ping?
By
Ard Biesheuvel
·
#3343
·
|
|
Re: [PATCH] ArmPlatformPkg/NorFlashDxe: eliminate void pointer arithmetic
Reviewed-by: Laszlo Ersek <lersek@...>
Reviewed-by: Laszlo Ersek <lersek@...>
|
By
Laszlo Ersek
·
#3342
·
|
|
[PATCH] ArmPlatformPkg/NorFlashDxe: eliminate void pointer arithmetic
While most compilers happily allow arithmetic on void pointer,
the RVCT compiler does not, and throws the following warning for
NorFlashDxe:
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c(894,48)
While most compilers happily allow arithmetic on void pointer,
the RVCT compiler does not, and throws the following warning for
NorFlashDxe:
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c(894,48)
|
By
Ard Biesheuvel
·
#3341
·
|
|
Re: [PATCH 0/2] Add --reconfig option to edksetup.sh
Thanks, pushed as
44f79425589ef58cc10e58e1d1d882e02871158d..c112e371ce0aa40204fc9a1674cd2e0df0d743c8
Thanks, pushed as
44f79425589ef58cc10e58e1d1d882e02871158d..c112e371ce0aa40204fc9a1674cd2e0df0d743c8
|
By
Leif Lindholm <leif.lindholm@...>
·
#3340
·
|
|
Re: [PATCH 2/2] ArmPlatformPkg/PrePi: avoid global variable write to mSystemMemoryEnd
Many thanks!
By
Ard Biesheuvel
·
#3339
·
|