[U-Boot] [PATCH 1/2] kirkwood: ib62x0: Invert SATA activity LEDs

2012-07-20 Thread Simon Baatz
The hardware design of the IB-NAS62x0 causes the SATA activity LEDs to be on when idle by default. Reverse the polarity of the activity LEDs in early init. Signed-off-by: Simon Baatz gmbno...@gmail.com Cc: Luka Perkov ub...@lukaperkov.net Cc: Prafulla Wadaskar prafu...@marvell.com --- board

[U-Boot] [PATCH 2/2] kirkwood: ib62x0: Support flattened devicetree

2012-07-20 Thread Simon Baatz
Support for the IB-NAS62x0 was added to the Linux mainline kernel as of 3.5-rc1 using flattened devicetree. Change the config for this board accordingly. Signed-off-by: Simon Baatz gmbno...@gmail.com Cc: Luka Perkov ub...@lukaperkov.net Cc: Prafulla Wadaskar prafu...@marvell.com --- include

Re: [U-Boot] [PATCH 2/2] kirkwood: ib62x0: Support flattened devicetree

2012-07-21 Thread Simon Baatz
Hi Gerald and Luka, On Sat, Jul 21, 2012 at 10:30:48AM +0200, DrEagle wrote: Hi Simon and Luka, Le 21/07/2012 10:03, Luka Perkov a écrit : On Fri, Jul 20, 2012 at 09:59:15PM +0200, Simon Baatz wrote: -#define CONFIG_MACH_TYPE MACH_TYPE_NAS6210 +#define CONFIG_OF_LIBFDT Do we need

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-16 Thread Simon Baatz
Hi, Am 14.04.2012 19:25, schrieb Luka Perkov: NAS6210 eSATA port is not working from uboot... That is why there are CONFIG_BOARD_IS_IB_NAS6210 and CONFIG_BOARD_IS_IB_NAS6220 in ib62x0.h config file. I think I have found the reason why the eSATA port is not working on the 6210. I think the

Re: [U-Boot] [PATCH v6] kirkwood: add NAS62x0 board support

2012-04-02 Thread Simon Baatz
Hi Luka, Am 01.04.2012 01:17, schrieb Luka Perkov: Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220. Only difference between boards is number of SATA ports. just realizing that you make a difference in the number of SATA ports between 6210 and 6220 here. However, the 6210

[U-Boot] 2016.07 regression: kwboot does not work on Kirkwood

2016-08-02 Thread Simon Baatz
Hi, I just tried to boot a freshly built u-boot.kwb using UART boot on a Kirkwood box (IB-NAS6210), but to no avail. An old backup image does not boot either. After scratching my head for quite some time, I found this change in commit f4db6c976cf ("arm: mvebu: Add runtime detection of UART

[U-Boot] [PATCH v2] tools: kwboot: patch destaddr only for SoCs with header version 1

2016-08-10 Thread Simon Baatz
atching an image with header version 1 (Orion and Kirkwood use header version 0). Signed-off-by: Simon Baatz <gmbno...@gmail.com> Fixes: f4db6c976cf ("arm: mvebu: Add runtime detection of UART (xmodem) boot-mode") Cc: Stefan Roese <s...@denx.de> Cc: Luka Perkov <luka.per

[U-Boot] [PATCH] tools: kwboot: patch destaddr only for SoCs with header version 1

2016-08-08 Thread Simon Baatz
atching an image with header version 1 (Orion and Kirkwood use header version 0). Signed-off-by: Simon Baatz <gmbno...@gmail.com> Fixes: f4db6c976cf ("arm: mvebu: Add runtime detection of UART (xmodem) boot-mode") Cc: Stefan Roese <s...@denx.de> Cc: Luka Perkov <luka.per

Re: [U-Boot] [PATCH 2/2] spi: kirkwood: Full dm conversion

2018-05-02 Thread Simon Baatz
Hi Chris, On Wed, May 02, 2018 at 09:56:52PM +, Chris Packham wrote: > Hi All, > On Wed, May 2, 2018 at 10:53 PM Stefan Roese wrote: > > > Hi Simon, > > > On 01.05.2018 12:54, Simon Guinot wrote: > > > On Mon, Apr 30, 2018 at 11:28:28AM +0530, Jagan Teki wrote: > > >> On Fri,

[U-Boot] [PATCH] sunxi: enable SATA on Banana Pi M2 Berry

2018-07-23 Thread Simon Baatz
Banana Pi M2 Ultra and M2 Berry are very similar boards. SATA can be enabled exactly the same as for M2 Ultra introduced in commit daa8b75a5527 ("sunxi: enable SATA on Banana Pi M2 Ultra"). Signed-off-by: Simon Baatz --- configs/bananapi_m2_berry_defconfig | 3 +++ 1 file

Re: [PATCH] sunxi: Bring back SD card as MMC device 0

2021-05-29 Thread Simon Baatz
e trying to find out what's going on, I can only second that. If it helps, I can offer a "tested by". I tested this patch on a Pine 64+ using pine64_plus_defconfig. Tested-by: Simon Baatz