Re: [U-Boot] USB power is not enabled fro BeagleBone Black

2017-07-07 Thread Stephen Arnold
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

Re: [U-Boot] [PATCH] libfdt: fix build with Python 3

2017-06-25 Thread Stephen Arnold
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

[U-Boot] [PATCH v2] ARM: socfpga: add fpga build and bsp handoff instructions to readme

2017-03-23 Thread Stephen Arnold
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

[U-Boot] [PATCH 2/2] README.socfpg: update qts script arguments for 16.1

2017-03-07 Thread Stephen Arnold
Signed-off-by: Stephen Arnold <sarn...@vctlabs.com> --- 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

[U-Boot] [PATCH 1/2] README.socfpga: Add readme update from Stefan Roese patch

2017-03-07 Thread Stephen Arnold
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 <sarn...@vctlabs.com> Signed-off-by: Stefan Roese Cc: Marek Vasut --- doc/README.socfpg

Re: [U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-13 Thread Stephen Arnold
On Wed, Oct 12, 2016 at 9:27 AM, Jagan Teki <jt...@openedev.com> wrote: > On Wed, Oct 12, 2016 at 12:18 AM, Stephen Arnold > <stephen.arnol...@gmail.com> wrote: >> Okay, but I could use a little clarity; do you want the u-boot dts to >> look just like my (propos

Re: [U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-11 Thread Stephen Arnold
a few work things). Back to the test mtg... Thanks in advance, Steve On Mon, Oct 10, 2016 at 3:34 AM, Jagan Teki <jagannadh.t...@gmail.com> wrote: > On Mon, Oct 10, 2016 at 2:34 AM, Stephen Arnold > <stephen.arnol...@gmail.com> wrote: >> From: Steve Arnold <

Re: [U-Boot] [PATCH v4 0/2] ARM: add support for Bananapi BPI-R1

2016-10-09 Thread Stephen Arnold
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 <stephen.arnol...@gmail.com> wrote: > From: Steve Arnold <stephen.arnol...@gmail.com> > > * changes from lamob

[U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-09 Thread Stephen Arnold
w 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 <hdego...@redhat.com> + * Changes copyright 2016 Stephen Arnold <nerd...@gentoo.org> + * + * This file is dual-licensed: y

[U-Boot] [PATCH v4 0/2] ARM: add support for Bananapi BPI-R1

2016-10-09 Thread Stephen Arnold
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

[U-Boot] [PATCH v4 2/2] ARM: sun7i: dts: add support for Sinovoip/Bananapi R1

2016-10-06 Thread Stephen Arnold
a/arch/arm/dts/sun7i-a20-bananapi-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 <hdego...@redhat.com> + * Changes copyright 2016 Step

[U-Boot] [PATCH v4 0/2] ARM: add support for Bananapi BPI-R1

2016-10-06 Thread Stephen Arnold
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

[U-Boot] [PATCH v4 1/2] ARM: sun7i: config: add config for Sinovoip/Bananapi R1

2016-10-06 Thread Stephen Arnold
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

Re: [U-Boot] git send-email and patch headers/subject line

2016-10-04 Thread Stephen Arnold
rk? The man page doesn't seem too clear on what the defaults should be or when to override. Thanks again for the tips! Steve On Tue, Oct 4, 2016 at 8:10 AM, BrĂ¼ns, Stefan <stefan.bru...@rwth-aachen.de> wrote: > On Montag, 3. Oktober 2016 17:02:37 CEST Stephen Arnold wrote: >> Howd

[U-Boot] git send-email and patch headers/subject line

2016-10-03 Thread Stephen Arnold
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

Re: [U-Boot] ARM: sun7i: config: add config for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
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 <stephen.arnol...@gmail.com> wrote: > From

[U-Boot] [PATCH v2] [PATCH 2/2] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
om> + * Changes copyright 2016 Stephen Arnold <nerd...@gentoo.org> + * + * 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. + * +

[U-Boot] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
w 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 <hdego...@redhat.com> + * Changes copyright 2016 Stephen Arnold <nerd...@gentoo.org> + * + * This file is dual-licensed: you can use it e

[U-Boot] ARM: sun7i: config: add config for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
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

Re: [U-Boot] [PATCH] [PATCH 2/2] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
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 <stephen.arnol...@gmail.com> wrote

Re: [U-Boot] [PATCH] [PATCH 2/2] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
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, Step

[U-Boot] [PATCH] [PATCH 2/2] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
om> + * Changes copyright 2016 Stephen Arnold <nerd...@gentoo.org> + * + * 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. + * +

[U-Boot] [PATCH 2/2] [PATCH 2/2] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
om> + * Changes copyright 2016 Stephen Arnold <nerd...@gentoo.org> + * + * 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. + * +

[U-Boot] [PATCH 1/2] [PATCH 1/2] ARM: sun7i: config: add config for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
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

Re: [U-Boot] [PATCH] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-03 Thread Stephen Arnold
On Sun, Oct 2, 2016 at 11:55 PM, Hans de Goede <hdego...@redhat.com> wrote: > Hi, > > On 02-10-16 06:36, Stephen Arnold wrote: >> >> From: Steve Arnold <stephen.arnol...@gmail.com> >> >> * needs different GMAC_TX_DELAY than lamobo-r1 (not compatibl

Re: [U-Boot] [PATCH] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-02 Thread Stephen Arnold
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 <jagannadh.t...@gmail.com> wrote: > On Sun, Oct 2, 2016 at 11:26 PM, Stephen Arnold > <stephen.arn

Re: [U-Boot] [PATCH] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-02 Thread Stephen Arnold
wrote: > On Sun, Oct 2, 2016 at 10:06 AM, Stephen Arnold > <stephen.arnol...@gmail.com> wrote: >> From: Steve Arnold <stephen.arnol...@gmail.com> >> >> * needs different GMAC_TX_DELAY than lamobo-r1 (not compatible) >> * tested with 4.8_rc6 b53-mdio and kern

[U-Boot] [PATCH] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-02 Thread Stephen Arnold
.dts @@ -0,0 +1,321 @@ +/* + * Copyright 2015 Hans de Goede <hdego...@redhat.com> + * + * Changes copyright 2015 Stephen Arnold <nerd...@gentoo.org> + * 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

[U-Boot] [PATCH] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1

2016-10-02 Thread Stephen Arnold
From: Steve Arnold <stephen.arnol...@gmail.com> * 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 <stephen.arnol...@gmail.com> Cc: Ian Campbell <i...@hellion.org.uk> Cc: Ha

[U-Boot] [PATCH] Trimslice config: update for Trimslice so SPI flash works

2016-07-25 Thread Stephen Arnold
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