All of lore.kernel.org
 help / color / mirror / Atom feed
From: Loys Ollivier <lollivier@baylibre.com>
To: Atish Patra <atish.patra@wdc.com>, linux-kernel@vger.kernel.org
Cc: mark.rutland@arm.com, Jonathan Corbet <corbet@lwn.net>,
	Albert Ou <aou@eecs.berkeley.edu>,
	linux-doc@vger.kernel.org, ard.biesheuvel@linaro.org,
	catalin.marinas@arm.com, Anup Patel <Anup.Patel@wdc.com>,
	Zong Li <zong@andestech.com>, Atish Patra <atish.patra@wdc.com>,
	Nick Kossifidis <mick@ics.forth.gr>,
	Palmer Dabbelt <palmer@sifive.com>,
	"paul.walmsley\@sifive.com" <paul.walmsley@sifive.com>,
	Karsten Merker <merker@debian.org>,
	linux-riscv@lists.infradead.org,
	"marek.vasut\@gmail.com" <marek.vasut@gmail.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: [v4 PATCH] RISC-V: Add an Image header that boot loader can parse.
Date: Mon, 27 May 2019 14:14:03 +0200	[thread overview]
Message-ID: <86zhn8p01g.fsf@baylibre.com> (raw)
In-Reply-To: <20190524041814.7497-1-atish.patra@wdc.com>

On Thu 23 May 2019 at 21:18, Atish Patra <atish.patra@wdc.com> wrote:

> Currently, the last stage boot loaders such as U-Boot can accept only
> uImage which is an unnecessary additional step in automating boot
> process.
>
> Add an image header that boot loader understands and boot Linux from
> flat Image directly.
>
> This header is based on ARM64 boot image header and provides an
> opportunity to combine both ARM64 & RISC-V image headers in future.
>
> Also make sure that PE/COFF header can co-exist in the same image so
> that EFI stub can be supported for RISC-V in future. EFI specification
> needs PE/COFF image header in the beginning of the kernel image in order
> to load it as an EFI application. In order to support EFI stub, code0
> should be replaced with "MZ" magic string and res4(at offset 0x3c)
> should point to the rest of the PE/COFF header (which will be added
> during EFI support).
>
> Tested on both QEMU and HiFive Unleashed using OpenSBI + U-Boot + Linux.

Thanks Atish, happy to have this support that makes the boot process
more straightforward.
Tested on HiFive Unleashed using OpenSBI + U-Boot v2019.07-rc2 + Linux.

>
> Signed-off-by: Atish Patra <atish.patra@wdc.com>
> Reviewed-by: Karsten Merker <merker@debian.org>
> Tested-by: Karsten Merker <merker@debian.org> (QEMU+OpenSBI+U-Boot)
Tested-by: Loys Ollivier <lollivier@baylibre.com>

WARNING: multiple messages have this Message-ID (diff)
From: Loys Ollivier <lollivier@baylibre.com>
To: Atish Patra <atish.patra@wdc.com>, linux-kernel@vger.kernel.org
Cc: mark.rutland@arm.com, Jonathan Corbet <corbet@lwn.net>,
	Albert Ou <aou@eecs.berkeley.edu>,
	linux-doc@vger.kernel.org, catalin.marinas@arm.com,
	ard.biesheuvel@linaro.org, Zong Li <zong@andestech.com>,
	Atish Patra <atish.patra@wdc.com>,
	Anup Patel <Anup.Patel@wdc.com>,
	Palmer Dabbelt <palmer@sifive.com>,
	"paul.walmsley@sifive.com" <paul.walmsley@sifive.com>,
	Nick Kossifidis <mick@ics.forth.gr>,
	linux-riscv@lists.infradead.org,
	"marek.vasut@gmail.com" <marek.vasut@gmail.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Karsten Merker <merker@debian.org>
Subject: Re: [v4 PATCH] RISC-V: Add an Image header that boot loader can parse.
Date: Mon, 27 May 2019 14:14:03 +0200	[thread overview]
Message-ID: <86zhn8p01g.fsf@baylibre.com> (raw)
In-Reply-To: <20190524041814.7497-1-atish.patra@wdc.com>

On Thu 23 May 2019 at 21:18, Atish Patra <atish.patra@wdc.com> wrote:

> Currently, the last stage boot loaders such as U-Boot can accept only
> uImage which is an unnecessary additional step in automating boot
> process.
>
> Add an image header that boot loader understands and boot Linux from
> flat Image directly.
>
> This header is based on ARM64 boot image header and provides an
> opportunity to combine both ARM64 & RISC-V image headers in future.
>
> Also make sure that PE/COFF header can co-exist in the same image so
> that EFI stub can be supported for RISC-V in future. EFI specification
> needs PE/COFF image header in the beginning of the kernel image in order
> to load it as an EFI application. In order to support EFI stub, code0
> should be replaced with "MZ" magic string and res4(at offset 0x3c)
> should point to the rest of the PE/COFF header (which will be added
> during EFI support).
>
> Tested on both QEMU and HiFive Unleashed using OpenSBI + U-Boot + Linux.

