Re: [PATCH v3 05/12] binman: Add support for ATF BL31

2020-09-05 Thread Simon Glass
Hi Samuel, On Sat, 5 Sep 2020 at 16:57, Samuel Holland wrote: > > On 9/1/20 6:13 AM, Simon Glass wrote: > > Add an entry for ARM Trusted Firmware's 'BL31' payload, which is the > > device's main firmware. Typically this is U-Boot. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in

Re: [PATCH v3 05/12] binman: Add support for ATF BL31

2020-09-05 Thread Samuel Holland
On 9/1/20 6:13 AM, Simon Glass wrote: > Add an entry for ARM Trusted Firmware's 'BL31' payload, which is the > device's main firmware. Typically this is U-Boot. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Rebase on top of earlier binman series > > Changes in v2: > - Add the URL

Re: [PATCH v3 05/12] binman: Add support for ATF BL31

2020-09-05 Thread Simon Glass
Add an entry for ARM Trusted Firmware's 'BL31' payload, which is the device's main firmware. Typically this is U-Boot. Signed-off-by: Simon Glass --- Changes in v3: - Rebase on top of earlier binman series Changes in v2: - Add the URL of ARM Trusted Firmware and mention of U-Boot docs - Fix

[PATCH v3 05/12] binman: Add support for ATF BL31

2020-09-01 Thread Simon Glass
Add an entry for ARM Trusted Firmware's 'BL31' payload, which is the device's main firmware. Typically this is U-Boot. Signed-off-by: Simon Glass --- Changes in v3: - Rebase on top of earlier binman series Changes in v2: - Add the URL of ARM Trusted Firmware and mention of U-Boot docs - Fix