All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add support for rpi3 64bits target
@ 2017-04-14 21:45 Gaël PORTAY
  2017-04-14 21:45 ` [Buildroot] [PATCH 1/2] rpi-firmware: allow to build for aarch64 targets Gaël PORTAY
  2017-04-14 21:45 ` [Buildroot] [PATCH 2/2] configs: add raspberrypi3 64bits defconfig Gaël PORTAY
  0 siblings, 2 replies; 9+ messages in thread
From: Gaël PORTAY @ 2017-04-14 21:45 UTC (permalink / raw)
  To: buildroot

Hi,

Those two patches bring the support for a 64bits image of the RaspberryPi 3.

The first patch makes the rpi-firmware package to be available for aarch64
targets (so it can be used by the second patch).

The second patch adds a minimal defconfig to build a 64bits rpi3 image.

	# uname -a
	Linux buildroot 4.9.13-v8 #1 SMP PREEMPT Fri Apr 14 17:33:30 EDT 2017 aarch64 GNU/Linux

Regards,
Ga?l PORTAY (2):
  rpi-firmware: allow to build for aarch64 targets
  configs: add raspberrypi3 64bits defconfig

 board/raspberrypi/genimage-raspberrypi3-64.cfg | 31 +++++++++++++++++++++
 board/raspberrypi/post-image.sh                | 23 ++++++++++++++++
 configs/raspberrypi3_64_defconfig              | 37 ++++++++++++++++++++++++++
 package/rpi-firmware/Config.in                 |  2 +-
 4 files changed, 92 insertions(+), 1 deletion(-)
 create mode 100644 board/raspberrypi/genimage-raspberrypi3-64.cfg
 create mode 100644 configs/raspberrypi3_64_defconfig

-- 
2.12.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-04-15 11:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-14 21:45 [Buildroot] [PATCH 0/2] Add support for rpi3 64bits target Gaël PORTAY
2017-04-14 21:45 ` [Buildroot] [PATCH 1/2] rpi-firmware: allow to build for aarch64 targets Gaël PORTAY
2017-04-15  8:27   ` Thomas Petazzoni
2017-04-15 11:43     ` Gaël PORTAY
2017-04-14 21:45 ` [Buildroot] [PATCH 2/2] configs: add raspberrypi3 64bits defconfig Gaël PORTAY
2017-04-14 22:22   ` Arnout Vandecappelle
2017-04-14 23:16     ` Gaël PORTAY
2017-04-14 23:23     ` Gaël PORTAY
2017-04-15  8:26     ` Thomas Petazzoni

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.