This patchserie allows fullspeed for DFU, and configures the
siemens boards to use fullspeed only.
- changes for v2:
- get rid of config option CONFIG_DFU_FULLSPEED as Bin Liu
suggested.
Cc: Tom Rini
Cc: Lukasz Majewski
Cc: Marek Vasut
Cc: Liu Bin
Cc: Lukas Stockmann
Heiko Schocher (2
Siemens boards are now using DFU in fullspeed only. For
this CONFIG_USB_GADGET_DUALSPEED is undefined.
Signed-off-by: Heiko Schocher
Cc: Tom Rini
Cc: Lukasz Majewski
Cc: Marek Vasut
Cc: Liu Bin
Cc: Lukas Stockmann
---
On the siemens board this is needed because of a
protection circuit. Th
DFU now can use also fullspeed.
Signed-off-by: Heiko Schocher
Cc: Tom Rini
Cc: Lukasz Majewski
Cc: Marek Vasut
Cc: Liu Bin
Cc: Lukas Stockmann
---
- changes for v2:
- get rid of config option CONFIG_DFU_FULLSPEED as Bin Liu
suggested.
---
drivers/usb/gadget/f_dfu.c | 3 +++
1 file c
Hello Bin Liu,
Am 09.09.2014 16:42, schrieb Bin Liu:
Heiko,
On 09/09/2014 09:37 AM, Heiko Schocher wrote:
Hello Bin Liu,
Am 09.09.2014 16:09, schrieb Bin Liu:
Heiko,
On 09/09/2014 07:37 AM, Heiko Schocher wrote:
add the new config option CONFIG_DFU_FULLSPEED. With this
option enabled, DFU
Hi List,
This has probably come up before but I did a quick search and couldn't
find anything. If it exists please point me at it.
So at $dayjob we're looking at adding support for the BCM5718 Ethernet
chipset to u-boot. We've actually got things working and I'm looking
at preparing the code for
Initialize the Pfuze100 at board late init.
Signed-off-by: Ye.Li
---
board/freescale/mx6qsabreauto/mx6qsabreauto.c | 52 -
include/configs/mx6qsabreauto.h |6 +++
2 files changed, 57 insertions(+), 1 deletions(-)
diff --git a/board/freescale/mx6qsabre
With some versions of gcc (that we know of 4.6.3 and 4.8.2 are affected)
it is necessary to specify --bss-plt to get the final blrl in the
_GOT2_TABLE_. Without this the last symbol does not get it's address
relocated. For the P2041RDB board this ended up being
NetArpWaitTimerStart which caused th
Hi All,
On Tue, Sep 9, 2014 at 12:22 PM, Chris Packham wrote:
> When the got2 pointers were adjusted after relocation the last entry was
> missed. For most builds was something innocuous and there was no
> observable problem but at least for the P2041RDB board this ended up
> being NetArpWaitTime
Hi Jocke
On Wed, Sep 10, 2014 at 1:20 AM, Joakim Tjernlund
wrote:
> Joakim Tjernlund/Transmode wrote on 2014/09/09 14:30:13:
>
>> From: Joakim Tjernlund/Transmode
>> To:
>> Cc: Chris Packham , u-boot
>
>> Date: 2014/09/09 14:30
>> Subject: Re: [U-Boot] relocation problem on powerpc
>>
>>
>> > >
Hi Tom,
Here are all the pending changes for patman/buildman. Mostly these add
tests but there are also several fixes, some found by the tests. I
believe it is worth applying these now, to make it easier to find
other issues that might come up.
Branch is 'buildman'.
The following changes since c
Hi,
On 09-09-14 21:59, Albert ARIBAUD wrote:
Hi Jeroen,
On Tue, 09 Sep 2014 19:34:44 +0200, Jeroen Hofstee
wrote:
Hello Albert,
On 09-09-14 16:31, Albert ARIBAUD wrote:
On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada
wrote:
HOSTCXX = g++
HOSTCFLAGS = -Wall -Wstrict-prot
Hi Albert,
On Fri, Sep 5, 2014 at 3:41 PM, Magnus Lilja wrote:
> Hi
>
> On 3 September 2014 23:32, Benoît Thébaudeau
> wrote:
>> Some boards, like mx31pdk and tx25, require the beginning of the SPL
>> code to be position-independent. For these two boards, this is because
>> they use the i.MX ext
Hi Jeroen,
On Tue, 09 Sep 2014 19:34:44 +0200, Jeroen Hofstee
wrote:
> Hello Albert,
>
> On 09-09-14 16:31, Albert ARIBAUD wrote:
> > On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada
> > wrote:
> >
> >>> HOSTCXX = g++
> >>> HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-
Hi,
On 4 September 2014 16:27, Simon Glass wrote:
> Use driver model for serial ports.
>
> Since Tegra now uses driver model for serial, adjust the definition of
> V_NS16550_CLK so that it is clear that this is only used for SPL.
>
> Signed-off-by: Simon Glass
> ---
>
>
I've tested this series
Hi,
On 3 September 2014 17:37, Simon Glass wrote:
> This is an implementation of GPIOs for Tegra that uses driver model. It has
> been tested on trimslice and also using the new iotrace feature.
>
> The implementation uses a top-level GPIO device (which has no actual
> GPIOS).
> Under this all t
Hi Przemyslaw,
On 9 September 2014 04:26, Przemyslaw Marczak wrote:
> Hello Simon,
>
>
> On 07/23/2014 02:11 PM, Simon Glass wrote:
>
>> Change this board to use the exynos common config and add a device tree.
>>
>> This also adds a pinmux header file - but it is just a copy of the exynos
>> one
Hello Albert,
On 09-09-14 16:31, Albert ARIBAUD wrote:
On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada
wrote:
HOSTCXX = g++
HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
For consistency,
HOSTCXX = c++
?
So, Jeroen, what is your pick ? Will you send
Hi,
On Tue, Sep 09, 2014 at 12:09:02PM -0500, Felipe Balbi wrote:
> Hi,
>
> commit 83e359a (am335x_evm: Enable CONFIG_SPL_ENV_SUPPORT on EMMC_BOOT)
> breaks MMC on some boards. I believe it only breaks if EMMC has no
> partition on it, so that would point out to a bug on spl env support
> itself
Hi,
commit 83e359a (am335x_evm: Enable CONFIG_SPL_ENV_SUPPORT on EMMC_BOOT)
breaks MMC on some boards. I believe it only breaks if EMMC has no
partition on it, so that would point out to a bug on spl env support
itself and this has only exposed it.
Here's a bisection log anyway:
git bisect start
In commit 021e79c85371 ("tools: imximage: Fix the maximum DCD size for
mx53/mx6") we have fixed the maximum DCD size for mx53/mx6.
Do the same on the README document for consistency.
Reported-by: Jonas Karlsson
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Fixed a typo in the commit log
In commit 021e79c85371 ("tools: imximage: Fix the maximum DCD size for
mx53/mx6") we have fixed the maximum DCD size for mx53/mx53.
Do the same on the README document for consistency.
Reported-by: Jonas Karlsson
Signed-off-by: Fabio Estevam
---
doc/README.imximage | 2 +-
1 file changed, 1 in
On 25/08/2014 19:26, Fabio Estevam wrote:
> Tested with an Intel Wireless PCI 7260HMW card:
>
> U-Boot 2014.10-rc1-16576-g4a8a8a8-dirty (Aug 23 2014 - 16:05:11)
>
>
>
> CPU: Freescale i.MX6SX rev1.
Hi Fabio,
On 09/09/2014 17:28, Fabio Estevam wrote:
> In commit 021e79c85371 ("tools: imximage: Fix the maximum DCD size for
> mx53/mx6") we have fixed the maximum DCD size for mx53/mx53.
>
> Do the same on the README document for consistency.
>
> Reported-by: Jonas Karlsson
> Signed-off-by: F
On 25/08/2014 19:26, Fabio Estevam wrote:
> Let PCI on mx6solox also be supported.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks!
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, M
Hi Stefan, Albert,
On 09/09/2014 17:14, Stefan Agner wrote:
> Hi Albert,
>
> The RESEND version of the patch is actually an updated version (maybe I
> should have increased the version number?)
>
> For me, that patch applies cleanly on U-Boot master
>
> 0b703dbcee7103f07804d0a4328d1593355c4324
Hi Peter,
On 09/03/14 20:22, Peter A. Bigot wrote:
> The code to set the MMC partition uses an weak function to obtain the
> correct partition number. Use that instead of the compile-time default
> when deciding whether it needs to switch back.
>
> Fixes: 6e7b7df4df43574 ("env_mmc: support env p
On 25/08/2014 19:26, Fabio Estevam wrote:
> Introduce a structure for accessing the General Power Controller block (GPC)
> registers.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks!
Best regards,
Stefano Babic
--
=
Hi Masahiro,
On 09/09/2014 07:11, Masahiro Yamada wrote:
> Hi Stefano,
>
>
>
> On Fri, 5 Sep 2014 16:26:48 -0300
> Otavio Salvador wrote:
>
>> On Fri, Sep 5, 2014 at 3:36 PM, Fabio Estevam wrote:
>>> From: Fabio Estevam
>>>
>>> Commit fa9c021632473 ("mx6: add example DTB for mx6qsabreauto")
Hi Albert,
The RESEND version of the patch is actually an updated version (maybe I
should have increased the version number?)
For me, that patch applies cleanly on U-Boot master
0b703dbcee7103f07804d0a4328d1593355c4324
patman: Fix detection of git version
Also I tested on U-Boot ARM master and
Hi Nikita,
On 09/09/2014 17:00, Nikita Kiryanov wrote:
>
>
> On 09/09/14 16:45, Stefano Babic wrote:
>> Hi Nikita,
>>
>> On 31/08/2014 10:09, Nikita Kiryanov wrote:
>>> Hi Tom, Stefano,
>>>
>>> We really want this series to make it into the next release (V1 was
>>> submitted only a day after the
On 09/09/14 16:45, Stefano Babic wrote:
Hi Nikita,
On 31/08/2014 10:09, Nikita Kiryanov wrote:
Hi Tom, Stefano,
We really want this series to make it into the next release (V1 was
submitted only a day after the merge window closed). If there are no
other comments, can we maybe start applying
On 26/08/2014 12:05, Guillaume GARDET wrote:
> nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic
> 'load' command instead of 'fatload'. It allows to use ext filesystem and keep
> compatibilty with fat filesystem.
>
> Signed-off-by: Guillaume GARDET
> Cc: Stefano Babic
On 21/08/2014 15:02, Fabio Estevam wrote:
> Currently mx6dlsabresd shares the same DCD settings with the nitrogen board.
>
> Provide a DCD configuration file specific to mx6dlsabresd with the settings
> recommended by the Freescale hardware team.
>
> Signed-off-by: Fabio Estevam
> ---
Applied t
On 19/08/2014 17:54, Stefan Agner wrote:
> UART does not use the UART FIFO, but we should also not rely that
> the UART FIFO is diabled by default. For instance, when loading
> U-Boot using the boot ROMs serial downloader protocol over UART,
> FIFO is enabled at U-Boot start time.
>
> This patch d
On 19/08/2014 17:54, Stefan Agner wrote:
> The status register 1 (S1) is not writeable, hence we should not
> write it. In order to clear the RDRF flag we only need to read
> the data register.
>
> Also, when stressing U-Boot a lot with serial input, an overflow can
> occur which asserts the S1_OR
On 10/08/2014 19:03, picmas...@mail.bg wrote:
> From: Nikolay Dimitrov
>
> Signed-off-by: Nikolay Dimitrov
> Cc: Stefano Babic
> ---
Applied to u-boot-imx, thanks!
Best regards,
Stefano Babic
--
=
DENX Software Engineerin
This patch adds support for the OT1200 series of devices.
Following components are used in u-boot:
+ ethernet
+ i2c
+ emmc
+ gpio
The main difference between the different models of the OT1200
series is how ethernet is connected (directly to a switch or
to a normal phy).
Signed-off-by: Christian
Heiko,
On 09/09/2014 09:37 AM, Heiko Schocher wrote:
Hello Bin Liu,
Am 09.09.2014 16:09, schrieb Bin Liu:
Heiko,
On 09/09/2014 07:37 AM, Heiko Schocher wrote:
add the new config option CONFIG_DFU_FULLSPEED. With this
option enabled, DFU uses fullspeed only.
Can we not introduce the new con
Hi Ye,
On 21/08/2014 09:04, Li Ye-B37916 wrote:
> There are two minor impacts if putting the check in the function
> "parse_cfg_cmd":
>
> 1. The "imximage_version" must be got before parsing a CMD_BOOT_FROM
> command. This compels the CMD_IMAGE_VERSION preceding the
> CMD_BOOT_FROM in script. i
Hello Bin Liu,
Am 09.09.2014 16:09, schrieb Bin Liu:
Heiko,
On 09/09/2014 07:37 AM, Heiko Schocher wrote:
add the new config option CONFIG_DFU_FULLSPEED. With this
option enabled, DFU uses fullspeed only.
Can we not introduce the new config option but check the gadget driver speed in
runtim
On Wednesday, September 03, 2014 at 04:31:20 PM, Rene Griessl wrote:
> changes in v2:
> -added usb_ether.h to change list
> -added 2nd patch to enable driver for arndale board
>
> Signed-off-by: Rene Griessl
I see that in Linux, there is asix_common.c stuff. Can this driver share any
Hi Jeroen, Masahiro,
On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada
wrote:
> > HOSTCXX = g++
> > HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
> For consistency,
>
> HOSTCXX = c++
>
> ?
So, Jeroen, what is your pick ? Will you send a v3 7/8, or are you
On 20/08/2014 11:18, Ye.Li wrote:
> From: "Ye.Li"
>
> The Latency parameters of PL310 Tag RAM latency control register and
> Data RAM Latency control register are set in L2 cache enable. And
> setting these registers must have PL310 NOT enabled.
>
> But when using Plugin mode boot, the PL310 is
On 22/08/2014 09:46, Thierry Reding wrote:
> From: Thierry Reding
>
> The leds array within struct ventana has space for 3 elements, but the
> setup_board_gpio() function tries to set up 4 GPIOs for LEDs. Recent
> versions of GCC complain about that:
>
> board/gateworks/gw_ventana/gw_venta
Hi Bin,
> Heiko,
>
> On 09/09/2014 07:37 AM, Heiko Schocher wrote:
> > add the new config option CONFIG_DFU_FULLSPEED. With this
> > option enabled, DFU uses fullspeed only.
>
> Can we not introduce the new config option but check the gadget
> driver speed in runtime as what the ether gadget dri
On 01/09/2014 14:56, Fabio Estevam wrote:
> According to mx53 and mx6 reference manuals:
>
> "The maximum size of the DCD limited to 1768 bytes."
>
> As each DCD entry consists of 8 bytes, we have a total of 1768 / 8 = 221, and
> excluding the first entry, which is the header leads to 220 as the
Hi Bin,
> Lukasz,
>
> On 09/09/2014 08:43 AM, Lukasz Majewski wrote:
> > Hi Heiko,
> >
> >> This patchserie adds the new config option CONFIG_DFU_FULLSPEED.
> >
> > Is there any special reason to support Full Speed (12 Mbit/sec - USB
> > 1.1) and not rely solely on the High Speed (USB 2.0) as we
Hello Lukasz,
Am 09.09.2014 15:43, schrieb Lukasz Majewski:
Hi Heiko,
This patchserie adds the new config option CONFIG_DFU_FULLSPEED.
Is there any special reason to support Full Speed (12 Mbit/sec - USB
1.1) and not rely solely on the High Speed (USB 2.0) as we do now?
If this is enabled
OMAP GPMC driver used with some NAND Flash devices
(e.g. Spansion S34ML08G1) causes that U-boot shows
hundreds of 'nand: bit-flip corrected' error messages.
Possible cause was discussed in the mailinglist thread:
http://lists.denx.de/pipermail/u-boot/2014-April/177508.html
The issue was partially
Hi Tim,
On 08/08/2014 07:49, Tim Harvey wrote:
> Most Gateworks Ventana boards use a PLX PEX860x PCIe switch for PCIe
> expansion.
> These boards use GPIO on the PLX device as PERST# for the downstream ports
> thus we assert this when the PLX is enumerated.
>
> Signed-off-by: Tim Harvey
> ---
Hi Tim,
On 08/08/2014 07:49, Tim Harvey wrote:
> Some board-level drivers may wish to have per-device fixup functions
> for PCI devices.
>
> Signed-off-by: Tim Harvey
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
===
On 21/08/2014 08:37, Tim Harvey wrote:
> On Thu, Aug 7, 2014 at 10:49 PM, Tim Harvey wrote:
>> Many of the Gateworks Ventana boards have a PLX PCIe switch where GPIO
>> on the switch is used as the PERST# of the downstream ports. In the Linux
>> kernel there is a PCI fixup that asserts these prope
Heiko,
On 09/09/2014 07:37 AM, Heiko Schocher wrote:
add the new config option CONFIG_DFU_FULLSPEED. With this
option enabled, DFU uses fullspeed only.
Can we not introduce the new config option but check the gadget driver
speed in runtime as what the ether gadget driver does?
I don't want
On Tuesday, September 09, 2014 at 03:09:48 PM, Pavel Machek wrote:
> On Tue 2014-09-09 14:31:46, Marek Vasut wrote:
> > On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote:
> > > On Tue 2014-09-09 14:20:23, Marek Vasut wrote:
> > > > On Tuesday, September 09, 2014 at 02:03:28 PM, Pave
Lukasz,
On 09/09/2014 08:43 AM, Lukasz Majewski wrote:
Hi Heiko,
This patchserie adds the new config option CONFIG_DFU_FULLSPEED.
Is there any special reason to support Full Speed (12 Mbit/sec - USB
1.1) and not rely solely on the High Speed (USB 2.0) as we do now?
The drivers must suppor
Hi Nikita,
On 31/08/2014 10:09, Nikita Kiryanov wrote:
> Hi Tom, Stefano,
>
> We really want this series to make it into the next release (V1 was
> submitted only a day after the merge window closed). If there are no
> other comments, can we maybe start applying it?
>
Patch 1/19, 4/19 and 5/19
Hi Heiko,
> This patchserie adds the new config option CONFIG_DFU_FULLSPEED.
Is there any special reason to support Full Speed (12 Mbit/sec - USB
1.1) and not rely solely on the High Speed (USB 2.0) as we do now?
> If this is enabled DFU uses fullspeed only. This is used on the
> siemens boards.
Hi Stefano,
On Tue, Sep 9, 2014 at 10:09 AM, Stefano Babic wrote:
> Fabio, I will try to dig in all patches that queue in last two weeks. If
> you can, please take a look next week what is still missing and send me
> a remind - thanks !
Excellent, thanks!
___
Joakim Tjernlund/Transmode wrote on 2014/09/09 14:30:13:
> From: Joakim Tjernlund/Transmode
> To:
> Cc: Chris Packham , u-boot
> Date: 2014/09/09 14:30
> Subject: Re: [U-Boot] relocation problem on powerpc
>
>
> > > Here's some more info from a build without any of my modifications.
> > >
>
Cleanup disk/part.c
Signed-off-by: Pavel Machek
diff --git a/disk/part.c b/disk/part.c
index ecc5e7e..cfd77b0 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -133,7 +133,7 @@ typedef lbaint_t lba512_t;
* Overflowless variant of (block_count * mul_by / div_by)
* when div_by > mul_by
*/
-s
On 08/08/2014 07:35, Tim Harvey wrote:
> There are many similarities between the IMX6QUAD/IMX6DUAL and there are
> many similarities between the IMX6SOLO/IMX6DUALITE. Add a 'soctype' env
> variable that tells you which type you have.
>
> Signed-off-by: Tim Harvey
> ---
Applied to u-boot-imx, tha
Sort drivers/mmc makefile, as requested by wd.
Signed-off-by: Pavel Machek
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index 464cee1..461d7d8 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -5,37 +5,39 @@
# SPDX-License-Identifier: GPL-2.0+
#
+obj-$(CONF
On 21/08/2014 08:30, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munic
On 21/08/2014 08:35, Tim Harvey wrote:
> The GW5520 has an IMX6Q SoC with 512MB of DDR3, 256MB of NAND flash as well
> as:
> * 2x MiniPCIe sockets
> * 2x USB host sockets
> * 2x i210 GigE
> * HDMI out
> * digital I/O expansion
>
> Signed-off-by: Tim Harvey
> ---
Applied to u-boot-imx, than
On 21/08/2014 08:31, Tim Harvey wrote:
> The IMX6 MMDC calibration registers depend on propagation delay and capacitive
> loading between the SoC's MMDC and the DDR3 chips. On the Ventana boards the
> board layout varies little in trace-lengths such that propagation delays are
> irrelevant thus we
On 25/08/2014 18:34, Fabio Estevam wrote:
> When testing the FEC driver on a mx6solox we noticed that the TDAR bit gets
> always cleared prior then the READY bit is cleared in the last BD, which
> causes
> FEC packets reception to always fail.
>
> As explained by Ye Li:
>
> "The TDAR bit is clea
Hi Fabio,
On 09/09/2014 01:52, Fabio Estevam wrote:
> Hi Tom,
>
> On Sat, Aug 30, 2014 at 4:21 PM, Tom Rini wrote:
>> On Sat, Aug 30, 2014 at 02:22:22PM -0300, Fabio Estevam wrote:
>>> Tom, Joe or Stefano,
>>>
>>> On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut wrote:
On Monday, August 25, 20
On Tue 2014-09-09 14:31:46, Marek Vasut wrote:
> On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote:
> > On Tue 2014-09-09 14:20:23, Marek Vasut wrote:
> > > On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote:
> > > > This adds watchdog disable. It is neccessary for ru
Hi Guillaume,
On 09/09/2014 14:31, Guillaume Gardet wrote:
> Ping.
Sorry, I was not in office in the last two weeks. I will go through all
i.MX patches (it seems I have something to do..) and I will apply the
ones are ready, as yours.
Best regards,
Stefano Babic
--
==
add the new config option CONFIG_DFU_FULLSPEED. With this
option enabled, DFU uses fullspeed only.
Signed-off-by: Heiko Schocher
Cc: Tom Rini
Cc: Lukasz Majewski
Cc: Marek Vasut
Cc: Liu Bin
Cc: Lukas Stockmann
---
README | 3 +++
drivers/usb/gadget/f_dfu.c | 3 +++
drive
This patchserie adds the new config option CONFIG_DFU_FULLSPEED.
If this is enabled DFU uses fullspeed only. This is used on the
siemens boards.
Cc: Tom Rini
Cc: Lukasz Majewski
Cc: Marek Vasut
Cc: Liu Bin
Cc: Lukas Stockmann
Heiko Schocher (2):
usb: dfu: add config option to use in dfu mo
Siemens boards are now using DFU in fullspeed only.
Signed-off-by: Heiko Schocher
Cc: Tom Rini
Cc: Lukasz Majewski
Cc: Marek Vasut
Cc: Liu Bin
Cc: Lukas Stockmann
---
include/configs/siemens-am33x-common.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/configs
Ping.
Guillaume
Le 01/09/2014 20:27, Eric Nelson a écrit :
Hi all,
On 08/31/2014 07:24 PM, Fabio Estevam wrote:
On Tue, Aug 26, 2014 at 7:05 AM, Guillaume GARDET
wrote:
nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic
'load' command instead of 'fatload'. It al
On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote:
> On Tue 2014-09-09 14:20:23, Marek Vasut wrote:
> > On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote:
> > > This adds watchdog disable. It is neccessary for running Linux kernel.
> >
> > Why do we not enable WDT i
> > Here's some more info from a build without any of my modifications.
> >
> > $ git describe
> > v2014.10-rc2-12-g0b703db
> >
> > $ powerpc-e500-linux-gnu-gcc --version
> > powerpc-e500-linux-gnu-gcc (Gentoo 4.6.3-r1 p1.9, pie-0.5.2) 4.6.3
> >
> > $ grep '_GOT2_TABLE_\|_GLOBAL_OFFSET
On Tue 2014-09-09 14:20:23, Marek Vasut wrote:
> On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote:
> > This adds watchdog disable. It is neccessary for running Linux kernel.
>
> Why do we not enable WDT in Linux instead ? Also, I recall there was a call
> to
> explicitly enable
On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote:
> This adds watchdog disable. It is neccessary for running Linux kernel.
Why do we not enable WDT in Linux instead ? Also, I recall there was a call to
explicitly enable the L4 watchdog, so why do we not get rid of that instead ?
On Tuesday, September 09, 2014 at 10:45:57 AM, Heiko Schocher wrote:
> Hello Marek,
>
> Am 05.09.2014 00:42, schrieb Marek Vasut:
> > On Thursday, September 04, 2014 at 12:21:40 PM, Heiko Schocher wrote:
> >
> > Hi Heiko,
> >
> > I'll just rant a bit, but please wait until Lukasz does a proper
>
On Tuesday, September 09, 2014 at 02:08:13 PM, Pavel Machek wrote:
> Fix compilation of socfpga_dw_mmc.
>
> Signed-off-by: Pavel Machek
>
> diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c
> index 1f96382..d8da7f5 100644
> --- a/drivers/mmc/socfpga_dw_mmc.c
> +++ b/driver
Old saying says that more than three exclamation marks in a row are
sign of mental disease. Cleanup micrel.c.
Signed-off-by: Pavel Machek
diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
index 5d7e3be..06a31b0 100644
--- a/drivers/net/phy/micrel.c
+++ b/drivers/net/phy/micrel.c
@
Fix compilation of socfpga_dw_mmc.
Signed-off-by: Pavel Machek
diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c
index 1f96382..d8da7f5 100644
--- a/drivers/mmc/socfpga_dw_mmc.c
+++ b/drivers/mmc/socfpga_dw_mmc.c
@@ -16,6 +16,8 @@ static const struct socfpga_clock_manage
Add base addresses for more subsystems.
Signed-off-by: Pavel Machek
diff --git a/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
b/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
index 2d3152d..39a7874 100644
--- a/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
+++ b/arch
This adds watchdog disable. It is neccessary for running Linux kernel.
Signed-off-by: Pavel Machek
diff --git a/arch/arm/cpu/armv7/socfpga/reset_manager.c
b/arch/arm/cpu/armv7/socfpga/reset_manager.c
index e320c01..5503059 100644
--- a/arch/arm/cpu/armv7/socfpga/reset_manager.c
+++ b/arch/arm/
Hi Xiubo,
On Mon, 7 Jul 2014 13:19:11 +0800, Xiubo Li
wrote:
> This adds CONFIG_TLB_SIZE for individual board, whose TLB size maybe
> larger than PGTABLE_SIZE.
>
> Signed-off-by: Xiubo Li
> ---
> arch/arm/lib/board.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/lib/b
Thanks Again,
which u-boot version are you referring, because I am using 2013.04 version
and in this there is no directory named board/BuR/KWB. can you please send
the Boot Arguments which you used to boot the vxworks and which method are
you using to boot vxworks?
On Mon, Sep 8, 2014 at 10:16 PM
Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable
that option as documentation suggests.
Signed-off-by: Pavel Machek
---
> Sorry, I let this last too long before I reviewed it and now it does
> not apply cleanly at all. Can you have a look?
Here you go.
diff --git a/include/
Hi,
I will test this patch set on a trats2 board - today evening.
On 09/09/2014 08:05 AM, Simon Glass wrote:
Hi Minkyu,
On 25 July 2014 08:43, Simon Glass wrote:
Hi Lucasz,
On 24 July 2014 09:34, Lukasz Majewski wrote:
Hi Simon,
This series tries to unify the Samsung board configs into
Hello Simon,
On 07/23/2014 02:11 PM, Simon Glass wrote:
Change this board to use the exynos common config and add a device tree.
Signed-off-by: Simon Glass
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/s5pc1xx-smdkc100.dts | 21 +++
include/configs/smdkc100.h
Hello Simon,
On 07/23/2014 02:11 PM, Simon Glass wrote:
Change this board to use the exynos common config and add a device tree.
This also adds a pinmux header file - but it is just a copy of the exynos
one so may be incorrect.
Signed-off-by: Simon Glass
---
arch/arm/dts/Makefile
Chris Packham wrote on 2014/09/09 01:07:51:
> From: Chris Packham
> To: Joakim Tjernlund ,
> Cc: u-boot
> Date: 2014/09/09 01:08
> Subject: Re: [U-Boot] relocation problem on powerpc
>
> Hi Jocke,
>
> On Tue, Sep 9, 2014 at 12:22 AM, Joakim Tjernlund
> wrote:
> >>
> >> >
> >> > There are so
Hi Pavel,
On Tue, 27 May 2014 14:50:30 +0200, Pavel Machek wrote:
>
> Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable
> that option as documentation suggests.
>
> Signed-off-by: Pavel Machek
>
> diff --git a/include/configs/socfpga_cyclone5.h
> b/include/configs/socfpga_c
Hello Marek,
Am 05.09.2014 00:42, schrieb Marek Vasut:
On Thursday, September 04, 2014 at 12:21:40 PM, Heiko Schocher wrote:
Hi Heiko,
I'll just rant a bit, but please wait until Lukasz does a proper runthrough.
set bDeviceClass, bDeviceSubClass and bcdUSB to the values
defined in dfu spec 1
On Tue, 2014-09-09 at 09:58 +0200, Albert ARIBAUD wrote:
> Applied to u-boot-arm/master, thanks!
Thank you.
> (still having 5 errors and 2 warnings, so there is no regression)
MAKEALL -s sunxi is only showing a single generic error for me (on every
target):
In file included from scripts
Hi Stefan,
On Sat, 6 Sep 2014 19:47:06 +0200, Stefan Agner
wrote:
> From: Anthony Felice
>
> Removed settings in unsupported register fields. They didn’t
> do anything, and in most cases, were not documented in the
> reference manual.
>
> Changed register settings to comply with JEDEC requir
Hi Ian,
On Fri, 05 Sep 2014 14:23:01 +0100, Ian Campbell
wrote:
> (resend since I managed to forget the list in the CC, sorry about that)
>
> The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:
>
> Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)
>
> are available i
Hello,
I am doing some work with the TI AM3358 Starter Kit and a Spansion S25FL164K
SPI NOR flash.
Trying both U-Boot 2013.10, which ships with the TI kit, and 2014.04 I have
made the changes to board configuration file to enable SPI0 and disable I2C1
in the board pin mux, have included Spansion
Hi,
On 09/08/2014 03:28 PM, Chen-Yu Tsai wrote:
> Hi everyone,
>
> This series add basic support for Allwinner's A31 SoC. The patches,
> excluding the first one, were cherry-picked from u-boot-sunxi. Due to
> the difference between u-boot mainline and u-boot-sunxi, some patches
> were rearranged
Hi Everybody,
Sorry for being inactive on the thread...
I will pull these patches and provide a pull request to albert soon...
Regards...
Prafulla . . .
> -Original Message-
> From: Nobuhiro Iwamatsu [mailto:iwama...@nigauri.org]
> Sent: 09 September 2014 12:08
> To: Albert ARIBAUD
> Cc:
98 matches
Mail list logo