linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ardb@kernel.org>
To: Maxim Uvarov <maxim.uvarov@linaro.org>
Cc: "Palmer Dabbelt" <palmer@dabbelt.com>,
	"Atish Patra" <atishp@atishpatra.org>,
	linux-efi <linux-efi@vger.kernel.org>,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Atish Patra" <Atish.Patra@wdc.com>,
	"Jens Wiklander" <jens.wiklander@linaro.org>,
	"François Ozog" <francois.ozog@linaro.org>,
	"Etienne CARRIERE" <etienne.carriere@st.com>,
	"Takahiro Akashi" <takahiro.akashi@linaro.org>,
	"Patrice CHOTARD" <patrice.chotard@st.com>,
	"Sumit Garg" <sumit.garg@linaro.org>,
	"Grant Likely" <Grant.Likely@arm.com>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"Christophe Priouzeau" <christophe.priouzeau@linaro.org>,
	"Rouven Czerwinski" <r.czerwinski@pengutronix.de>,
	"Patrick Delaunay" <patrick.delaunay@st.com>
Subject: Re: [PATCH RFC/RFT 0/3] efi/libstub: arm32: Remove dependency on dram_base
Date: Wed, 16 Sep 2020 18:58:57 +0300	[thread overview]
Message-ID: <CAMj1kXFYJ3oPZGWEy8viqwXLeYGWqH+uy+DhPpcLstn4=T0GmA@mail.gmail.com> (raw)
In-Reply-To: <CAD8XO3ZLn-zSrdmr6GL6cwYFhAtS2FpXA3izwpEC3+_iVmN9Jg@mail.gmail.com>

On Wed, 16 Sep 2020 at 18:43, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:
>
> On Fri, 11 Sep 2020 at 21:45, Ard Biesheuvel <ardb@kernel.org> wrote:
> >
> > On Fri, 11 Sep 2020 at 13:27, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:
> > >
> > > Changes look fine for and should fix booting, while I can test them in
> > > my environment next week.
> > >
> >
> > Thanks
> >
> > Please use the version below for testing:
> > https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git/tag/?h=efi-riscv-shared-for-v5.10
> >
> tested this one, qemu 5.0 ( qemu-system-arm -machine virt,secure=on
> -cpu cortex-a15 -m 2048 ..)
> atf - fc721f83085
> optee - d1c635434
> uboot - 9f04a634ef
> All components are almost the latest versions for the current moment.
> Works fine for me.
>
> Reviewed-and-Tested-by: Maxim Uvarov <maxim.uvarov@linaro.org
>

Thanks!


> Maxim.
>

  reply	other threads:[~2020-09-16 21:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09 15:16 [PATCH RFC/RFT 0/3] efi/libstub: arm32: Remove dependency on dram_base Ard Biesheuvel
2020-09-09 15:16 ` [PATCH RFC/RFT 1/3] efi/libstub: Export efi_low_alloc_above() to other units Ard Biesheuvel
2020-09-09 15:16 ` [PATCH RFC/RFT 2/3] efi/libstub: Use low allocation for the uncompressed kernel Ard Biesheuvel
2020-09-09 15:16 ` [PATCH RFC/RFT 3/3] efi/libstub: base FDT and initrd placement on image address not DRAM base Ard Biesheuvel
2020-09-09 15:25 ` [PATCH RFC/RFT 0/3] efi/libstub: arm32: Remove dependency on dram_base Grant Likely
2020-09-09 15:30   ` Ard Biesheuvel
2020-09-09 20:52 ` Palmer Dabbelt
2020-09-09 21:44   ` Atish Patra
2020-09-10  1:34     ` Atish Patra
2020-09-10 10:04       ` Ard Biesheuvel
2020-09-10 14:08         ` Ard Biesheuvel
2020-09-10 23:32           ` Atish Patra
2020-09-11  2:16           ` Palmer Dabbelt
2020-09-11  7:56             ` Ard Biesheuvel
2020-09-11 10:27               ` Maxim Uvarov
2020-09-11 18:45                 ` Ard Biesheuvel
2020-09-16 15:43                   ` Maxim Uvarov
2020-09-16 15:58                     ` Ard Biesheuvel [this message]
2020-09-16 16:02               ` Ard Biesheuvel
2020-09-16 22:01                 ` Atish Patra

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='CAMj1kXFYJ3oPZGWEy8viqwXLeYGWqH+uy+DhPpcLstn4=T0GmA@mail.gmail.com' \
    --to=ardb@kernel.org \
    --cc=Atish.Patra@wdc.com \
    --cc=Grant.Likely@arm.com \
    --cc=atishp@atishpatra.org \
    --cc=christophe.priouzeau@linaro.org \
    --cc=etienne.carriere@st.com \
    --cc=francois.ozog@linaro.org \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jens.wiklander@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=maxim.uvarov@linaro.org \
    --cc=palmer@dabbelt.com \
    --cc=patrice.chotard@st.com \
    --cc=patrick.delaunay@st.com \
    --cc=r.czerwinski@pengutronix.de \
    --cc=sumit.garg@linaro.org \
    --cc=takahiro.akashi@linaro.org \
    --cc=xypron.glpk@gmx.de \
    /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;
as well as URLs for NNTP newsgroup(s).