Thanks Atish, happy to have this support that makes the boot process
more straightforward.
Tested on HiFive Unleashed using OpenSBI + U-Boot v2019.07-rc2 + Linux.

>
> Signed-off-by: Atish Patra <atish.patra@wdc.com>
> Reviewed-by: Karsten Merker <merker@debian.org>
> Tested-by: Karsten Merker <merker@debian.org> (QEMU+OpenSBI+U-Boot)
Tested-by: Loys Ollivier <lollivier@baylibre.com>

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: Loys Ollivier <lollivier@baylibre.com>
To: Atish Patra <atish.patra@wdc.com>, linux-kernel@vger.kernel.org
Cc: mark.rutland@arm.com, Jonathan Corbet <corbet@lwn.net>,
	Albert Ou <aou@eecs.berkeley.edu>,
	linux-doc@vger.kernel.org, catalin.marinas@arm.com,
	ard.biesheuvel@linaro.org, Zong Li <zong@andestech.com>,
	Atish Patra <atish.patra@wdc.com>,
	Anup Patel <Anup.Patel@wdc.com>,
	Palmer Dabbelt <palmer@sifive.com>,
	"paul.walmsley@sifive.com" <paul.walmsley@sifive.com>,
	Nick Kossifidis <mick@ics.forth.gr>,
	linux-riscv@lists.infradead.org,
	"marek.vasut@gmail.com" <marek.vasut@gmail.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Karsten Merker <merker@debian.org>
Subject: Re: [v4 PATCH] RISC-V: Add an Image header that boot loader can parse.
Date: Mon, 27 May 2019 14:14:03 +0200	[thread overview]
Message-ID: <86zhn8p01g.fsf@baylibre.com> (raw)
In-Reply-To: <20190524041814.7497-1-atish.patra@wdc.com>

On Thu 23 May 2019 at 21:18, Atish Patra <atish.patra@wdc.com> wrote:

> Currently, the last stage boot loaders such as U-Boot can accept only
> uImage which is an unnecessary additional step in automating boot
> process.
>
> Add an image header that boot loader understands and boot Linux from
> flat Image directly.
>
> This header is based on ARM64 boot image header and provides an
> opportunity to combine both ARM64 & RISC-V image headers in future.
>
> Also make sure that PE/COFF header can co-exist in the same image so
> that EFI stub can be supported for RISC-V in future. EFI specification
> needs PE/COFF image header in the beginning of the kernel image in order
> to load it as an EFI application. In order to support EFI stub, code0
> should be replaced with "MZ" magic string and res4(at offset 0x3c)
> should point to the rest of the PE/COFF header (which will be added
> during EFI support).
>
> Tested on both QEMU and HiFive Unleashed using OpenSBI + U-Boot + Linux.

Thanks Atish, happy to have this support that makes the boot process
more straightforward.
Tested on HiFive Unleashed using OpenSBI + U-Boot v2019.07-rc2 + Linux.

>
> Signed-off-by: Atish Patra <atish.patra@wdc.com>
> Reviewed-by: Karsten Merker <merker@debian.org>
> Tested-by: Karsten Merker <merker@debian.org> (QEMU+OpenSBI+U-Boot)
Tested-by: Loys Ollivier <lollivier@baylibre.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-05-27 12:15 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-24  4:18 [v4 PATCH] RISC-V: Add an Image header that boot loader can parse Atish Patra
2019-05-24  4:18 ` Atish Patra
2019-05-24  4:18 ` Atish Patra
2019-05-27 12:14 ` Loys Ollivier [this message]
2019-05-27 12:14   ` Loys Ollivier
2019-05-27 12:14   ` Loys Ollivier
2019-05-27 14:34 ` Ard Biesheuvel
2019-05-27 14:34   ` Ard Biesheuvel
2019-05-27 14:34   ` Ard Biesheuvel
2019-05-27 22:16   ` Karsten Merker
2019-05-27 22:16     ` Karsten Merker
2019-05-27 22:16     ` Karsten Merker
2019-05-27 23:41     ` Troy Benjegerdes
2019-05-28  3:54       ` Anup Patel
2019-05-28  3:54         ` Anup Patel
2019-05-28  8:22         ` Karsten Merker
2019-05-28  8:22           ` Karsten Merker
2019-05-28 10:34           ` Anup Patel
2019-05-28 10:34             ` Anup Patel
2019-05-28 10:46             ` Ard Biesheuvel
2019-05-28 10:46               ` Ard Biesheuvel
2019-05-28 19:39               ` Atish Patra
2019-05-28 19:39                 ` 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=86zhn8p01g.fsf@baylibre.com \
    --to=lollivier@baylibre.com \
    --cc=Anup.Patel@wdc.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=ard.biesheuvel@linaro.org \
    --cc=atish.patra@wdc.com \
    --cc=catalin.marinas@arm.com \
    --cc=corbet@lwn.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=marek.vasut@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=merker@debian.org \
    --cc=mick@ics.forth.gr \
    --cc=palmer@sifive.com \
    --cc=paul.walmsley@sifive.com \
    --cc=zong@andestech.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.