[PATCH v2] mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI

2021-10-19 Thread Usama Arif
There are 4 registers (PERIPHID{0-3}) that contain the ID of MCI. For MMCs' with peripheral id 0x02041180 and 0x03041180, H/W flow control needs to be enabled for multi block writes (MMC CMD 18). Signed-off-by: Usama Arif --- drivers/mmc/arm_pl180_mmci.c | 14 ++ drivers/mmc

[PATCH] mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI

2021-10-18 Thread Usama Arif
There are 4 registers (PERIPHID{0-3}) that contain the ID of MCI. For MMCs' with peripheral id 0x02041180 and 0x03041180, H/W flow control needs to be enabled for multi block writes (MMC CMD 18). Signed-off-by: Usama Arif Change-Id: Icc79e352db6305c232527c4a432f17b7a30fec8e --- drivers/mmc

[PATCH] arm: total_compute: increase DRAM to 8GB

2021-10-12 Thread Usama Arif
The extra 6GB start at 0x808000. Signed-off-by: Usama Arif --- board/armltd/total_compute/total_compute.c | 3 +++ include/configs/total_compute.h| 3 +++ 2 files changed, 6 insertions(+) diff --git a/board/armltd/total_compute/total_compute.c b/board/armltd/total_compute

Re: [PATCH] board: armltd: Remove bootargs from Total Compute configuration

2021-06-15 Thread Usama Arif
E_BOOTARGS is not set # CONFIG_USE_BOOTCOMMAND is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set Reviewed-by: Usama Arif IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended

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

2020-08-20 Thread Usama Arif
On 12/08/2020 16:34, Tom Rini wrote: On Wed, Aug 12, 2020 at 04:12:53PM +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

[PATCH v3] 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

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

[PATCH] 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

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

2020-08-12 Thread Usama Arif
On 12/08/2020 13:40, Tom Rini wrote: On Tue, Aug 11, 2020 at 03:46:04PM +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

[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

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

2020-08-11 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 --- arch/arm/Kconfig | 11 +++ arch/arm/dts/Makefile | 2

[PATCH 1/2] avb: Make AVB independent of fastboot

2020-08-11 Thread Usama Arif
. Signed-off-by: Usama Arif Cc: Igor Opaniuk --- common/Kconfig | 18 +- common/avb_verify.c | 1 - configs/am57xx_evm_defconfig| 2 ++ configs/am57xx_hs_evm_defconfig | 2 ++ configs/am57xx_hs_evm_usb_defconfig | 2 ++ include