Re: [edk2-devel] [PATCH edk2-platforms 0/2] SynQuacer: expose OP-TEE in ACPI mode

2019-11-29 Thread Ard Biesheuvel
On Fri, 29 Nov 2019 at 12:29, Leif Lindholm wrote: > > On Fri, Nov 29, 2019 at 11:47:14 +0100, Ard Biesheuvel wrote: > > Refactor the platform DXE a bit in patch #1 so we can seamlessly drop in > > the code in patch #2 to expose a SSDT with a device node describing > > OP-TEE when booting in ACPI

Re: [edk2-devel] [PATCH edk2-platforms 0/2] SynQuacer: expose OP-TEE in ACPI mode

2019-11-29 Thread Leif Lindholm
On Fri, Nov 29, 2019 at 11:47:14 +0100, Ard Biesheuvel wrote: > Refactor the platform DXE a bit in patch #1 so we can seamlessly drop in > the code in patch #2 to expose a SSDT with a device node describing > OP-TEE when booting in ACPI mode and OP-TEE is present. If we need any more SSDTs for thi

[edk2-devel] [PATCH edk2-platforms 0/2] SynQuacer: expose OP-TEE in ACPI mode

2019-11-29 Thread Ard Biesheuvel
Refactor the platform DXE a bit in patch #1 so we can seamlessly drop in the code in patch #2 to expose a SSDT with a device node describing OP-TEE when booting in ACPI mode and OP-TEE is present. Ard Biesheuvel (2): Silicon/SynQuacer/PlatformDxe: move EMMC SSDT handling to core routine Silico

[edk2-devel] [PATCH edk2-platforms 2/2] Silicon/SynQuacer/PlatformDxe: add ACPI device node for OP-TEE if present

2019-11-29 Thread Ard Biesheuvel
In order to allow the OS to discover the presence of OP-TEE also when booting via ACPI, expose a PRP0001 ACPI device node in this case with OP-TEE's DT compatible string attached. Signed-off-by: Ard Biesheuvel --- Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc| 1 + Silicon/So

[edk2-devel] [PATCH edk2-platforms 1/2] Silicon/SynQuacer/PlatformDxe: move EMMC SSDT handling to core routine

2019-11-29 Thread Ard Biesheuvel
In preparation of adding support for describing the presence of OP-TEE via a SSDT ACPI table, refactor the existing code so we will be able to reuse it more easily. Signed-off-by: Ard Biesheuvel --- Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/Emmc.c| 55 - Silicon/So

Re: [edk2-devel] [PATCH] BaseTools:Change judgment symbol "is" to "==" for python3.8

2019-11-29 Thread Philippe Mathieu-Daudé
On 11/29/19 7:08 AM, Fan, ZhijuX via Groups.Io wrote: BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2304 build.py and BuildReport.py warning using python 3.8 SyntaxWarning: "is" with a literal. Did you mean "=="? Maybe: BuildReport.py warning using python 3.8: SyntaxWarning: "is" with

[edk2-devel] [staging/branch]: CdePkg - added unit test for CTYPE.H and WCTYPE.H functions

2019-11-29 Thread Kilian Kegel
Hi UEFI community, I’d like to inform you about an update in the CdePkg branch of edk2-staging. https://github.com/tianocore/edk2-staging/tree/CdePkg#cdepkg The goal of the CdePkg is to provide an ANSI C Interface for UEFI POST drivers, that enables BIOS engineers to (more) easily port standard