Re: [U-Boot] ZYNQ, ZC702 getting started

2015-09-18 Thread Jagan Teki
On 18 September 2015 at 11:42, Hannes Schmelzer wrote: > Hi, > > i am currently starting development software for a new B&R board based on > the ZYNQ7000. > > To make live easier i want to try start with the Xilinx Evalboard ZC702, get > there some experience to start afterwards with my own board.

Re: [U-Boot] [PATCH v3 0/4] sunxi: support FEL-provided environment vars and "fel" boot target

2015-09-18 Thread Bernhard Nortmann
Hello Hans! Am 17.09.2015 um 23:48 schrieb Hans de Goede: Hi, Thanks, I've added these to my personal tree and will include it in a future pull-req. Regards, Hans Great. Thanks! Regards, Bernhard ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] ZYNQ, ZC702 getting started

2015-09-18 Thread Hannes Schmelzer
Hi, i am currently starting development software for a new B&R board based on the ZYNQ7000. To make live easier i want to try start with the Xilinx Evalboard ZC702, get there some experience to start afterwards with my own board. I have allready built "zynq_zc702_defconfig" - but have no plan h

Re: [U-Boot] [PATCH 1/2] mmc: dw_mmc: Increase timeout to 20 seconds

2015-09-18 Thread Lukasz Majewski
Hi Tom, > On Thu, Sep 17, 2015 at 04:43:33PM +0200, Lukasz Majewski wrote: > > > Hi Tom, > > > > > On Monday, September 14, 2015 at 01:22:20 PM, Lukasz Majewski > > > wrote: > > > > Hi Alexey, > > > > > > > > > Hi Marek, Lukasz, > > > > > > > > > > On Sun, 2015-09-13 at 16:00 +0200, Marek Vasu

Re: [U-Boot] [PATCH v3 1/4] sunxi: move SPL-related definitions to platform-specific include

2015-09-18 Thread Bernhard Nortmann
Am 17.09.2015 um 18:52 schrieb Bernhard Nortmann: The sunxi platform currently doesn't seem to make any use of the asm/arch-sunxi/spl.h file. This patch moves some declarations from tools/mksunxiboot.c into it. This enables us to reuse those definitions when extending the sunxi board code (board

Re: [U-Boot] [PATCH 1/2] mmc: dw_mmc: Increase timeout to 20 seconds

2015-09-18 Thread Przemyslaw Marczak
Hello, On 09/18/2015 09:32 AM, Lukasz Majewski wrote: Hi Tom, On Thu, Sep 17, 2015 at 04:43:33PM +0200, Lukasz Majewski wrote: Hi Tom, On Monday, September 14, 2015 at 01:22:20 PM, Lukasz Majewski wrote: Hi Alexey, Hi Marek, Lukasz, On Sun, 2015-09-13 at 16:00 +0200, Marek Vasut wrote:

Re: [U-Boot] Compiling u-boot (sunxi/next)

2015-09-18 Thread Ian Campbell
On Fri, 2015-09-18 at 10:22 +0200, Olliver Schinagl wrote: > Hey all, Did you CC the wrong Hans by mistake? > just working on a _defconfig for our board and noticed that u-boot fails > to compile if my defconfig doesn't have: > # CONFIG_CMD_IMLS is not set > > What supprised me is that it has t

[U-Boot] Compiling u-boot (sunxi/next)

2015-09-18 Thread Olliver Schinagl
Hey all, just working on a _defconfig for our board and noticed that u-boot fails to compile if my defconfig doesn't have: # CONFIG_CMD_IMLS is not set What supprised me is that it has to be in there as a comment to unset it. I would have imaged that it would be unset by default and only be

Re: [U-Boot] Compiling u-boot (sunxi/next)

2015-09-18 Thread Olliver Schinagl
Hey Ian, On 18-09-15 10:32, Ian Campbell wrote: On Fri, 2015-09-18 at 10:22 +0200, Olliver Schinagl wrote: Hey all, Did you CC the wrong Hans by mistake? Yeah, curse you auto-complete :S just working on a _defconfig for our board and noticed that u-boot fails to compile if my defconfig doesn

Re: [U-Boot] [Patch v2 07/16] net/fm: fix MDIO controller base on FMAN2

2015-09-18 Thread Shaohui Xie
> -Original Message- > From: Wood Scott-B07421 > Sent: Friday, September 18, 2015 2:05 AM > To: Gong Qianyu-B52263 > Cc: u-boot@lists.denx.de; Hu Mingkai-B21284; Sun York-R58495; Hou > Zhiqiang-B48286; Song Wenbin-B53747; Xie Shaohui-B21989; Wood Scott- > B07421 > Subject: Re: [Patch v2 07/

Re: [U-Boot] ZYNQ, ZC702 getting started

2015-09-18 Thread Jagan Teki
On 18 September 2015 at 13:02, Hannes Schmelzer wrote: >>> Hi, >>> >>> i am currently starting development software for a new B&R board based on >>> the ZYNQ7000. >>> >>> To make live easier i want to try start with the Xilinx Evalboard ZC702, >>> get >>> there some experience to start afterwards

Re: [U-Boot] ZYNQ, ZC702 getting started

2015-09-18 Thread Hannes Schmelzer
On 09/18/2015 10:59 AM, Jagan Teki wrote: On 18 September 2015 at 13:02, Hannes Schmelzer wrote: Hi, i am currently starting development software for a new B&R board based on the ZYNQ7000. To make live easier i want to try start with the Xilinx Evalboard ZC702, get there some experience to st

Re: [U-Boot] ZYNQ, ZC702 getting started

2015-09-18 Thread Jagan Teki
On 18 September 2015 at 14:57, Hannes Schmelzer wrote: > On 09/18/2015 10:59 AM, Jagan Teki wrote: >> >> On 18 September 2015 at 13:02, Hannes Schmelzer >> wrote: > > Hi, > > i am currently starting development software for a new B&R board based > on > the ZYNQ7000. >

Re: [U-Boot] [PATCH 3/3] dra72_evm: Switch to DM_SERIAL

2015-09-18 Thread Lokesh Vutla
On Friday 18 September 2015 02:17 AM, Tom Rini wrote: > Tested on J6Eco EVM. > Signed-off-by: Tom Rini Tried on my DRA72-evm. Tested-by: Lokesh Vutla Thanks and regards, Lokesh > --- > configs/dra72_evm_defconfig |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/dra72_ev

Re: [U-Boot] [PATCH 1/4] sunxi_nand_spl: Rename SPL_NAND_SUNXIto NAND_SUNXI

2015-09-18 Thread Olliver Schinagl
Hans de Goede redhat.com> writes: Hey Hans, > > We eventually want to add full nand support, since it makes no sense > to build SPL with nand support and u-boot without, or the other way > around, a single option will suffice. > > Renaming the Kconfig option now makes things easier when we add

Re: [U-Boot] [PATCH 1/4] sunxi_nand_spl: Rename SPL_NAND_SUNXIto NAND_SUNXI

2015-09-18 Thread Olliver Schinagl
Bah gmane! Adding Hans and Ian to the CC list. On 18-09-15 13:43, Olliver Schinagl wrote: Hans de Goede redhat.com> writes: Hey Hans, We eventually want to add full nand support, since it makes no sense to build SPL with nand support and u-boot without, or the other way around, a single opti

[U-Boot] [PATCH 4/6] ARM: sun5i: dt: Move uart3 pinctrl node to common DTSI

2015-09-18 Thread Maxime Ripard
The uart3 pins are shared between the A10s and A13, move the pinctrl node to the common DTSI to avoid duplication. Signed-off-by: Maxime Ripard --- arch/arm/dts/sun5i-a10s.dtsi | 7 --- arch/arm/dts/sun5i.dtsi | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/a

[U-Boot] [PATCH 0/6] ARM: sunxi: Introduce CHIP support

2015-09-18 Thread Maxime Ripard
Hi, Here is a serie introducing the support for the Allwinner R8 and the Nextthing's CHIP. The only missing parts for now are the display on the composite output and the NAND support that will come in due time. Everything else should work just fine, including the USB gadget and host support. Le

[U-Boot] [PATCH 6/6] sunxi: Add CHIP support

2015-09-18 Thread Maxime Ripard
The C.H.I.P. is a small SBC with an Allwinner R8, 8GB of NAND, 512MB of RAM, USB host and OTG, a wifi / bluetooth combo chip, an audio/video jack and two connectors to plug additional boards on top of it. Signed-off-by: Maxime Ripard --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/sun5

[U-Boot] [PATCH 2/6] fastboot: Implement OEM format only when we have MMC support

2015-09-18 Thread Maxime Ripard
The current fastboot support assumes that CONFIG_FASTBOOT_FLASH implies that we have an MMC in our system, which might not be the case if we have some other storage device. Change the configuration option protecting that call to FASTBOOT_FLASH_MMC_DEV, that makes much more sense. Signed-off-by: M

Re: [U-Boot] [PATCH 09/14] armv8/ls1043ardb: Add nand boot support

2015-09-18 Thread Gong Q . Y .
> -Original Message- > From: Wood Scott-B07421 > Sent: Friday, September 18, 2015 3:26 AM > To: Gong Qianyu-B52263 > Cc: u-boot@lists.denx.de; Xie Shaohui-B21989; Hou Zhiqiang-B48286; Hu > Mingkai-B21284; Song Wenbin-B53747; Sun York-R58495 > Subject: Re: [U-Boot] [PATCH 09/14] armv8/ls104

[U-Boot] [PATCH 3/6] sunxi: Add the R8 DTSI

2015-09-18 Thread Maxime Ripard
The R8 is very close to the A13, but it still has a few differences, notably a composite output, which the A13 lacks. Add a DTSI based on the A13's to hold those differences. Signed-off-by: Maxime Ripard --- arch/arm/dts/sun5i-r8.dtsi | 61 ++ 1 file

[U-Boot] [PATCH 5/6] ARM: sun5i: dt: Add UART3 CTS and RTS pins

2015-09-18 Thread Maxime Ripard
Add a separate pinctrl node for the UART3 CTS and RTS pins shared between the A10s and A13. Signed-off-by: Maxime Ripard --- arch/arm/dts/sun5i.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/dts/sun5i.dtsi b/arch/arm/dts/sun5i.dtsi index 1f1b39544af3..5334dc400839 10064

[U-Boot] [PATCH 1/6] sunxi: Add an option to disable MMC

2015-09-18 Thread Maxime Ripard
Some devices don't have any MMC devices, so it doesn't really make sense to enable the MMC related functions and options for them. Add an option to disable the MMC support entirely. Signed-off-by: Maxime Ripard --- arch/arm/cpu/armv7/sunxi/board.c | 6 ++ include/configs/sunxi-common.h |

Re: [U-Boot] [linux-sunxi] [PATCH 1/6] sunxi: Add an option to disable MMC

2015-09-18 Thread Hans de Goede
Hi, First if all, thanks for the patches for this. I've a couple of comments on a few of them (including this one) I'll reply to the one I've comments on. no reply means I think it is fine :) On 09/18/2015 08:06 AM, Maxime Ripard wrote: Some devices don't have any MMC devices, so it doesn't rea

Re: [U-Boot] [linux-sunxi] [PATCH 2/6] fastboot: Implement OEM format only when we have MMC support

2015-09-18 Thread Hans de Goede
Hi, On 09/18/2015 08:06 AM, Maxime Ripard wrote: The current fastboot support assumes that CONFIG_FASTBOOT_FLASH implies that we have an MMC in our system, which might not be the case if we have some other storage device. Change the configuration option protecting that call to FASTBOOT_FLASH_MM

Re: [U-Boot] [linux-sunxi] [PATCH 6/6] sunxi: Add CHIP support

2015-09-18 Thread Hans de Goede
Hi, On 09/18/2015 08:06 AM, Maxime Ripard wrote: The C.H.I.P. is a small SBC with an Allwinner R8, 8GB of NAND, 512MB of RAM, USB host and OTG, a wifi / bluetooth combo chip, an audio/video jack and two connectors to plug additional boards on top of it. Signed-off-by: Maxime Ripard --- arch/

Re: [U-Boot] [PATCH 1/6] sunxi: Add an option to disable MMC

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 02:06:15PM +0200, Maxime Ripard wrote: > Some devices don't have any MMC devices, so it doesn't really make sense to > enable the MMC related functions and options for them. > > Add an option to disable the MMC support entirely. > > Signed-off-by: Maxime Ripard > --- >

Re: [U-Boot] [PATCH 2/6] fastboot: Implement OEM format only when we have MMC support

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 02:06:16PM +0200, Maxime Ripard wrote: > The current fastboot support assumes that CONFIG_FASTBOOT_FLASH implies > that we have an MMC in our system, which might not be the case if we have > some other storage device. > > Change the configuration option protecting that cal

Re: [U-Boot] [PATCH 4/6] ARM: sun5i: dt: Move uart3 pinctrl node to common DTSI

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 02:06:18PM +0200, Maxime Ripard wrote: > The uart3 pins are shared between the A10s and A13, move the pinctrl node > to the common DTSI to avoid duplication. > > Signed-off-by: Maxime Ripard Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [PATCH 3/6] sunxi: Add the R8 DTSI

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 02:06:17PM +0200, Maxime Ripard wrote: > The R8 is very close to the A13, but it still has a few differences, > notably a composite output, which the A13 lacks. > > Add a DTSI based on the A13's to hold those differences. > > Signed-off-by: Maxime Ripard Other than need

Re: [U-Boot] [PATCH 6/6] sunxi: Add CHIP support

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 02:06:20PM +0200, Maxime Ripard wrote: > The C.H.I.P. is a small SBC with an Allwinner R8, 8GB of NAND, 512MB of > RAM, USB host and OTG, a wifi / bluetooth combo chip, an audio/video jack > and two connectors to plug additional boards on top of it. > > Signed-off-by: Maxi

Re: [U-Boot] [PATCH 5/6] ARM: sun5i: dt: Add UART3 CTS and RTS pins

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 02:06:19PM +0200, Maxime Ripard wrote: > Add a separate pinctrl node for the UART3 CTS and RTS pins shared between > the A10s and A13. > > Signed-off-by: Maxime Ripard Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 1/6] sunxi: Add an option to disable MMC

2015-09-18 Thread Hans de Goede
Hi, On 09/18/2015 11:02 AM, Tom Rini wrote: On Fri, Sep 18, 2015 at 02:06:15PM +0200, Maxime Ripard wrote: Some devices don't have any MMC devices, so it doesn't really make sense to enable the MMC related functions and options for them. Add an option to disable the MMC support entirely. Sig

Re: [U-Boot] [PATCH 3/6] sunxi: Add the R8 DTSI

2015-09-18 Thread Ian Campbell
On Fri, 2015-09-18 at 14:06 +0200, Maxime Ripard wrote: > The R8 is very close to the A13, but it still has a few differences, > notably a composite output, which the A13 lacks. > > Add a DTSI based on the A13's to hold those differences. Is this a direct import of one from the Linux tree? > >

Re: [U-Boot] [PATCH v2] nios2: convert altera_uart to driver model

2015-09-18 Thread Marek Vasut
On Friday, September 18, 2015 at 08:08:20 AM, Thomas Chou wrote: > Convert altera_uart to driver model. > > Signed-off-by: Thomas Chou > Reviewed-by: Simon Glass Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.de

Re: [U-Boot] [linux-sunxi] Re: [PATCH 3/6] sunxi: Add the R8 DTSI

2015-09-18 Thread Hans de Goede
Hi, On 09/18/2015 11:02 AM, Tom Rini wrote: On Fri, Sep 18, 2015 at 02:06:17PM +0200, Maxime Ripard wrote: The R8 is very close to the A13, but it still has a few differences, notably a composite output, which the A13 lacks. Add a DTSI based on the A13's to hold those differences. Signed-off

