From: Jagan Teki
Instead of changing mmc devno from dts nodes better
to return the detected devno so-that env trigger the same.
Cc: Stefano Babic
Cc: Tom Rini
Signed-off-by: Jagan Teki
---
board/engicam/icorem6_rqs/icorem6_rqs.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff -
From: Jagan Teki
Fix for finding mmc devices on i.MX6Q icore boards
added in below comment
"icorem6: Fix to find MMC devices"
(sha1: a2b137b38d925df91afef52f5122927de024f81a)
which is reverted in during u-boot-imx merge
" Merge git://git.denx.de/u-boot-imx"
(sha1: 6aee2ab68c362ace5a59f89a63abed8
From: Jagan Teki
Since the size of SPL can't be exceeded 0x8000 bytes in RK3288,
it is not possible add new SPL features like Falcon mode or etc.
So add TPL stage so-that adding new features to SPL is possible.
- TPL: DRAM init, clocks
- SPL: MMC, falcon, etc
Signed-off-by: Jagan Teki
Reviewed
From: Jagan Teki
Add Falcon mode support in vyasa rk3288 board.
Signed-off-by: Jagan Teki
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes for v2:
- none
board/amarula/vyasa-rk3288/vyasa-rk3288.c | 13 +
include/configs/vyasa-rk3288.h| 17 +
From: Jagan Teki
Falcon mode, is updating DDR dt node configuration through
spl_fixup_fdt() so add appropriate DDR base and size through
dram_init_banksize.
Signed-off-by: Jagan Teki
Reviewed-by: Philipp Tomsich
Acked-by: Philipp Tomsich
---
Changes for v2:
- none
arch/arm/mach-rockchip/rk
From: Jagan Teki
L2CTLR read/write functions are common to armv7 so, move
them in to include/asm/armv7.h and use them where ever it need.
Cc: Tom Warren
Signed-off-by: Jagan Teki
---
Changes for v2:
- New patch
arch/arm/include/asm/armv7.h | 21 +
arch/arm/ma
From: Jagan Teki
configure_l2ctlr will be shared between SPL and TPL so
move them into asm/arch/sys_proto.h
Signed-off-by: Jagan Teki
---
Changes for v2:
- New patch
arch/arm/include/asm/arch-rockchip/sys_proto.h | 23 +++
arch/arm/mach-rockchip/rk3288-board-spl.c | 2
From: Jagan Teki
Updated with fixing previous version changes.
Hi Philipp,
TPL working fine but Falcon mode is not working in latest master
- hang at mmc read [1] with CMD 12, hoping that Debug uart not printing
further on console.
Let me know if you find any, same patches work fine on previo
From: Chakra Divi
Fixed checkpatch.pl errors/warnings in board/mpl/common/pci.c
Signed-off-by: Chakra Divi
---
board/mpl/common/pci.c | 42 +-
1 file changed, 25 insertions(+), 17 deletions(-)
diff --git a/board/mpl/common/pci.c b/board/mpl/common
This Patch replaces the arithmatic operators with bitwise
operators for optimizations hoping it would save some cycles
Signed-off-by: Chakra Divi
---
Note: Jagan or anyone please test this patch, I don't have hardware with me.
---
drivers/spi/zynq_spi.c |4 ++--
1 file changed, 2 inser
Signed-off-by: Chakra Divi
---
drivers/spi/fsl_espi.c | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/drivers/spi/fsl_espi.c b/drivers/spi/fsl_espi.c
index 375dc07..9d9a6e0 100644
--- a/drivers/spi/fsl_espi.c
+++ b/drivers/spi/fsl_espi.c
@@ -92,11 +92,12
This patch clears the errors found by running checkpatch.pl on file
drivers/spi/fsl_espi.c
Signed-off-by: Chakra Divi
---
drivers/spi/fsl_espi.c | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/drivers/spi/fsl_espi.c b/drivers/spi/fsl_espi.c
index 375dc07
12 matches
Mail list logo