From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] raspberrypi: update packages and defconfigs
Date: Mon, 29 Jun 2015 00:25:14 +0200 [thread overview]
Message-ID: <cover.1435529863.git.yann.morin.1998@free.fr> (raw)
Hello All!
This series updates our support for the RaspberryPi line of boards:
RaspberryPi models A and B, A+ and B+, and model 2 B.
Patch 1 reinstates the Kconfig knob to install the DTBs, as the ones
from rpi-firmware are kernel-version specific, and can't be used with
kernels >= 3.19 (boot hangs because no root device found).
Patch 2 adds an option to intall the DTB overlays. They are bundled in
source form in thre kernel tree, but Buildroot lacks the infra to build
DT overlays in the kernel, so we install them from rpi-firmware.
Patch 3 adds the option to install a utility to diagnmose issues when
talking to the GPU (useful to debug DT-related issues... when booted!)
Patches 4-5 update our rpi-firmware and rpi-userland packages. Nothing
tremenduously interesting, though, except the usual fixes and small
improvement for new hardware support.
Patches 6-10 update our defconfig files and drops the defconfig without
DT support.
Patch 11 update the board instructions.
Thanks to Floris and Pascal for their initial works! :-)
Regards,
Yann E. MORIN.
The following changes since commit 70ad172e6e50d739f723c6000b0714799eff21fe:
libpng: rebase ignore-symbol-prefix patch to apply cleanly (2015-06-28 23:05:36 +0200)
are available in the git repository at:
git://git.busybox.net/~ymorin/git/buildroot yem/rpi
for you to fetch changes up to e2dbaf3e7a9135b57d2e90c3e70380bd0ec56187:
boards/raspberrypi: update instructions (2015-06-28 23:48:12 +0200)
----------------------------------------------------------------
Floris Bos (1):
rpi-firmware: allow disabling installation of binary DTBs
Yann E. MORIN (10):
package/rpi-firmware: add option to install DTB overlays
package/rpi-firmware: add option to install vcdbg
package/rpi-firmware: bump version
package/rpi-userland: bump version
configs/raspberrypi: update the DT-enabled config
configs/raspberrypi_plus: new defconfig
configs/raspberrypi2: update our defconfig
config/raspberrypi: remove non-DT defconfig
config/raspberrypi: rename our defconfig files
boards/raspberrypi: update instructions
board/raspberrypi/linux-3.18-rpi-dt.defconfig | 204 --------------------------
board/raspberrypi/readme.txt | 48 +++---
configs/raspberrypi2_defconfig | 16 +-
configs/raspberrypi_defconfig | 26 ++--
configs/raspberrypi_dt_defconfig | 20 ---
configs/raspberrypi_plus_defconfig | 27 ++++
package/rpi-firmware/Config.in | 29 ++++
package/rpi-firmware/rpi-firmware.mk | 17 ++-
package/rpi-userland/rpi-userland.mk | 2 +-
9 files changed, 124 insertions(+), 265 deletions(-)
delete mode 100644 board/raspberrypi/linux-3.18-rpi-dt.defconfig
delete mode 100644 configs/raspberrypi_dt_defconfig
create mode 100644 configs/raspberrypi_plus_defconfig
--
.-----------------.--------------------.------------------.--------------------.
| 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 reply other threads:[~2015-06-28 22:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-28 22:25 Yann E. MORIN [this message]
2015-06-28 22:25 ` [Buildroot] [PATCH 01/11] rpi-firmware: allow disabling installation of binary DTBs Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 02/11] package/rpi-firmware: add option to install DTB overlays Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 03/11] package/rpi-firmware: add option to install vcdbg Yann E. MORIN
2015-06-29 3:19 ` Baruch Siach
2015-06-29 16:52 ` Yann E. MORIN
2015-06-29 20:16 ` Thomas Petazzoni
2015-06-29 20:16 ` Thomas Petazzoni
2015-06-28 22:25 ` [Buildroot] [PATCH 04/11] package/rpi-firmware: bump version Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 05/11] package/rpi-userland: " Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 06/11] configs/raspberrypi: update the DT-enabled config Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 07/11] configs/raspberrypi_plus: new defconfig Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 08/11] configs/raspberrypi2: update our defconfig Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 09/11] config/raspberrypi: remove non-DT defconfig Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 10/11] config/raspberrypi: rename our defconfig files Yann E. MORIN
2015-06-28 22:25 ` [Buildroot] [PATCH 11/11] boards/raspberrypi: update instructions Yann E. MORIN
2015-06-29 20:22 ` [Buildroot] [pull request] raspberrypi: update packages and defconfigs Thomas Petazzoni
2015-06-29 20:26 ` Yann E. MORIN
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=cover.1435529863.git.yann.morin.1998@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox