Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-03 Thread Simon Goldschmidt
On Tue, Dec 3, 2019 at 2:37 AM Ang, Chee Hong wrote: > > > Am 02.12.2019 um 17:10 schrieb Ang, Chee Hong: > > >> On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong > > >> > > >> wrote: > > >>> > > On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > > > > wrote: > > > > > >> On Mon,

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> Am 02.12.2019 um 17:10 schrieb Ang, Chee Hong: > >> On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong > >> > >> wrote: > >>> > On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > > wrote: > > > >> On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > >> > >> wrote: > >>> >

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
Am 02.12.2019 um 17:10 schrieb Ang, Chee Hong: On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong wrote: On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong wrote: On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong wrote: On Mon, Dec 2, 2019 at 11:25 AM wrote: From: "Ang, Chee Hong" New U-boot

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong > wrote: > > > > > On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > > > > > > wrote: > > > > > > > > > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > > > > > > > > > wrote: > > > > > > > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM > wrote: > > >

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong wrote: > > > On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > > wrote: > > > > > > > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > > > > > > > wrote: > > > > > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > > > > > > > From: "

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong > wrote: > > > > > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > > > > > wrote: > > > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > > > > > From: "Ang, Chee Hong" > > > > > > > > > > > > New U-boot flow with ARM Trusted Fi

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong wrote: > > > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > wrote: > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > > > From: "Ang, Chee Hong" > > > > > > > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > >

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> > On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > > > > wrote: > > > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > > > From: "Ang, Chee Hong" > > > > > > > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > > > > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong > wrote: > > > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > > > From: "Ang, Chee Hong" > > > > > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > > > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) > >

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong wrote: > > > On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > > > From: "Ang, Chee Hong" > > > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) > > > > Adding support

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Ang, Chee Hong
> On Mon, Dec 2, 2019 at 11:25 AM wrote: > > > > From: "Ang, Chee Hong" > > > > New U-boot flow with ARM Trusted Firmware (ATF) support: > > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) > > Adding support for ATF means that using U-Boot on Stratix10 and Agilex without > ATF

Re: [U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread Simon Goldschmidt
On Mon, Dec 2, 2019 at 11:25 AM wrote: > > From: "Ang, Chee Hong" > > New U-boot flow with ARM Trusted Firmware (ATF) support: > SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) Adding support for ATF means that using U-Boot on Stratix10 and Agilex without ATF keeps working, rig

[U-Boot] [PATCH v1 00/20] Enable ARM Trusted Firmware for U-Boot

2019-12-02 Thread chee . hong . ang
From: "Ang, Chee Hong" New U-boot flow with ARM Trusted Firmware (ATF) support: SPL (EL3) -> ATF-BL31 (EL3) -> U-Boot Proper (EL2) -> Linux (EL1) SPL loads the u-boot.itb which consist of: 1) u-boot-nodtb.bin (U-Boot Proper image) 2) u-boot.dtb (U-Boot Proper DTB) 3) bl31.bin (ATF-BL31 image) S