Re: [PATCH v2] board: armltd: Add support for Total Compute platform

2020-08-12 Thread Usama Arif
On 12/08/2020 15:53, Tom Rini wrote: On Wed, Aug 12, 2020 at 03:08:14PM +0100, Usama Arif wrote: Total Compute is based on ARM architecture and has the following features enabled in u-boot: - PL011 UART - PL180 MMC - NOR Flash - FIT image with Signature - AVB Signed-off-by: Usama Arif ---

Re: [PATCH v2] board: armltd: Add support for Total Compute platform

2020-08-12 Thread Tom Rini
On Wed, Aug 12, 2020 at 03:08:14PM +0100, Usama Arif wrote: > Total Compute is based on ARM architecture and has > the following features enabled in u-boot: > - PL011 UART > - PL180 MMC > - NOR Flash > - FIT image with Signature > - AVB > > Signed-off-by: Usama Arif > --- > Changes for v2: > -

[PATCH v2] board: armltd: Add support for Total Compute platform

2020-08-12 Thread Usama Arif
Total Compute is based on ARM architecture and has the following features enabled in u-boot: - PL011 UART - PL180 MMC - NOR Flash - FIT image with Signature - AVB Signed-off-by: Usama Arif --- Changes for v2: - Added arch/arm/dts/total_compute.dts to board/armltd/total_compute/MAINTAINERS -