From: Steve Arnold
* needs different GMAC_TX_DELAY than lamobo-r1 (not compatible)
* tested with 4.8_rc6 b53-mdio and kernel dts switch nodes
Signed-off-by: Stephen Arnold
Cc: Ian Campbell
Cc: Hans De Goede
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/sun7i-a20-bananapi
+ *
+ * Changes copyright 2015 Stephen Arnold
+ * This file is dual-licensed: you can use it either under the terms
+ * of the GPL or the X11 license, at your option. Note that this dual
+ * licensing only applies to this file, and not this project as a
+ * whole.
+ *
+ * a) This file is free
2016 at 10:06 AM, Stephen Arnold
> wrote:
>> From: Steve Arnold
>>
>> * needs different GMAC_TX_DELAY than lamobo-r1 (not compatible)
>> * tested with 4.8_rc6 b53-mdio and kernel dts switch nodes
>>
>> Signed-off-by: Stephen Arnold
>> Cc: Ian Campbe
GMAC delay parameter, you get something that looks like
it should work, but only a handful of packets ever actually make it
from one end to the other.
Steve
On Sun, Oct 2, 2016 at 11:04 AM, Jagan Teki wrote:
> On Sun, Oct 2, 2016 at 11:26 PM, Stephen Arnold
> wrote:
>> It can't.
On Sun, Oct 2, 2016 at 11:55 PM, Hans de Goede wrote:
> Hi,
>
> On 02-10-16 06:36, Stephen Arnold wrote:
>>
>> From: Steve Arnold
>>
>> * needs different GMAC_TX_DELAY than lamobo-r1 (not compatible)
>
>
> I see why this would need a separate defconfig,
From: Steve Arnold
* needs different GMAC_TX_DELAY than lamobo-r1 (not compatible)
Signed-off-by: Steve Arnold
---
configs/Bananapi_R1_defconfig | 16
1 file changed, 16 insertions(+)
create mode 100644 configs/Bananapi_R1_defconfig
diff --git a/configs/Bananapi_R1_defconfig
-r1.dts
b/arch/arm/dts/sun7i-a20-bananapi-r1.dts
new file mode 100644
index 000..1a550f9
--- /dev/null
+++ b/arch/arm/dts/sun7i-a20-bananapi-r1.dts
@@ -0,0 +1,376 @@
+/*
+ * Copyright 2015 Hans de Goede
+ * Changes copyright 2016 Stephen Arnold
+ *
+ * This file is dual-licensed: you can use
-r1.dts
b/arch/arm/dts/sun7i-a20-bananapi-r1.dts
new file mode 100644
index 000..1a550f9
--- /dev/null
+++ b/arch/arm/dts/sun7i-a20-bananapi-r1.dts
@@ -0,0 +1,376 @@
+/*
+ * Copyright 2015 Hans de Goede
+ * Changes copyright 2016 Stephen Arnold
+ *
+ * This file is dual-licensed: you can use
Okay, please disregard the update with double "PATCH" in the subject;
I need to get better with git send-email (besides just the Google
insecure app thing for gmail).
I'm about to resend v2 with (hopefully) all the right stuff in it.
Thanks, Steve
On Mon, Oct 3, 2016 at 1:01 PM,
This is what I have now for send command:
git send-email --to=u-boot@lists.denx.de --confirm=always -M -1
--subject-prefix="PATCH v2" outgoing/*
Any u-boot-y tips are appreciated...
Steve
On Mon, Oct 3, 2016 at 1:19 PM, Stephen Arnold
wrote:
> Okay, please disregard the updat
From: Steve Arnold
* needs different GMAC_TX_DELAY than lamobo-r1 (not compatible)
Signed-off-by: Steve Arnold
Cc: Ian Campbell
Cc: Hans De Goede
Changes for v2:
- incorprated feedback for config options (remove 3, add 1)
---
configs/Bananapi_R1_defconfig | 16
1 file cha
@@
+/*
+ * Copyright 2015 Hans de Goede
+ * Changes copyright 2016 Stephen Arnold
+ *
+ * This file is dual-licensed: you can use it either under the terms
+ * of the GPL or the X11 license, at your option. Note that this dual
+ * licensing only applies to this file, and not this project as a
+ * whole
-r1.dts
b/arch/arm/dts/sun7i-a20-bananapi-r1.dts
new file mode 100644
index 000..1a550f9
--- /dev/null
+++ b/arch/arm/dts/sun7i-a20-bananapi-r1.dts
@@ -0,0 +1,376 @@
+/*
+ * Copyright 2015 Hans de Goede
+ * Changes copyright 2016 Stephen Arnold
+ *
+ * This file is dual-licensed: you can use
Seems like splitting the original patch into 2 broke the threading as
only one patch ends up in the original thread. What's the fix for
that one? (besides "don't do that... ;)
Steve
On Mon, Oct 3, 2016 at 1:21 PM, Stephen Arnold
wrote:
> From: Steve Arnold
>
> * needs
Howdy:
I could swear this worked the last time I sent patches to the OE list
(at least it didn't need the gmail insecure app workaround so I guess
it was a while ago).
Anyway, the real commit msg starts with ARM, I git format-patch and
this time didn't touch the patches, then:
git send-email --t
Thanks again for the tips!
Steve
On Tue, Oct 4, 2016 at 8:10 AM, BrĂ¼ns, Stefan
wrote:
> On Montag, 3. Oktober 2016 17:02:37 CEST Stephen Arnold wrote:
>> Howdy:
>>
>> I could swear this worked the last time I sent patches to the OE list
>> (at least it didn't need
From: Steve Arnold
* changes from lamobo-r1 required include:
- unset ahci power pin
- usbvbus gpio pin change
- mmc cd gpio pin change
- enable uart2, set default LED trigger
- CONFIG_GMAC_TX_DELAY change
Changes for v2:
- incorprated feedback for config options (remove 3, add 1
From: Steve Arnold
Signed-off-by: Steve Arnold
Cc: Ian Campbell
Cc: Hans De Goede
---
configs/Bananapi_R1_defconfig | 16
1 file changed, 16 insertions(+)
create mode 100644 configs/Bananapi_R1_defconfig
diff --git a/configs/Bananapi_R1_defconfig b/configs/Bananapi_R1_defco
--- /dev/null
+++ b/arch/arm/dts/sun7i-a20-bananapi-r1.dts
@@ -0,0 +1,376 @@
+/*
+ * Copyright 2015 Hans de Goede
+ * Changes copyright 2016 Stephen Arnold
+ *
+ * This file is dual-licensed: you can use it either under the terms
+ * of the GPL or the X11 license, at your option. Note that this
From: Steve Arnold
* changes from lamobo-r1 required include:
- unset ahci power pin
- usbvbus gpio pin change
- mmc cd gpio pin change
- enable uart2, set default LED trigger
- CONFIG_GMAC_TX_DELAY change
Changes for v2:
- incorprated feedback for config options (remove 3, add 1
@@
+/*
+ * Copyright 2015 Hans de Goede
+ * Changes copyright 2016 Stephen Arnold
+ *
+ * This file is dual-licensed: you can use it either under the terms
+ * of the GPL or the X11 license, at your option. Note that this dual
+ * licensing only applies to this file, and not this project as a
+ * whole
Please ignore the crufty v4 cover; the following v5 is correct (a
single patch) as requested by Jagan.
Thanks, Steve
On Sun, Oct 9, 2016 at 2:04 PM, Stephen Arnold
wrote:
> From: Steve Arnold
>
> * changes from lamobo-r1 required include:
> - unset ahci power pin
> - u
a few work
things). Back to the test mtg...
Thanks in advance, Steve
On Mon, Oct 10, 2016 at 3:34 AM, Jagan Teki wrote:
> On Mon, Oct 10, 2016 at 2:34 AM, Stephen Arnold
> wrote:
>> From: Steve Arnold
>>
>> * changes from lamobo-r1 required include:
>> - unset
ge...
Thanks, Steve
On Wed, Oct 12, 2016 at 9:27 AM, Jagan Teki wrote:
> On Wed, Oct 12, 2016 at 12:18 AM, Stephen Arnold
> wrote:
>> Okay, but I could use a little clarity; do you want the u-boot dts to
>> look just like my (proposed) kernel dts? Or do I start with kernel
&
From: Steve Arnold
This updates the defaults for trimslice so it matches the last vendor
config. Use the tegra-uboot-flasher tools to create mmc and spi flash
images and flash to the device. Can optionally replace boot.scr with
extlinux.conf configuration. Tested on Trimslice Diskless (with SSD)
From v2-U-Boot-arm-socfpga-Add-SoCFPGA-SR1500-board limbo patch series
describing SR1500 SPL generation (updates in following patch).
Signed-off-by: Stephen Arnold
Signed-off-by: Stefan Roese
Cc: Marek Vasut
---
doc/README.socfpga | 89 --
1
Signed-off-by: Stephen Arnold
---
doc/README.socfpga | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/doc/README.socfpga b/doc/README.socfpga
index 63733a986e..3110161753 100644
--- a/doc/README.socfpga
+++ b/doc/README.socfpga
@@ -20,7 +20,9 @@ controller support
This patch adds the steps to manually (re)build a Quartus FPGA project,
generate the required BSP glue, and update u-boot handoff files for
mainline SPL support. Requires Quartus toolchain and current U-Boot.
Signed-off-by: Steve Arnold
Cc: Dinh Nguyen
Cc: Stefan Roese
Cc: Marek Vasut
---
Chan
Are we sure that's intentional? One of the common use cases for black is
to plug in a usb keyboard/mouse and hdmi cable; what requirement is driving
this? It would be great to have u-boot console support ala cubox/allwinner.
Just checking...
Steve
On Fri, Jul 7, 2017 at 7:41 AM, Tom Rini wrot
Sorry, I got stuck in Android-land for a while, but this does not fix the
build on a fresh build box with python 3.4 as default system python.
Switching to python 2.7 does build u-boot successfully. Note this is with
u-boot v2017.05 (which does have --force in setup.py) and DE1 SoC config,
which d
30 matches
Mail list logo