Re: [U-Boot] [PATCH v5] nios2: convert altera_jtag_uart to driver model

2015-09-18 Thread Marek Vasut
On Friday, September 18, 2015 at 08:23:49 AM, Thomas Chou wrote: > Convert altera_jtag_uart to driver model. > > Signed-off-by: Thomas Chou Acked-by: Marek Vasut btw I wonder if the ALTERA_JTAG_UART_BYPASS shouldn't be configured from DT instead now. What do you think ? Best regards, Marek Va

[U-Boot] [PATCH 1/1] Kconfig: net: give PHYLIB to designware driver

2015-09-18 Thread Olliver Schinagl
From: Olliver Schinagl The designware driver has a build guard which makes it to only work when using the PHYLIB. With b68fe152272 the PHYLIB was added to the net Kconfig but not selected by all hardware depending on it. This patch enables PHYLIB for the Designware MAC Signed-off-by: Olliver Sc

Re: [U-Boot] [linux-sunxi] Re: [PATCH 3/6] sunxi: Add the R8 DTSI

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 11:17:00AM -0400, Hans de Goede wrote: > Hi, > > On 09/18/2015 11:02 AM, Tom Rini wrote: > >On Fri, Sep 18, 2015 at 02:06:17PM +0200, Maxime Ripard wrote: > > > >>The R8 is very close to the A13, but it still has a few differences, > >>notably a composite output, which the

