All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv3 0/3] new packages: atfirmware and scpfirmware
@ 2016-10-14 15:18 Joao Pinto
  2016-10-14 15:18 ` [Buildroot] [PATCHv3 1/3] new package: atfirmware Joao Pinto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joao Pinto @ 2016-10-14 15:18 UTC (permalink / raw)
  To: buildroot

This patch adds to buildroot an important package for ARM64 based development 
boards: The ARM Trusted Firmware (atfirmware).
It also adds the scpfirmware which is a hidden package to get the System Control
Processor (SCP) binary to be included in the bootloader (fip image), which is
a requirement for ARM Juno's board. With this 2 packages, Juno gets fully 
supported in the Buildroot.

Tested-by: Liviu Dudau <Liviu.Dudau@arm.com>

Joao Pinto (3):
  new package: atfirmware
  new package: scpfirmware
  configs: add u-boot and atfirmware options to juno

 board/arm/juno/readme.txt       | 21 ++++++++--
 boot/Config.in                  |  2 +
 boot/atfirmware/Config.in       | 70 +++++++++++++++++++++++++++++++++
 boot/atfirmware/atfirmware.hash |  5 +++
 boot/atfirmware/atfirmware.mk   | 85 +++++++++++++++++++++++++++++++++++++++++
 boot/scpfirmware/Config.in      | 23 +++++++++++
 boot/scpfirmware/scpfirmware.mk | 18 +++++++++
 configs/arm_juno_defconfig      |  9 +++++
 8 files changed, 230 insertions(+), 3 deletions(-)
 create mode 100644 boot/atfirmware/Config.in
 create mode 100644 boot/atfirmware/atfirmware.hash
 create mode 100644 boot/atfirmware/atfirmware.mk
 create mode 100644 boot/scpfirmware/Config.in
 create mode 100644 boot/scpfirmware/scpfirmware.mk

-- 
1.8.1.5

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

end of thread, other threads:[~2016-10-15  8:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 15:18 [Buildroot] [PATCHv3 0/3] new packages: atfirmware and scpfirmware Joao Pinto
2016-10-14 15:18 ` [Buildroot] [PATCHv3 1/3] new package: atfirmware Joao Pinto
2016-10-14 15:18 ` [Buildroot] [PATCHv3 2/3] new package: scpfirmware Joao Pinto
2016-10-14 15:18 ` [Buildroot] [PATCHv3 3/3] configs: add u-boot and atfirmware options to juno Joao Pinto
2016-10-15  8:08 ` [Buildroot] [PATCHv3 0/3] new packages: atfirmware and scpfirmware 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.