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.
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:
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
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
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
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:
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
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
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
> -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/
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
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
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.
>
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
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
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
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
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
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
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
> -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
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
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
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 |
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
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
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/
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
> ---
>
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
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
_
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
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
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
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
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?
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
___
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,
> > > > >
> > > > >
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" \
+
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
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
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 --
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
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
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
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
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
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
61 matches
Mail list logo