Re: [U-Boot] [linux-sunxi] Re: [PATCH 3/6] sunxi: Add the R8 DTSI

2015-09-18 Thread Hans de Goede
Hi, On 09/18/2015 11:39 AM, Tom Rini wrote: On Fri, Sep 18, 2015 at 11:17:00AM -0400, Hans de Goede wrote: Hi, On 09/18/2015 11:02 AM, Tom Rini wrote: On Fri, Sep 18, 2015 at 02:06:17PM +0200, Maxime Ripard wrote: The R8 is very close to the A13, but it still has a few differences, notably

Re: [U-Boot] [linux-sunxi] Re: [PATCH 3/6] sunxi: Add the R8 DTSI

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 11:39:25AM -0400, Hans de Goede wrote: > Hi, > > On 09/18/2015 11:39 AM, Tom Rini wrote: > >On Fri, Sep 18, 2015 at 11:17:00AM -0400, Hans de Goede wrote: > >>Hi, > >> > >>On 09/18/2015 11:02 AM, Tom Rini wrote: > >>>On Fri, Sep 18, 2015 at 02:06:17PM +0200, Maxime Ripard w

Re: [U-Boot] [PATCH 09/14] armv8/ls1043ardb: Add nand boot support

2015-09-18 Thread Scott Wood
On Fri, 2015-09-18 at 07:07 -0500, Gong Qianyu-B52263 wrote: > > -Original Message- > > From: Wood Scott-B07421 > > Sent: Friday, September 18, 2015 3:26 AM > > To: Gong Qianyu-B52263 > > Cc: u-boot@lists.denx.de; Xie Shaohui-B21989; Hou Zhiqiang-B48286; Hu > > Mingkai-B21284; Song Wenbin-B

[U-Boot] [PATCH 0/3] Pending patches for Congatec QMX6 SPL support

