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) {
> -
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
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
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
Sry, forgot the cc again.
Anton
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
___
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
+#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
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
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo