U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: sjg@chromium.org,
	"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
	"Patrice Chotard" <patrice.chotard@foss.st.com>,
	"Liviu Dudau" <liviu.dudau@foss.arm.com>,
	"Thomas Fitzsimmons" <fitzsim@fitzsim.org>,
	"Matthias Brugger" <mbrugger@suse.com>,
	"Michal Simek" <monstr@monstr.eu>, "Pali Rohár" <pali@kernel.org>,
	"Marek Behún" <marek.behun@nic.cz>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Leo Yu-Chi Liang" <ycliang@andestech.com>,
	"Tim Harvey" <tharvey@gateworks.com>, "Stefan Roese" <sr@denx.de>,
	"Harald Seiler" <hws@denx.de>,
	"Peter Hoyes" <Peter.Hoyes@arm.com>,
	"Sughosh Ganu" <sughosh.ganu@linaro.org>,
	"Priyanka Jain" <priyanka.jain@nxp.com>,
	"Vladimir Oltean" <vladimir.oltean@nxp.com>,
	"Andre Przywara" <andre.przywara@arm.com>,
	"Ramon Fried" <rfried.dev@gmail.com>,
	"Nicolas Saenz Julienne" <nsaenz@kernel.org>,
	"Peter Robinson" <pbrobinson@gmail.com>,
	"Marek Szyprowski" <m.szyprowski@samsung.com>,
	"Ivan T. Ivanov" <iivanov@suse.de>,
	"Zong Li" <zong.li@sifive.com>, "Rick Chen" <rick@andestech.com>,
	"Sean Anderson" <seanga2@gmail.com>,
	"Green Wan" <green.wan@sifive.com>, "Wolfgang Denk" <wd@denx.de>,
	"T Karthik Reddy" <t.karthik.reddy@xilinx.com>,
	"Ashok Reddy Soma" <ashok.reddy.soma@xilinx.com>,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	"AKASHI Takahiro" <takahiro.akashi@linaro.org>,
	"Wasim Khan" <wasim.khan@nxp.com>,
	"Alexandru Gagniuc" <mr.nuke.me@gmail.com>,
	"Nandor Han" <nandor.han@vaisala.com>,
	"Steffen Jaeckel" <jaeckel-floss@eyet-services.de>,
	"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
	"Dario Binacchi" <dariobin@libero.it>,
	"Heiko Schocher" <hs@denx.de>,
	u-boot@lists.denx.de, uboot-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH v5] sandbox: Remove OF_HOSTFILE
Date: Thu, 28 Oct 2021 07:57:44 -0400	[thread overview]
Message-ID: <20211028115744.GQ8284@bill-the-cat> (raw)
In-Reply-To: <20211026061238.114960-1-ilias.apalodimas@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]

On Tue, Oct 26, 2021 at 09:12:33AM +0300, Ilias Apalodimas wrote:

> OF_HOSTFILE is used on sandbox configs only.  Although it's pretty
> unique and not causing any confusions,  we are better of having simpler
> config options for the DTB.
> 
> So let's replace that with the existing OF_BOARD.  U-Boot would then
> have only three config options for the DTB origin.
> - OF_SEPARATE, build separately from U-Boot
> - OF_BOARD, board specific way of providing the DTB
> - OF_EMBED embedded in the u-boot binary(should not be used in production
> 
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

      reply	other threads:[~2021-10-28 12:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-26  6:12 [PATCH v5] sandbox: Remove OF_HOSTFILE Ilias Apalodimas
2021-10-28 11:57 ` Tom Rini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211028115744.GQ8284@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=Peter.Hoyes@arm.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=andre.przywara@arm.com \
    --cc=ashok.reddy.soma@xilinx.com \
    --cc=bmeng.cn@gmail.com \
    --cc=dariobin@libero.it \
    --cc=fitzsim@fitzsim.org \
    --cc=green.wan@sifive.com \
    --cc=hs@denx.de \
    --cc=hws@denx.de \
    --cc=iivanov@suse.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jaeckel-floss@eyet-services.de \
    --cc=jh80.chung@samsung.com \
    --cc=liviu.dudau@foss.arm.com \
    --cc=m.szyprowski@samsung.com \
    --cc=marek.behun@nic.cz \
    --cc=mbrugger@suse.com \
    --cc=monstr@monstr.eu \
    --cc=mr.nuke.me@gmail.com \
    --cc=nandor.han@vaisala.com \
    --cc=nsaenz@kernel.org \
    --cc=pali@kernel.org \
    --cc=patrice.chotard@foss.st.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=pbrobinson@gmail.com \
    --cc=priyanka.jain@nxp.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=rfried.dev@gmail.com \
    --cc=rick@andestech.com \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=sughosh.ganu@linaro.org \
    --cc=t.karthik.reddy@xilinx.com \
    --cc=takahiro.akashi@linaro.org \
    --cc=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=wasim.khan@nxp.com \
    --cc=wd@denx.de \
    --cc=xypron.glpk@gmx.de \
    --cc=ycliang@andestech.com \
    --cc=zong.li@sifive.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox