From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::344; helo=mail-wm1-x344.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) (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 5BC0121199279 for ; Tue, 11 Dec 2018 07:53:25 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id q26so2781023wmf.5 for ; Tue, 11 Dec 2018 07:53:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=FRd5C+QiQPetVAAXLKzpWVrQO9K2VXLD/usDXKwCIWw=; b=got8A5/buQExuuyDDT7dnVU5eVoz9l65JAYTQ9H6Wnd08BeZVXxeIrRsG63jboWazw JK4Y2UrO8fqmHMUBk8gEyNcf+S882o2diNIIgncIkPa/iu6dLM28DTvOmvyi4eLjzjGK a+vdWZI4ZxAuxKMjFetOOThHi9u5bSHzM4TKM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=FRd5C+QiQPetVAAXLKzpWVrQO9K2VXLD/usDXKwCIWw=; b=a486USLGKYpDO5r3WtJBGE3fePgH78tsb6r6QLo1qfEKS51qPXDvxO/FkUXwZRgzcP rb6MIekLPKbBTaYZ8YCcalhSNS0IScCWUjsZcd/bNg4A3ic7c52HU2uzpNcX7iV+L0ev BC3WWzIxywVv5kpKTudTU0jpobZ0NS2/V9pOpqElpICBySmCor1FT1n2/6tYnKaGox+A +icakMJayBjXZgo8RPjvSvnWH7MNaUczEkGUSHuXDJBuh/H31u31elBifNcovsMfoTHr +E6QDqtntLm3TTPRElU4iN1M1OQGNCgsRYlDpKV2eiRM6oJ1NF2UvomqecZbZ/HB25XG Vapg== X-Gm-Message-State: AA+aEWZ7HwErhI661F1VeTwzk0SO4YtzVx1xFAy4Vvd/8jJLMadWo5b4 YESo4aEcbPtHD4ZPfwBeyhVodg== X-Google-Smtp-Source: AFSGD/Vd/qgTdw/xhmiWwZDFkHTYbKkcpUa3HMurGeUGuakRYdqf9zSyQ6pjGib5bWS2Ucv25s2bNA== X-Received: by 2002:a1c:a981:: with SMTP id s123mr2702600wme.4.1544543603615; Tue, 11 Dec 2018 07:53:23 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a1sm9902336wrw.76.2018.12.11.07.53.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 11 Dec 2018 07:53:22 -0800 (PST) Date: Tue, 11 Dec 2018 15:53:21 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, alan@softiron.co.uk Message-ID: <20181211155321.7m4ozubyqdxsfcs2@bivouac.eciton.net> References: <20181211150237.32275-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181211150237.32275-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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 15:53:25 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > 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 >