2015-09-18 Thread Otavio Salvador
This patchset includes all changes we have pending for proper SPL support and board revamp. Otavio Salvador (3): cgtqmx6eval: Add fastboot support cgtqmx6eval: Add SPL support iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad() arch/arm/cpu/armv7/mx6/Kconfig

[U-Boot] [PATCH 1/3] cgtqmx6eval: Add fastboot support

2015-09-18 Thread Otavio Salvador
Tested basic fastboot commands, such as: On the U-boot prompt: => fastboot 0 On the host PC: $ fastboot getvar bootloader-version -i 0x0525 bootloader-version: U-Boot 2015.10-rc2-09654-g8f41d27 finished. total time: 0.000s $ fastboot reboot -i 0x0525 --> board reboots fine. Signed-off-by: Ota

[U-Boot] [PATCH 2/3] cgtqmx6eval: Add SPL support

2015-09-18 Thread Otavio Salvador
Congatec has several MX6 boards based on quad, dual, dual-lite and solo. Add SPL support so that all the variants can be supported. Signed-off-by: Otavio Salvador --- arch/arm/cpu/armv7/mx6/Kconfig | 3 + board/congatec/cgtqmx6eval/README | 78 ++- board

[U-Boot] [PATCH 3/3] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()

2015-09-18 Thread Otavio Salvador
We should also take MX6D option in consideration when defining imx_iomux_v3_setup_pad(). Signed-off-by: Otavio Salvador --- arch/arm/include/asm/imx-common/iomux-v3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/imx-common/iomux-v3.h b/arch/arm/inclu

Re: [U-Boot] [PATCH 1/3] cgtqmx6eval: Add fastboot support

2015-09-18 Thread Fabio Estevam
On Fri, Sep 18, 2015 at 2:34 PM, Otavio Salvador wrote: > Tested basic fastboot commands, such as: > > On the U-boot prompt: > > => fastboot 0 > > On the host PC: > > $ fastboot getvar bootloader-version -i 0x0525 > bootloader-version: U-Boot 2015.10-rc2-09654-g8f41d27 > finished. total time: 0.00

Re: [U-Boot] [PATCH 3/3] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()

2015-09-18 Thread Fabio Estevam
On Fri, Sep 18, 2015 at 2:34 PM, Otavio Salvador wrote: > We should also take MX6D option in consideration when defining > imx_iomux_v3_setup_pad(). > > Signed-off-by: Otavio Salvador Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.den

Re: [U-Boot] [PATCH 2/3] cgtqmx6eval: Add SPL support

2015-09-18 Thread Fabio Estevam
On Fri, Sep 18, 2015 at 2:34 PM, Otavio Salvador wrote: > Congatec has several MX6 boards based on quad, dual, dual-lite and solo. > > Add SPL support so that all the variants can be supported. > > Signed-off-by: Otavio Salvador Reviewed-by: Fabio Estevam ___

Re: [U-Boot] [PATCH 1/2] mmc: dw_mmc: Increase timeout to 20 seconds

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 09:32:47AM +0200, Lukasz Majewski wrote: > Hi Tom, > > > On Thu, Sep 17, 2015 at 04:43:33PM +0200, Lukasz Majewski wrote: > > > > > Hi Tom, > > > > > > > On Monday, September 14, 2015 at 01:22:20 PM, Lukasz Majewski > > > > wrote: > > > > > Hi Alexey, > > > > > > > > > >

[U-Boot] Flashing SPI NOR via DFU

2015-09-18 Thread Fabio Estevam
Hi, I am trying to use DFU to flash the SPI NOR on a mx6qsabresd. These are the changes I made: --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -80,6 +80,7 @@ "boot_fdt=try\0" \ "ip_dyn=yes\0" \ "console=" CONFIG_CONSOLE_DEV "\0" \ +

[U-Boot] [PATCH 0/2] Small Configuration tweaks for rockchip/firefly

2015-09-18 Thread Sjoerd Simons
Further testing with u-boot on Rockchip revealed that loading the initrd above 512M seems to be problematic (just like with the dtb) and ofcourse that not being able to save the environment is annoying :) Resolve these things. Sjoerd Simons (2): rockchip: Also load the initrd below 512M rock

[U-Boot] [PATCH 2/2] rockchip: firefly: Save the environment on SD card

2015-09-18 Thread Sjoerd Simons
Save the environment on the SD card for Firefly in the empty space between the SPL and the u-boot image. Signed-off-by: Sjoerd Simons --- include/configs/chromebook_jerry.h | 1 + include/configs/firefly-rk3288.h | 8 include/configs/rk3288_common.h| 1 - 3 files changed, 9 inse

[U-Boot] [PATCH 1/2] rockchip: Also load the initrd below 512M

2015-09-18 Thread Sjoerd Simons
Similar to load an fdt, when loading an initrd about the 512Mb mark things seem to break. For now force loading below 512Mb until the reason why this fails has been determined/solved. Signed-off-by: Sjoerd Simons --- include/configs/rk3288_common.h | 1 + 1 file changed, 1 insertion(+) diff --

[U-Boot] Bug: RealTek chipset does not work at 100/1000 Mbps

2015-09-18 Thread Mike
Hello, I have been experiencing VERY slow TFTP speeds using the Realtek RTL8111GS-CG Ethernet chipset. The board I am using is a Minnowboard Max (revision A2) and the version of U-Boot is 2015.10-rc3. After booting the board into the U-Boot command prompt I set the envs 'ipaddr' and 'serverip' and

Re: [U-Boot] [linux-sunxi] Re: [PATCH 3/6] sunxi: Add the R8 DTSI

2015-09-18 Thread Julian Calaby
Hi, On Sat, Sep 19, 2015 at 1:39 AM, Hans de Goede wrote: > Hi, > > On 09/18/2015 11:39 AM, Tom Rini wrote: >> >> On Fri, Sep 18, 2015 at 11:17:00AM -0400, Hans de Goede wrote: >>> >>> Hi, >>> >>> On 09/18/2015 11:02 AM, Tom Rini wrote: On Fri, Sep 18, 2015 at 02:06:17PM +0200, Maxime R

Re: [U-Boot] Pull-request: u-boot-spi/master

2015-09-18 Thread Michal Simek
On 09/16/2015 09:20 AM, Jagan Teki wrote: > Hi Michal, > > On 15 September 2015 at 18:58, Simon Glass wrote: >> Hi Jagan, >> >> On 15 September 2015 at 02:13, Jagan Teki wrote: >>> Hi Tom, >>> >>> Zynq patches has SPL build dependency with Simon changes [1]. >>> >>> Simon, Any plan to send a PR

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-18 Thread Michal Simek
Hi Simon, first of all sorry for late reply. I am traveling and I have pretty busy time now. 2015-09-09 20:07 GMT+02:00 Simon Glass : > Hi Michal, > > On Friday, 4 September 2015, Michal Simek wrote: > > > > Hi Simon, > > > > > > > > > > We also use this with fdtgrep to remov

Re: [U-Boot] [PATCH v5] nios2: convert altera_jtag_uart to driver model

2015-09-18 Thread Thomas Chou
Hi Marek, On 09/18/2015 10:58 PM, Marek Vasut wrote: btw I wonder if the ALTERA_JTAG_UART_BYPASS shouldn't be configured from DT instead now. What do you think ? This feature is more like a switch between production and development. We would turn off the bypass to see every message the consol

Re: [U-Boot] [PATCH v5] nios2: convert altera_jtag_uart to driver model

2015-09-18 Thread Marek Vasut
On Saturday, September 19, 2015 at 08:00:39 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/18/2015 10:58 PM, Marek Vasut wrote: > > btw I wonder if the ALTERA_JTAG_UART_BYPASS shouldn't be configured > > from DT instead now. What do you think ? > > This feature is more like a switch between prod