From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] board: raspberrypi: use regular kernel image
Date: Thu, 26 Jan 2017 22:25:17 +0100 [thread overview]
Message-ID: <20170126212517.GD3413@free.fr> (raw)
In-Reply-To: <50eb8d771ad78ed54338e29b393808d251366102.1485408968.git.baruch@tkos.co.il>
Baruch, All,
On 2017-01-26 07:36 +0200, Baruch Siach spake thusly:
> Since release 4.4 a kernel without a trailer is assumed to be device tree
> capable. Since our Raspberry Pi defconfigs all use the newer firmware we can
> just use the regular kernel image.
>
> https://www.raspberrypi.org/documentation/configuration/device-tree.md
>
> Tested on Raspberry Pi 3.
>
> Cc: Peter Seiderer <ps.report@gmx.net>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> board/raspberrypi/genimage-raspberrypi.cfg | 2 +-
> board/raspberrypi/genimage-raspberrypi0.cfg | 2 +-
> board/raspberrypi/genimage-raspberrypi2.cfg | 2 +-
> board/raspberrypi/genimage-raspberrypi3.cfg | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/board/raspberrypi/genimage-raspberrypi.cfg b/board/raspberrypi/genimage-raspberrypi.cfg
> index 74758f5e25b7..bd5166a0f313 100644
> --- a/board/raspberrypi/genimage-raspberrypi.cfg
> +++ b/board/raspberrypi/genimage-raspberrypi.cfg
> @@ -9,7 +9,7 @@ image boot.vfat {
> "rpi-firmware/config.txt",
> "rpi-firmware/fixup.dat",
> "rpi-firmware/start.elf",
> - "kernel-marked/zImage"
> + "zImage"
> }
> }
> size = 32M
> diff --git a/board/raspberrypi/genimage-raspberrypi0.cfg b/board/raspberrypi/genimage-raspberrypi0.cfg
> index a38840c829af..a9d4c4501fd9 100644
> --- a/board/raspberrypi/genimage-raspberrypi0.cfg
> +++ b/board/raspberrypi/genimage-raspberrypi0.cfg
> @@ -7,7 +7,7 @@ image boot.vfat {
> "rpi-firmware/config.txt",
> "rpi-firmware/fixup.dat",
> "rpi-firmware/start.elf",
> - "kernel-marked/zImage"
> + "zImage"
> }
> }
> size = 32M
> diff --git a/board/raspberrypi/genimage-raspberrypi2.cfg b/board/raspberrypi/genimage-raspberrypi2.cfg
> index 443c821872f5..a3be2a34426e 100644
> --- a/board/raspberrypi/genimage-raspberrypi2.cfg
> +++ b/board/raspberrypi/genimage-raspberrypi2.cfg
> @@ -7,7 +7,7 @@ image boot.vfat {
> "rpi-firmware/config.txt",
> "rpi-firmware/fixup.dat",
> "rpi-firmware/start.elf",
> - "kernel-marked/zImage"
> + "zImage"
> }
> }
> size = 32M
> diff --git a/board/raspberrypi/genimage-raspberrypi3.cfg b/board/raspberrypi/genimage-raspberrypi3.cfg
> index baab0c4cc108..3c9f1e5e2a22 100644
> --- a/board/raspberrypi/genimage-raspberrypi3.cfg
> +++ b/board/raspberrypi/genimage-raspberrypi3.cfg
> @@ -8,7 +8,7 @@ image boot.vfat {
> "rpi-firmware/fixup.dat",
> "rpi-firmware/start.elf",
> "rpi-firmware/overlays",
> - "kernel-marked/zImage"
> + "zImage"
> }
> }
> size = 32M
> --
> 2.11.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2017-01-26 21:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 5:36 [Buildroot] [PATCH 1/4] board: raspberrypi: use regular kernel image Baruch Siach
2017-01-26 5:36 ` [Buildroot] [PATCH 2/4] board: raspberrypi: don't generate a marked kernel Baruch Siach
2017-01-26 21:25 ` Yann E. MORIN
2017-01-26 5:36 ` [Buildroot] [PATCH 3/4] rpi-firmware: remove mkknlimg Baruch Siach
2017-01-26 21:25 ` Yann E. MORIN
2017-01-26 5:36 ` [Buildroot] [PATCH 4/4] board: raspberrypi: mention the Zero model in readme.txt Baruch Siach
2017-01-26 20:10 ` Yann E. MORIN
2017-01-26 21:25 ` Yann E. MORIN [this message]
2017-01-26 21:44 ` [Buildroot] [PATCH 1/4] board: raspberrypi: use regular kernel image Peter Korsgaard
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=20170126212517.GD3413@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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.