From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao Pinto Date: Fri, 13 May 2016 11:20:49 +0100 Subject: [Buildroot] [PATCH 0/2] new package: atfirmware In-Reply-To: <5731A32E.7080200@synopsys.com> References: <573057F0.3000606@synopsys.com> <20160509225510.GA18182@e106497-lin.cambridge.arm.com> <5731A32E.7080200@synopsys.com> Message-ID: <5735AA81.8010908@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, Could you please check the patches? Thanks a lot! On 5/10/2016 10:00 AM, Joao Pinto wrote: > On 5/9/2016 11:55 PM, Liviu.Dudau at arm.com wrote: >> On Mon, May 09, 2016 at 10:27:12AM +0100, Joao Pinto wrote: >>> Hi guys, >>> I will have to give a Juno training soon, and this feature would be great to >>> have in the time. Could you comment of the atfirmware patch? Do you have any >>> improvement suggestions? >> >> It looks good to me but I have no ACK powers in the buildroot world. >> >> I am traveling away from my Juno boards at the moment so I cannot add my Tested-by. >> >> Best regards, >> Liviu > > Thanks Liviu! > >> >>> >>> Thanks. >>> >>> On 5/3/2016 11:13 AM, Joao Pinto wrote: >>>> 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. >>>> >>>> Joao Pinto (2): >>>> new packages: atfirmware and scpfirmware >>>> configs: add u-noot 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 >>>> >>> >> >