Re: [U-Boot] [linux-sunxi] Re: [PATCH] sunxi: Fix gmac not working reliable on the Bananapi

2014-09-28 Thread Zoltan HERPAI
bits on the Bananapi for now. I'll contact Allwinner to try and get these bits documented, once they are documented we can hopefully replace this hack with a better patch. Reported-by: Karsten Merker Signed-off-by: Hans de Goede Tested-by: Karsten Merker Tested-by: Zoltan H

Re: [U-Boot] [PATCH] mmc: sunxi: Fix mmc clocks for DM_MMC

2019-01-11 Thread Zoltan HERPAI
DM_MMC and eventually this will drop once CLK support is in Mainline. Tested-by: Priit Laes on Gemei G9 A10 Tablet Tested-by: Zoltan HERPAI on LinkSprite pcDuino Fixes: 3c92cca3cda0 ("ARM: dts: sun4i: Update A10 dts(i) files from Linux-v4.18-rc3") Signed-off-by:

[U-Boot] [PATCH] sunxi: gmac: Update bananapi fixup to the new CONFIG_TARGET_ structure

2014-11-11 Thread Zoltan HERPAI
The magic bit toucher needs to be updated to reflect the new board Kconfig structure Signed-off-by: Zoltan HERPAI --- board/sunxi/gmac.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/sunxi/gmac.c b/board/sunxi/gmac.c index 6348d27..051aca0 100644 --- a/board

[U-Boot] [PATCH 1/1] sunxi: add Linksprite pcDuino v1/v2 support

2015-01-05 Thread Zoltan HERPAI
. Signed-off-by: Zoltan HERPAI --- board/sunxi/Kconfig|4 board/sunxi/Makefile |1 + board/sunxi/dram_sun4i_408_1024_iow8.c | 31 +++ configs/Linksprite_pcDuino_defconfig |7 +++ 4 files changed, 43

Re: [U-Boot] [linux-sunxi] Re: [PATCH 1/1] sunxi: add Linksprite pcDuino v1/v2 support

2015-01-06 Thread Zoltan HERPAI
Hi Hans, On Tue, 6 Jan 2015, Hans de Goede wrote: On 06-01-15 01:09, Zoltan HERPAI wrote: Add support for a sun4i board built by Linksprite. This addition covers both v1 and v2 versions. As the board has been working with 408MHz memory setting in the u-boot-sunxi branch, and has been proven