From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by mx.groups.io with SMTP id smtpd.web12.7369.1575029629317390557 for ; Fri, 29 Nov 2019 04:13:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=j8B3NLlR; spf=pass (domain: linaro.org, ip: 209.85.128.67, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f67.google.com with SMTP id a131so9631339wme.5 for ; Fri, 29 Nov 2019 04:13:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=iEGdmGjWOpDzDG3rhLGjY89/oCzawRSbGlQcMVkzaMY=; b=j8B3NLlRR1uG/fXlSfUhbpfRqS5IVzHv39L69Gc5HH/d+vIYOXPMjQWNy8ol1K07AZ 9+wCZiq0HM3MoBja9EoFgtXELFFjmEoEFDxBpeVlHxmX9ly5oGmOsnwF1CWjcjMk2N1B 8I64qNFQyYFqlPqlqoa8ZKHrbX2j8OWT5bP2YIEDZ4MOKzQ8d1EquMfvvHvgEdcBSLoz IkJDIh2jAAgGTMURCO5/bfE81awDoQ3GZt/N+p3+QPVY34QDcwTzHlmkhJeVTY+bL1zs SF0/zOoySfZno19mZXPJoP6sCHJggGB0wvd3RH4l3pGgZazwL6xOO2+hXpO+bQYgFKYv 1gAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iEGdmGjWOpDzDG3rhLGjY89/oCzawRSbGlQcMVkzaMY=; b=CJwKh8z8419P73ybIrkdOZoz5PIOtmi38EfL6TaNNDZGUQc11RmNKDmSp1ExcimBp7 DPbkq+9I9Am5lf35HINmef0qhg3b9HjTp/aJoPHAG19ppNLt9/X8tn5pjK0lQbwdQ/jC 88xu/EyXy+c3wIvsy4dMSyVbadriadJ4tz6hnKOVz+wCFV9nh9ws/r8nWVZcCjNa2ns6 kwXXotVwRrUsl1fIt+FgM6r+OTWLxwA+MSkC0gBwIff5+R3KAcpV359V9NDmTHy6Trad YX8U9Qz4Dl9R3nSnDsFRjRlereVrTFYOnzvPt6EdFsVswjLgauwOHbCify3LuPBKsxmg q/3w== X-Gm-Message-State: APjAAAXGoMNiWvzRFDe46WApyB4NftsTDsUe6heYLAijvO04iKga8yFJ A0ZMEcJzPxkkmF/FW6VlFAtooXeknfq5HBPYGVJlNg== X-Google-Smtp-Source: APXvYqzsKNH2B/uIFC1+vp6jQh/2+mMjyOxkqAe9w8gRvtd25fJkiyRELf2o8782vtjaKbxfSZxHehlcgWsrNG17syM= X-Received: by 2002:a1c:49c3:: with SMTP id w186mr14355955wma.53.1575029627628; Fri, 29 Nov 2019 04:13:47 -0800 (PST) MIME-Version: 1.0 References: <20191129104716.819-1-ard.biesheuvel@linaro.org> <20191129112926.GA7359@bivouac.eciton.net> In-Reply-To: <20191129112926.GA7359@bivouac.eciton.net> From: "Ard Biesheuvel" Date: Fri, 29 Nov 2019 13:13:36 +0100 Message-ID: Subject: Re: [PATCH edk2-platforms 0/2] SynQuacer: expose OP-TEE in ACPI mode To: Leif Lindholm Cc: edk2-devel-groups-io Content-Type: text/plain; charset="UTF-8" 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 mode and OP-TEE is present. > > If we need any more SSDTs for this platform in future, I'll probably > start grumbling about refactoring away the per-table global variables, > but I guess it would be a bit overkill at this point... > Yeah, the thought crossed my mind as well, but let's defer that to the next time. > For the series: > Reviewed-by: Leif Lindholm > Thanks, > > Ard Biesheuvel (2): > > Silicon/SynQuacer/PlatformDxe: move EMMC SSDT handling to core routine > > Silicon/SynQuacer/PlatformDxe: add ACPI device node for OP-TEE if > > present > > > > .../SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 + > > .../SynQuacer/Drivers/PlatformDxe/Emmc.c | 55 ------------ > > .../SynQuacer/Drivers/PlatformDxe/Optee.asl | 23 +++++ > > .../Drivers/PlatformDxe/PlatformDxe.c | 83 +++++++++++++++++++ > > .../Drivers/PlatformDxe/PlatformDxe.h | 2 + > > .../Drivers/PlatformDxe/PlatformDxe.inf | 2 + > > 6 files changed, 111 insertions(+), 55 deletions(-) > > create mode 100644 Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/Optee.asl > > > > -- > > 2.17.1 > >