mbox series

[edk2,0/2] ArmVirtPkg: fixes for ARM and CLANG38 builds

Message ID 20181211121936.3599-1-ard.biesheuvel@linaro.org
Headers show
Series ArmVirtPkg: fixes for ARM and CLANG38 builds | expand

Message

Ard Biesheuvel Dec. 11, 2018, 12:19 p.m. UTC
Patch #1 reshuffles the .dsc contents of ArmVirtQemuKernel so that we
can run on ARM targets as well.

Patch #2 fixes the CLANG38 build for ArmVirtQemuKernel and ArmVirtXen,
by tweaking the linker options passed to emit the self-relocating PrePi
SEC module.

Ard Biesheuvel (2):
  ArmVirtPkg/ArmVirtQemuKernel ARM: make some PCD settings apply to ARM
  ArmVirtPkg/PrePiUniCoreRelocatable CLANG38: work around build issues

 ArmVirtPkg/ArmVirtQemuKernel.dsc              | 32 +++++++++++--------
 ArmVirtPkg/ArmVirtXen.dsc                     | 12 +++++--
 .../PrePi/ArmVirtPrePiUniCoreRelocatable.inf  |  2 +-
 ArmVirtPkg/Include/Platform/Hidden.h          | 23 +++++++++++++
 4 files changed, 53 insertions(+), 16 deletions(-)
 create mode 100644 ArmVirtPkg/Include/Platform/Hidden.h

-- 
2.19.2

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Ard Biesheuvel Dec. 11, 2018, 4:50 p.m. UTC | #1
On Tue, 11 Dec 2018 at 13:19, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>

> Patch #1 reshuffles the .dsc contents of ArmVirtQemuKernel so that we

> can run on ARM targets as well.

>

> Patch #2 fixes the CLANG38 build for ArmVirtQemuKernel and ArmVirtXen,

> by tweaking the linker options passed to emit the self-relocating PrePi

> SEC module.

>


Thanks all

Pushed as de3c440e8a54..e07092edca84


> Ard Biesheuvel (2):

>   ArmVirtPkg/ArmVirtQemuKernel ARM: make some PCD settings apply to ARM

>   ArmVirtPkg/PrePiUniCoreRelocatable CLANG38: work around build issues

>

>  ArmVirtPkg/ArmVirtQemuKernel.dsc              | 32 +++++++++++--------

>  ArmVirtPkg/ArmVirtXen.dsc                     | 12 +++++--

>  .../PrePi/ArmVirtPrePiUniCoreRelocatable.inf  |  2 +-

>  ArmVirtPkg/Include/Platform/Hidden.h          | 23 +++++++++++++

>  4 files changed, 53 insertions(+), 16 deletions(-)

>  create mode 100644 ArmVirtPkg/Include/Platform/Hidden.h

>

> --

> 2.19.2

>

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel