public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [RFC 0/2] Add EBC support for AArch64
@ 2016-07-29 16:06 Leif Lindholm
  2016-07-29 16:06 ` [RFC 1/2] MdeModulePkg/EbcDxe: Add AARCH64 EBC VM support Leif Lindholm
  2016-07-29 16:06 ` [RFC 2/2] ArmVirtPkg: enable EBC interpreter for AArch64 QEMU Leif Lindholm
  0 siblings, 2 replies; 12+ messages in thread
From: Leif Lindholm @ 2016-07-29 16:06 UTC (permalink / raw)
  To: edk2-devel
  Cc: Jeff Brasen, Ard Biesheuvel, Daniil Egranov, Feng Tian, Star Zeng

Import the AArch64 EBC implementation from
https://source.codeaurora.org/external/server/edk2-blue/
1/2 does not contain a "Contributed-under:" due to my interpretation
of section 4 of the Tianocore Contribution license.

Tested with MdeModulePkg/Application/HelloWorld built for EBC.
Would appreciate some reviewing and testing.

Jeff Brasen (1):
  MdeModulePkg/EbcDxe: Add AARCH64 EBC VM support

Leif Lindholm (1):
  ArmVirtPkg: enable EBC interpreter for AArch64 QEMU

 ArmVirtPkg/ArmVirtQemu.dsc                         |   1 +
 ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc               |   5 +
 .../Universal/EbcDxe/AArch64/EbcLowLevel.S         | 135 +++++
 MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c | 563 +++++++++++++++++++++
 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf           |   6 +-
 5 files changed, 709 insertions(+), 1 deletion(-)
 create mode 100644 MdeModulePkg/Universal/EbcDxe/AArch64/EbcLowLevel.S
 create mode 100644 MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c

-- 
2.1.4



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-08-01  9:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29 16:06 [RFC 0/2] Add EBC support for AArch64 Leif Lindholm
2016-07-29 16:06 ` [RFC 1/2] MdeModulePkg/EbcDxe: Add AARCH64 EBC VM support Leif Lindholm
2016-07-29 21:58   ` Daniil Egranov
2016-08-01  8:37     ` Ard Biesheuvel
2016-08-01  1:49   ` Tian, Feng
2016-08-01  1:58     ` Marvin H?user
2016-08-01  2:12       ` Tian, Feng
2016-08-01  2:15         ` Tian, Feng
2016-08-01  6:32         ` Jordan Justen
2016-08-01  9:10           ` Leif Lindholm
2016-08-01  8:25     ` Leif Lindholm
2016-07-29 16:06 ` [RFC 2/2] ArmVirtPkg: enable EBC interpreter for AArch64 QEMU Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox