Re: [U-Boot] [PATCH v0 1/5] pci: mvebu: Fix Armada 38x support

2015-11-18 Thread Anton Schubert
Am 18.11.2015 um 13:48 schrieb Dirk Eibach: > I assume the idea is to go to the next port if the current port is > disabled. But adding 3 to the index does not seem to be the right > thing to do, since Armada XP has ports with 4 lanes, but also with > ports with one lane. > I assume that iterating

Re: [U-Boot] [PATCH v0 1/5] pci: mvebu: Fix Armada 38x support

2015-11-17 Thread Anton Schubert
Hi Dirk, 2015-10-28 16:44 GMT+01:00 : > From: Dirk Eibach > > @@ -344,7 +345,6 @@ void pci_init_board(void) > > /* Don't read at all from pci registers if port power is > down */ > if (pcie->lane == 0 && SELECT(soc_ctrl, pcie->port) == 0) { > -

Re: [U-Boot] [PATCH v2] arm: mvebu: add multiple usb-hostcontroller support for AXP

2015-07-23 Thread Anton Schubert
Sry, forgot the cc again. Anton ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2] arm: mvebu: add multiple usb-hostcontroller support for AXP

2015-07-23 Thread Anton Schubert
This patch adds support for multiple hostcontrollers to the ehci-marvell driver and enables all 3 usb-hcs on the db-mv784mp-gp board. It depends on the initial Armada XP usb support patch from Stefan. Signed-off-by: Anton Schubert Reviewed-by: Stefan Roese Cc: Luka Perkov --- Changes in v2

[U-Boot] [PATCH] arm: mvebu: add multiple usb-hostcontroller support for AXP

2015-07-23 Thread Anton Schubert
This patch adds support for multiple hostcontrollers to the ehci-marvell driver and enables all 3 usb-hcs on the db-mv784mp-gp board. It depends on the initial Armada XP usb support patch from Stefan. Signed-off-by: Anton Schubert Cc: Stefan Roese Cc: Luka Perkov --- drivers/usb/host/ehci

Re: [U-Boot] [PATCH] arm: mvebu: increase delay after setting ddr3 training patterns

2015-07-15 Thread Anton Schubert
Hi Luka 2015-07-15 17:04 GMT+02:00 Luka Perkov : > I think everything is merged correctly as was intended. Please check. > Is correct. Thanks, Anton ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm: mvebu: Call timer_init early before PHY and DDR init

2015-07-15 Thread Anton Schubert
Tested-by: Anton Schubert Tested on custom mv78260 board. Anton ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm: mvebu: increase delay after setting ddr3 training patterns

2015-07-15 Thread Anton Schubert
Hi Luka, My Patch isn't necessary anymore and as Stefan said potentially breaking on other chip versions. Anton ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm: mvebu: increase delay after setting ddr3 training patterns

2015-07-15 Thread Anton Schubert
Hi Stefan, Your timer patch fixes the booting problems for me so this delay isn't necessary anymore. Thanks, Anton ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3] arm: mvebu: add Armada XP SATA support

2015-07-15 Thread Anton Schubert
This patch initializes the SATA address windows on Armada XP and allows it to work with the existing mvsata_ide driver. It also adds the necessary configuration for the db-mv784mp-gp board. Signed-off-by: Anton Schubert Tested-by: Stefan Roese Cc: Luka Perkov --- Changes v3: - fix config

[U-Boot] [PATCH v2] add Armada XP SATA support

2015-07-15 Thread Anton Schubert
Signed-off-by: Anton Schubert Cc: Stefan Roese Cc: Luka Perkov --- arch/arm/mach-mvebu/include/mach/soc.h | 1 + drivers/block/mvsata_ide.c | 41 ++ include/configs/db-mv784mp-gp.h| 29 3 files changed, 71 insertions

[U-Boot] [PATCH] arm: mvebu: increase delay after setting ddr3 training patterns

2015-07-15 Thread Anton Schubert
The mv78260 needs atleast 10ms after setting the ddr3 training patterns or else the cpu will hang. This patch increases said delay to 20ms just to be safe. Signed-off-by: Anton Schubert Cc: Stefan Roese Cc: Luka Perkov --- drivers/ddr/mvebu/ddr3_hw_training.c | 2 +- 1 file changed, 1

[U-Boot] [PATCH] arm: mvebu: add Armada XP SATA support

2015-07-15 Thread Anton Schubert
This patch initializes the SATA address windows on Armada XP and allows it to work with the existing mvsata_ide driver. It also adds the necessary configuration for the db-mv784mp-gp board. Signed-off-by: Anton Schubert Cc: Stefan Roese Cc: Luka Perkov --- arch/arm/mach-mvebu/include/mach

Re: [U-Boot] Marvell Armada XP SATA support

2015-07-01 Thread Anton Schubert
Hi Stefan, 2015-07-01 16:55 GMT+02:00 Stefan Roese : > Hi Anton, > > On 01.07.2015 15:41, Anton Schubert wrote: > >> 2015-07-01 12:39 GMT+02:00 Stefan Roese mailto:s...@denx.de>>: >> >> Hi Anton, >> >> On 01.07.2015 12:20, Anton Schubert w

Re: [U-Boot] Marvell Armada XP SATA support

2015-07-01 Thread Anton Schubert
Hi Stefan, 2015-07-01 12:39 GMT+02:00 Stefan Roese : > Hi Anton, > > On 01.07.2015 12:20, Anton Schubert wrote: > >> I figured out my problem was just ATA security. After unlocking the code >> above works fine for MV78260. >> > > Great. Then please send a

Re: [U-Boot] Marvell Armada XP SATA support

2015-07-01 Thread Anton Schubert
Hi, I figured out my problem was just ATA security. After unlocking the code above works fine for MV78260. Thanks, Anton 2015-06-30 11:28 GMT+02:00 Anton Schubert : > That should be it. Although it's probably a good idea to do this in cpu.c > as you did with your a38x ahci suppor

Re: [U-Boot] Marvell Armada XP SATA support

2015-06-30 Thread Anton Schubert
+#define CONFIG_SYS_ATA_IDE0_OFFSET0x2000 + +#define CONFIG_DOS_PARTITION +#endif /* CONFIG_CMD_IDE */ + /* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros -- 2.3.6 2015-06-30 8:57 GMT+02:00 Stefan Roese : > Hi Anton, > > On 29.06

Re: [U-Boot] Marvell Armada XP SATA support

2015-06-29 Thread Anton Schubert
2015-06-23 14:38 GMT+02:00 Stefan Roese : > Hi Anton, > > On 23.06.2015 13:23, Bin Meng wrote: > >> On Tue, Jun 23, 2015 at 5:35 PM, Anton Schubert >> wrote >> > >>> but noticed that there doesn't seem to be a driver for the SATA >>> contr

[U-Boot] Marvell Armada XP SATA support

2015-06-23 Thread Anton Schubert
Hello, we are trying to replace an old marvell uboot on mv78260 with the current version, but noticed that there doesn't seem to be a driver for the SATA controller. Are there any plans to support SATA on Armada XP or is our only option to migrate the old driver? Regards Anton ___