From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::d44; helo=mail-io1-xd44.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd44.google.com (mail-io1-xd44.google.com [IPv6:2607:f8b0:4864:20::d44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DFA3521198CB8 for ; Tue, 11 Dec 2018 08:46:50 -0800 (PST) Received: by mail-io1-xd44.google.com with SMTP id m19so12356456ioh.3 for ; Tue, 11 Dec 2018 08:46:50 -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=NX0cU9+yG3q6035e0wjQ2WccMHn2rPKIq/oEE4qfQZU=; b=hZFXw4Tb6DCvLpcn45YIdldf2tMxraN/JUfcxDGnxbJUyI1HfiApH+3vHWEd0gn+KN 4b67pK5gntUGQzIf8vIKpOn48y5XyZSXURce8a6tDksMorqYYz8AtWV4fyccYF8J5obv MstCkKLB/xFjsqIuuH9Yo5d43lrV4g9zFq1aw= 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=NX0cU9+yG3q6035e0wjQ2WccMHn2rPKIq/oEE4qfQZU=; b=OQ6hGaK6gNS1vM2Zo34VGOXFu8DDcovJ7+Cuwm6MN/g8B33vohQLqOsdHECr8A+Efg IqrBDc/Awi/R083Eyw3boODewESO8TYWH1ee7WTBne+T/H2WQJtmcp0Klyonmr6TE6mA 3FstaxCEQGF6tX4/+0vOWsTJKVTjljeGKtCDdT3JHql7HhfbnKOjfzqbAxSwd2FWh7zN 9JkRfeXG9OdS4LJYb2ZQHv8G4/ADmNIF6I5FKLXZOHjW4TOuDuXe2JX01Myl45doDi+F EMfbwh/WGQlgws5WD9BWpEqf5HrxwSXhPhS6G2WfoQI4rQtp7hPKp1f72VUaYNj73aIO sFuw== X-Gm-Message-State: AA+aEWZHnFZoa9/vtdAzUqyLv1oSF7R/AQNOBoO5/HkGbW42VOblsGSt mLzxNST6JzqfuXOllz+1grkY16jJPq+iCjvHtRVgD98MPV8= X-Google-Smtp-Source: AFSGD/USyqJRPrF/YvPZ2F2umkzDy2VzwUcBgRg4xiplfrBYpeDglziAB2a0kDEnAR+3OFmCnlNFn0IwOftdt422Jss= X-Received: by 2002:a5d:8415:: with SMTP id i21mr13769199ion.173.1544546809667; Tue, 11 Dec 2018 08:46:49 -0800 (PST) MIME-Version: 1.0 References: <20181211150237.32275-1-ard.biesheuvel@linaro.org> <20181211155321.7m4ozubyqdxsfcs2@bivouac.eciton.net> In-Reply-To: <20181211155321.7m4ozubyqdxsfcs2@bivouac.eciton.net> From: Ard Biesheuvel Date: Tue, 11 Dec 2018 17:46:37 +0100 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Alan Ott Subject: Re: [PATCH edk2-platforms 0/6] Silicon/Styx: another round of cleanups X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 16:46:51 -0000 Content-Type: text/plain; charset="UTF-8" On Tue, 11 Dec 2018 at 16:53, Leif Lindholm wrote: > > On Tue, Dec 11, 2018 at 04:02:31PM +0100, Ard Biesheuvel wrote: > > Another day, another round of cleanups for Styx. Patch #1 was sent out > > earlier, and has been updated to switch to a VOID* type PCD. Remaining > > patches are various cleanups for Styx in general, and some for Overdrive > > (+ Cello) > > For the series: > Reviewed-by: Leif Lindholm > Thanks Pushed as 852195e6f553..006c241447cd > > > Ard Biesheuvel (6): > > Platform/AMD/OverdriveBoard: fix byte order of default MAC addresses > > Silicon/Styx: drop ARM_CPU_AARCH64 define > > Silicon/Styx: get rid of NUM_CORES preprocessor define on command line > > Silicon/Styx: switch to device path protocol driver > > Platform/AMD/OverdriveBoard: enable support for IPv6 networking and > > HTTP boot > > Platform/AMD/OverdriveBoard: build device tree from source > > > > Silicon/AMD/Styx/AmdStyx.dec | 4 +- > > .../AMD/OverdriveBoard/OverdriveBoard.dsc | 50 +++++-- > > Platform/LeMaker/CelloBoard/CelloBoard.dsc | 14 +- > > .../Overdrive1000Board/Overdrive1000Board.dsc | 13 +- > > .../AMD/OverdriveBoard/OverdriveBoard.fdf | 29 ++-- > > Platform/LeMaker/CelloBoard/CelloBoard.fdf | 9 +- > > .../DeviceTree/OverdriveBoard.inf | 28 ++++ > > .../AcpiPlatformDxe/AcpiPlatformDxe.inf | 2 + > > .../StyxDtbLoaderLib/StyxDtbLoaderLib.inf | 2 + > > .../Drivers/AcpiPlatformDxe/AcpiPlatform.c | 9 +- > > .../Styx/Drivers/PlatInitPei/PlatInitPei.c | 24 +-- > > .../PlatformSmbiosDxe/PlatformSmbiosDxe.c | 4 - > > .../StyxDtbLoaderLib/StyxDtbLoaderLib.c | 10 +- > > .../OverdriveBoard.dts} | 140 +++++------------- > > .../OverdriveBoard/FdtBlob/styx-overdrive.dtb | Bin 9357 -> 0 bytes > > .../AMD/Styx/Drivers/AcpiPlatformDxe/Dsdt.asl | 2 + > > .../Styx/Drivers/AcpiPlatformDxe/Pptt.aslc | 2 + > > 17 files changed, 180 insertions(+), 162 deletions(-) > > create mode 100644 Platform/AMD/OverdriveBoard/DeviceTree/OverdriveBoard.inf > > rename Platform/AMD/OverdriveBoard/{FdtBlob/styx-overdrive.dts => DeviceTree/OverdriveBoard.dts} (77%) > > delete mode 100644 Platform/AMD/OverdriveBoard/FdtBlob/styx-overdrive.dtb > > > > -- > > 2.19.2 > >