From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::241; helo=mail-io0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) (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 6A818222DDBF5 for ; Mon, 15 Jan 2018 04:04:09 -0800 (PST) Received: by mail-io0-x241.google.com with SMTP id m11so3436539iob.2 for ; Mon, 15 Jan 2018 04:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ePUKIso2pWegltp3G/WDgqAteizzPyMxtNnw17wHp8c=; b=ZBBvHigjz2+ZToYWe4hIN7kmiORAoGWeXwV4v6Xr6+TvxS0Et9CBPR/F4fDkQEMrYh xRlxJaqTDFuvla/cejJS+5PSnnkr7JIu3+SxlaMneoVPykeSLTf+ROo1LBMaLLfjc+OF TsQlpT/lV/9pzAqmtFTUDAGONlaYov+JJwT9A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ePUKIso2pWegltp3G/WDgqAteizzPyMxtNnw17wHp8c=; b=QfluMq7XCBx9XAI7tpeoqqAtjsZxop8mcQtxwrCqIhGMoHq29H+HPkh94yvUIsAge+ 4FS98j+lX/eOY5B+J/PXKdVDeVgfajJSpwdqFRZ56Da8xiUxl9SEKSerNUlN2jOAMBjG HC+OcLIjs9PY7WbAeziexnoe7mY5L2ukEPsgMKCz/W+iZjNrLTxFK4445BfftHb2573f AcZh1NEk7VgIkyB+AG9vb2IT2LZ6jGHO7X0yOfXX0zbl86o7azt3mA5CYNTvIL15AHo5 7khDR0rDDVFmak6moLoS4+4fXzlflzTmHGlii27qCCkXl18yJ3LPWiv3Y98l9rstuJdV 7ngw== X-Gm-Message-State: AKwxytf+4d1TaCrfWmTlcfP5C+EgyPl3qRJI9UWQS+5QrCdc96Tr1tbl r0bPyo8jgYHCPdu7YAK+VRUQyVb/JYXVGl891gl3xQ== X-Google-Smtp-Source: ACJfBos66dTL+SdJkCgeFddVesH9yeRYQf8UvY8LgVfq93077P6eXN7BXcRGPmACEgStWKuNbtHKOetu38hDf633Tjk= X-Received: by 10.107.135.208 with SMTP id r77mr13612227ioi.248.1516018165510; Mon, 15 Jan 2018 04:09:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.37.197 with HTTP; Mon, 15 Jan 2018 04:09:24 -0800 (PST) In-Reply-To: References: <20180110064424.20804-1-sigmaepsilon92@gmail.com> From: Ard Biesheuvel Date: Mon, 15 Jan 2018 12:09:24 +0000 Message-ID: To: Michael Zimmermann Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2018 12:04:09 -0000 Content-Type: text/plain; charset="UTF-8" On 12 January 2018 at 08:43, Ard Biesheuvel wrote: > On 10 January 2018 at 06:44, Michael Zimmermann > wrote: >> We're currently building everything except for this file. >> Since 'fdt_create_empty_tree' can be useful for some >> platforms, compile this one too. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Michael Zimmermann > > Reviewed-by: Ard Biesheuvel > Pushed as 84513df41996 >> --- >> EmbeddedPkg/Library/FdtLib/FdtLib.inf | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/EmbeddedPkg/Library/FdtLib/FdtLib.inf b/EmbeddedPkg/Library/FdtLib/FdtLib.inf >> index b26d37422da2..7aa44a302d89 100644 >> --- a/EmbeddedPkg/Library/FdtLib/FdtLib.inf >> +++ b/EmbeddedPkg/Library/FdtLib/FdtLib.inf >> @@ -26,6 +26,7 @@ >> # >> >> [Sources] >> + fdt_empty_tree.c >> fdt_ro.c >> fdt_rw.c >> fdt_strerror.c >> -- >> 2.15.1 >>