Signed-off-by: Michal Simek
---
drivers/serial/serial.c |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index 0d6ad62..b10bab7 100644
--- a/drivers/serial/serial.c
+++ b/drivers/serial/serial.c
@@ -84,9 +84,6 @@ static N
This patch adds minimum support for R-Mobile. Only minimal support with timer.
This CPU can uses the peripheral of Renesas SuperH.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
v3: Remove white space.
arch/arm/cpu/armv7/rmobile/Makefile | 48 +
ar
Renesas R8A7740 is CPU with Cortex-A9.
This supports the basic register definition and GPIO.
Signed-off-by: Hideyuki Sano
Signed-off-by: Nobuhiro Iwamatsu
---
v2: Set COBJS one object per line, and sort the list.
arch/arm/cpu/armv7/rmobile/Makefile |2 +
arch/arm/cpu/armv7/rmobi
Renesas SH73A0 is CPU with Cortex-A9.
This supports the basic register definition and GPIO.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
v2: Set COBJS one object per line, and sort the list.
Remove ICCICR and ICCPMR.
Remove white space.
arch/arm/cpu/armv
Some rmobile SoC has TMU base timer function. This supports TMU.
Signed-off-by: Nobuhiro Iwamatsu
---
V2: Set COBJS one object per line, and sort the list.
arch/arm/cpu/armv7/rmobile/Makefile |4 +-
arch/arm/cpu/armv7/rmobile/timer_tmu.c| 161 +
a
Renesas SH and R-Mobile set up device using PFC.
This provide the framework. Most codes were brought from linux kernel.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
v2: Remove remove dead code.
Remove typedef. clean checkpatch.
drivers/gpio/Makefile |1 +
dri
Initialization spi.
Signed-off-by: Michal Simek
---
arch/microblaze/lib/board.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
index 674b573..ef4bac4 100644
--- a/arch/microblaze/lib/board.c
+++ b/arch/microb
On 08/07/2012 10:10 PM, Stephan Linz wrote:
Am Montag, den 06.08.2012, 09:46 +0200 schrieb Michal Simek:
This is minimum code required to be able to use device-tree
for u-boot initialization.
Currently only for device driver initialization.
Linker script change ensures DTB to be aligned
for bot
Hi,
On Fri, Aug 10, 2012 at 2:03 AM, Tom Rini wrote:
> On Thu, Aug 09, 2012 at 11:30:24PM +0900, Nobuhiro Iwamatsu wrote:
>> This add README of Renesas RMOBILE.
>> Based doc/README.omap3.
>>
>> Signed-off-by: Nobuhiro Iwamatsu
>> ---
>> doc/README.rmobile | 46
Renesas SH73A0 is CPU with Cortex-A9.
This supports the basic register definition and GPIO.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
V3: Revert ICCICR.
arch/arm/cpu/armv7/rmobile/Makefile | 17 +-
arch/arm/cpu/armv7/rmobile/board.c | 3
Signed-off-by: Bastian Ruppert
CC: Tom Rini
CC: Stefano Babic
---
board/davinci/ea20/ea20.c | 23 +++
1 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c
index 7e00040..69307e4 100644
--- a/board/davinci/ea2
Do not allow to overwrite it when video is enabled.
Signed-off-by: Bastian Ruppert
CC: Tom Rini
CC: Stefano Babic
---
board/davinci/ea20/ea20.c | 11 +--
include/configs/ea20.h|2 ++
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/board/davinci/ea20/ea20.c b/b
Signed-off-by: Bastian Ruppert
CC: Anatolij Gustschin
CC: Tom Rini
CC: Stefano Babic
---
drivers/video/cfb_console.c | 61 ---
1 files changed, 40 insertions(+), 21 deletions(-)
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
in
>From this commit id: b78375a806ed04eb22b963255cfdef8df702de47 auto
negotiation is enabled in RMII mode. Some boards based on da850 need
to suppress this procedure.
CC: Rajashekhara, Sudhakar
CC: Lad, Prabhakar
CC: Hadli, Manjunath
CC: sba...@denx.de
CC: Tom Rini
Signed-off-by: Bastian Ruppert
Signed-off-by: Bastian Ruppert
CC: Tom Rini
CC: Stefano Babic
---
include/configs/ea20.h | 106 ++--
1 files changed, 66 insertions(+), 40 deletions(-)
diff --git a/include/configs/ea20.h b/include/configs/ea20.h
index f9a1462..373db74 100644
--- a/
Signed-off-by: Bastian Ruppert
CC: Anatolij Gustschin
CC: Tom Rini
CC: Stefano Babic
---
drivers/video/cfb_console.c | 46 +++---
1 files changed, 42 insertions(+), 4 deletions(-)
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
inde
Hi Wolfgang,
On 08/10/2012 12:26 AM, Wolfgang Denk wrote:
> In message <5024377a.8090...@keymile.com> you wrote:
>> So please step forward if there's any suggestion.
>
> I don't have the time now for a real review, and I fear a bit we might
> break somthing. I would suggest to proceed similar as
Add support for command line "usb reset" or "usb start" to initialize
, "usb stop" to stop multiple USB controllers at once.
Other command like "usb tree" also supports multiple controllers.
New added definitions in header file are:
CONFIG_USB_MULTI
CONFIG_USB_MAX_CONTROLLER_COUNT
Signed-off-by:
Add support for command line "usb reset" or "usb start" to initialize
, "usb stop" to stop multiple USB controllers at once.
Other commands like "usb tree" also support multiple controllers.
Example to add definitions in header file like include/configs/seaboard.h are:
define CONFIG_USB_MULTI
defi
This patch fixes SDRAM configuration and size visibility for trats board.
Common code is set for trats and universal boards.
Low level initialisation in U-boot is eliminated for universal_c210 board.
Piotr Wilczek (4):
arm:exynos4:trats: Correct SDRAM configuration for trats
arm:exynos4:trats:
SDRAM setup alike to ORIGEN Dev board.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
include/configs/trats.h | 17 +++--
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/include/configs/trats.h b/include/configs/trats.h
index 185cb68
Now full 1GiB is visible
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
board/samsung/trats/trats.c |8 +++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c
index a8b2b11..f5df56c 10
Boards trats and universal are very similar resulting in some common code.
That common code is moved to exynos4_common/exynos4_common.c
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
board/samsung/exynos4_common/exynos4_common.c | 139 +
The low level initialisation is not necessary in U-boot
since it is done by another bootloader.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
board/samsung/universal_c210/Makefile|1 -
board/samsung/universal_c210/lowlevel_init.S | 395 -
Dear Rajeshwari Birje,
On 10 August 2012 14:22, Rajeshwari Birje wrote:
> Hi All,
>
> Do let me know if you have comments on these patch set.
>
> Regards,
> Rajeshwari Shinde
>
> On Mon, Aug 6, 2012 at 6:35 PM, Rajeshwari Shinde
> wrote:
>> This patchset adds GPIO numbering feature where pinmux
Applied, thanks.
Best regards,
That is the best news ever, thanks! Also thanks to Graeme for all the help.
Lund
--
Jorgen Lundman |
Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work)
Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell)
Japan| +81 (0)3 -3
Add support for Numonyx N25Q128A SPI flash.
Signed-off-by: Michal Simek
---
drivers/mtd/spi/stmicro.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c
index 600e531..30b626a 100644
--- a/drivers/mtd/spi/stmicro.c
Provides a tool to build boot Image for PBL(Pre boot loader) which is
used on Freescale CoreNet SoCs, PBL can be used to load some instructions
and/or data for pre-initialization. The default output image is u-boot.pbl,
for more details please refer to doc/README.pblimage.
Signed-off-by: Shaohui X
Hi,
I'm new to this list and don't know whether this is the right place to ask
this question.
I have a board nearly equal to the mx28evk, excepting that I need to use
AUART3 instead of DUART for the console output.
My idea was to simply to change CONFIG_PL01x_PORTS in the board
configuration fro
On Sat, Aug 4, 2012 at 01:05:03 AM, Benoît Thébaudeau wrote:
> On Fri, Jul 13, 2012 at 09:31:03 PM, Benoît Thébaudeau wrote:
> > This patch forces the correct alignment for DMA operations of
> > buffers
> > used by
> > part_mac.c.
> >
> > Signed-off-by: Benoît Thébaudeau
> > Cc: Wolfgang Denk
>
On Sat, Aug 4, 2012 at 01:06:16 AM, Benoît Thébaudeau wrote:
> On Fri, Jul 20, 2012 at 04:05:36 PM, Benoît Thébaudeau wrote:
> > This driver uses the century bit of this RTC in the opposite way
> > Linux does.
> > From Linux's rtc-pcf8563.c:
> > /*
> > * The meaning of MO_C bit varies by t
On Sat, Aug 4, 2012 at 01:09:02 AM, Benoît Thébaudeau wrote:
> Dear Wolfgang Denk,
>
> On Fri, Jul 20, 2012 at 04:44:03 PM, Mike Frysinger wrote:
> > Acked-by: Mike Frysinger
> > -mike
>
> Can you apply it now that the merge window is open?
>
> Thanks in advance.
Can someone answer, please?
B
On Sat, Aug 4, 2012 at 01:11:16 AM, Benoît Thébaudeau wrote:
> Dear Wolfgang Denk,
>
> On Fri, Jul 27, 2012 at 04:29:41 PM, Wolfgang Denk wrote:
> > Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=,
> >
> > In message
> > <845266616.705298.1343398892482.javamail.r...@advansee.com> you
> > wrote:
> >
On 08/10/2012 12:19 AM, Nobuhiro Iwamatsu wrote:
> Hi,
>
> On Fri, Aug 10, 2012 at 2:03 AM, Tom Rini wrote:
>> On Thu, Aug 09, 2012 at 11:30:24PM +0900, Nobuhiro Iwamatsu wrote:
>>> This add README of Renesas RMOBILE.
>>> Based doc/README.omap3.
>>>
>>> Signed-off-by: Nobuhiro Iwamatsu
>>> ---
>
On Friday 10 August 2012 08:21:46 Michal Simek wrote:
> Add support for Numonyx N25Q128A SPI flash.
thanks, merged into my sf branch
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
On Friday 10 August 2012 03:41:17 Nobuhiro Iwamatsu wrote:
> --- a/arch/arm/cpu/armv7/rmobile/Makefile
> +++ b/arch/arm/cpu/armv7/rmobile/Makefile
>
> +clean:
> + rm -f $(SOBJS) $(OBJS)
> +
dead code -> delete
-mike
signature.asc
Description: This is a digitally signed message part.
___
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thursday 09 August 2012 22:38:09 Charles Manning wrote:
> I'm helping to work through an issue where some code is loaded into RAM
this is generally where cache is supposed to be flushed. you didn't describe
how exactly the code is being loaded into RAM though.
> and "go xxx" is issued to the
On 08/10/2012 01:54 AM, Huang Changming-R66093 wrote:
> This maybe cause the overlap error:
>
> powerpc-linux-gnu-ld: section .resetvec loaded at
> [ff800ffc,ff800fff] overlaps section .data loaded at
> [ff800ec8,ff80102f]
What tree and toolchain are you using? Did
On Sun, Aug 05, 2012 at 08:07:19PM -0600, Stephen Warren wrote:
> All usage of config_cmd_default.h uses <> for the include statement.
> Update the README to do the same, rather than using "".
>
> Signed-off-by: Stephen Warren
I've applied the whole series to u-boot-staging/tr...@ti.com, thanks
On 08/10/2012 03:36 AM, Jim Lin wrote:
> Add support for command line "usb reset" or "usb start" to initialize
> , "usb stop" to stop multiple USB controllers at once.
> Other command like "usb tree" also supports multiple controllers.
I assume these were reposted because you rebased on the latest
On Tue, Jul 31, 2012 at 12:59:29PM -0600, mathieu.poir...@linaro.org wrote:
> From: "Mathieu J. Poirier"
>
> Functions such as providing power to the MMC device and reading
> the processor version register should be in the cpu area for
> access by multiple u8500-based boards.
>
> Signed-off-by:
On Tue, Jul 31, 2012 at 12:59:30PM -0600, mathieu.poir...@linaro.org wrote:
> From: "Mathieu J. Poirier"
>
> Register mapping has changed on power control chip between
> the first and second revision.
>
> Signed-off-by: Mathieu Poirier
> Signed-off-by: John Rigby
I've added in the cpu_is_u85
On Tue, Jul 31, 2012 at 12:59:31PM -0600, mathieu.poir...@linaro.org wrote:
> From: John Rigby
>
> Configuration in vexpress and u8500.v1 is different from what
> is needed in u8500.v2. As such, card configuration specifics need
> to reside in the board file rather than the driver.
>
> Signed-
On Tue, Jul 31, 2012 at 12:59:22PM -0600, mathieu.poir...@linaro.org wrote:
> From: "Mathieu J. Poirier"
>
> This set adds support for the ST-Ericsson u8500 based
> snowball board. Doing so it moves u8500-href code around
> to allow for code reuse between boards.
>
> It was sent out during the
On Fri, Aug 03, 2012 at 03:05:12PM -0600, mathieu.poir...@linaro.org wrote:
> From: "Mathieu J. Poirier"
>
> Signed-off-by: Mathieu Poirier
> Signed-off-by: John Rigby
[snip]
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fd0c65c..8a16b12 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -
Hello Albert and Wolfgang,
To try and ease the backlog of ARM changes, I've taken the liberty of
grabbing the Snowball and Raspberry Pi model B board support patches and
putting them into the staging tree. Both of these series have been
posted for some time and been reviewed. Wolfgang, if you wo
Hi all,
This series aims at improving EHCI performance. There is also some code cleanup
BTW.
Best regards,
Benoît
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Am Freitag, den 10.08.2012, 09:09 +0200 schrieb Michal Simek:
> Initialization spi.
>
> Signed-off-by: Michal Simek
Acked-by: Stephan Linz
> ---
> arch/microblaze/lib/board.c |5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/arch/microblaze/lib/board.c b/arch
Make some light cosmetic code cleanup by the way.
Signed-off-by: Benoît Thébaudeau
Cc: Marek Vasut
Cc: Ilya Yanok
Cc: Stefan Herbrechtsmeier
---
Changes for v2: N/A.
Changes for v3:
- New patch.
Changes for v4:
- Use accessor macros rather than offsets and masks.
- More code cleanup.
.../
This patch takes advantage of the hardware EHCI qTD queuing mechanism to avoid
software and transfer splitting overhead so as to make transfers as fast as
possible.
The only drawback is a call to memalign. However, this is fast compared to the
transfer timings, and the heap size to allocate is sma
Benoît Thébaudeau
Application Engineer
benoit.thebaud...@advansee.com
+33 2 40 50 21 73
ADVANSEE SARL
9, rue Alfred Kastler
CS 30750
44307 Nantes CEDEX 3
France
- Original Message -
> From: "Benoît Thébaudeau"
> To: u-boot@lists.denx.de
> Cc: "Marek Vasut" , "Ilya Yanok"
> , "Stefan He
Now that the EHCI driver allocates its qTDs from the heap, the MSC driver is
only limited by the SCSI commands it uses.
Signed-off-by: Benoît Thébaudeau
Cc: Marek Vasut
Cc: Ilya Yanok
Cc: Stefan Herbrechtsmeier
---
Changes for v2: None.
Changes for v3:
- Patch swapped with the currently prece
Adjust time-out value for the new EHCI mechanism.
Signed-off-by: Benoît Thébaudeau
Cc: Marek Vasut
Cc: Ilya Yanok
Cc: Stefan Herbrechtsmeier
---
Changes for v2: None.
Changes for v3: None.
Changes for v4: None.
.../common/usb_storage.c |2 +-
1 file changed, 1 i
The commit 5dd95cf made the MSC driver EHCI-specific. This patch restores a
basic support of non-EHCI HCDs, like before that commit.
The fallback transfer size is certainly not optimal, but at least it should work
like before.
Signed-off-by: Benoît Thébaudeau
Cc: Marek Vasut
Cc: Ilya Yanok
Cc:
There is a 5-ms delay in usb_stor_BBB_transport, which occurs every 10 kiB of
data for fragmented fatload usb, i.e. roughly 500 ms of delay per MiB. This adds
up to quite a bit of delay if you're loading a large ramdisk.
The purpose of this delay should be to debounce the 5-V/100-mA USB power up.
Relax the qTD transfer alignment constraints in order to need less qTDs for
buffers that are aligned to 512 bytes but not to pages.
Signed-off-by: Benoît Thébaudeau
Cc: Marek Vasut
Cc: Ilya Yanok
Cc: Stefan Herbrechtsmeier
---
Changes for v2: N/A.
Changes for v3:
- New patch.
Changes for v4:
On 03/08/2012 22:59, Joe Hershberger wrote:
> Previously u-boot would initialize the network interface for every
> network operation and then shut it down again. This makes sense for
> most operations where the network in not known to be needed soon after
> the operation is complete. In the case
Hi Mike,
2012/8/7 Mike Frysinger :
> Nothing is using this, so punt it from the gd. Seems to just be a copy
> & paste wart from the initial port.
>
> Signed-off-by: Mike Frysinger
> ---
> arch/nds32/include/asm/u-boot.h |1 -
> 1 file changed, 1 deletion(-)
Applied to u-boot-nds32.git/mast
Hi Mike,
2012/8/7 Mike Frysinger :
> Fixes the build-time warning:
> board.c: In function 'board_init_r':
> board.c:304: warning: unused variable 's'
>
> Signed-off-by: Mike Frysinger
Applied to u-boot-nds32.git/master
Thanks.
--
Best regards,
Macpaul Lin
__
Hi Mike,
2012/8/7 Mike Frysinger :
> Fixes the build-time warning:
> board.c: At top level:
> board.c:106: warning: 'pmu_init' defined but not used
>
> This makes the ifdef logic at the call site match the logic at the
> function definition.
>
> Signed-off-by: Mike Frysinger
Appl
Dear Wolfgang,
Please pull the following 3 patches from u-boot-nds32 into your tree.
Thanks!
Macpaul Lin.
The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:
zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)
are available in the git repository at:
git://
Hi all,
This series does some cleanup regarding env vars, and it adds a new env var for
the board revision.
Best regards,
Benoît
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Commit 5e724ca did the same thing for env_common and env_embedded, but forgot
fw_env.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
.../tools/env/fw_env.c | 11 +++
1 file changed, 11 insertions(+)
diff --git u-boot-4d3c95f.orig/tools/env/fw_env.c
The ethprime env var was missing from env_common.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
.../common/env_common.c|3 +++
1 file changed, 3 insertions(+)
diff --git u-boot-4d3c95f.orig/common/env_common.c
u-boot-4d3c95f/common/env_common.c
index d
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
.../common/cmd_nvedit.c|4
1 file changed, 4 insertions(+)
diff --git u-boot-4d3c95f.orig/common/cmd_nvedit.c
u-boot-4d3c95f/common/cmd_nvedit.c
index fd05e72..0f320cc 100644
--- u-boot-4d3c95f.orig/com
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
{u-boot-4d3c95f.orig => u-boot-4d3c95f}/README |1 -
1 file changed, 1 deletion(-)
diff --git u-boot-4d3c95f.orig/README u-boot-4d3c95f/README
index fb9d904..369ea9c 100644
--- u-boot-4d3c95f.orig/README
+++ u-boot-4d3c95f/README
@@ -90
The board revision can be a useful env var, like its serial number.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
{u-boot-4d3c95f.orig => u-boot-4d3c95f}/README | 21 ++--
.../common/cmd_nvedit.c|5 +++--
.../tools/env/fw_env.c
If dev->enetaddr was supposed to be set with dev->write_hwaddr() but the MAC
address was not valid, return an error.
Signed-off-by: Benoît Thébaudeau
Cc: Joe Hershberger
---
{u-boot-4d3c95f.orig => u-boot-4d3c95f}/net/eth.c |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff -
Dear Marek, Wolfgang,
On Thu, Aug 9, 2012 at 11:23 PM, Wolfgang Denk wrote:
>
> > I hate to say it ... but given that this will cause duplication of code,
> I'm
> > somehow inclined to push you to do a complete replacement of the old
> musb code,
> > remove it and add this.
>
>
> Agreed, we shou
Hi Joe,
On Mon, Aug 6, 2012 at 1:21 AM, Ilya Yanok wrote:
> Vendor Class Identifier option is common to BOOTP and DHCP and
> can be useful without PXE. So send VCI in both BOOTP and DHCP
> requests if CONFIG_BOOTP_VCI_STRING is defined.
>
> Signed-off-by: Ilya Yanok
>
> ---
> Changes in v4:
> -
Hi Benoit,
On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau <
benoit.thebaud...@advansee.com> wrote:
> Adjust time-out value for the new EHCI mechanism.
>
Could you please be a bit more specific? ;)
How this timeout is related to the new mechanism? Is it really EHCI
specific? If it is, that's
Dear Holger,
In message <5024cc15.8010...@keymile.com> you wrote:
>
> due to the fact that Gerlando is in his vacations and has therefore only
> little
> time to do updates here I propose the following. I could prepare a branch as
> you
> suggested based on current denx master with this changes
Dear Jorgen Lundman,
In message <5024f981.2040...@lundman.net> you wrote:
>
> That is the best news ever, thanks! Also thanks to Graeme for all the help.
Thanks for your hard work, it's highly appreciated (even though it
sometimes doesn't look like that - it really is).
Best regards,
Wolfgang D
Hi Ilya,
On Fri, Aug 10, 2012 at 8:03:12 PM, Ilya Yanok wrote:
> Hi Benoit,
> On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau <
> benoit.thebaud...@advansee.com > wrote:
> > Adjust time-out value for the new EHCI mechanism.
>
> Could you please be a bit more specific? ;)
> How this timeout
Hi Benoit,
On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau <
benoit.thebaud...@advansee.com> wrote:
> diff --git u-boot-usb-4f8254e.orig/common/usb_storage.c
> u-boot-usb-4f8254e/common/usb_storage.c
> index 0cd6399..822bd64 100644
> --- u-boot-usb-4f8254e.orig/common/usb_storage.c
> +++ u-boo
Hi Ilya,
On Fri, Aug 10, 2012 at 8:34:14 PM, Ilya Yanok wrote:
> Hi Benoit,
> On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau <
> benoit.thebaud...@advansee.com > wrote:
> > diff --git u-boot-usb-4f8254e.orig/common/usb_storage.c
> > u-boot-usb-4f8254e/common/usb_storage.c
>
> > index 0cd639
Since the input frequency of the API is a maximum that should not be exceeded in
order for the devices to operate properly, the SPI clock divider should be
rounded up, not truncated.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
Cc: Stefano Babic
---
.../drivers/spi/mxc_spi.c
Signed-off-by: Benoît Thébaudeau
Cc: Andy Fleming
---
.../drivers/mmc/mmc.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git u-boot-4d3c95f.orig/drivers/mmc/mmc.c
u-boot-4d3c95f/drivers/mmc/mmc.c
index c1c2862..c0b969c 100644
--- u-boot-4d3c95f
Hi,
I tried to build a u-boot.bin for Freescale MPC8526DS with original
version 2010.12 source code, it succeeds if I do not define DEBUG in
the MPC8536DS.h file. But after I added #define DEBUG in
include/configs/MPC8536DS.h to turn on many printf, the build of the
uboot fails as follows,
/el
Marek, Wolfgang,
On Fri, Aug 10, 2012 at 9:56 PM, Ilya Yanok
wrote:
> Dear Marek, Wolfgang,
>
> On Thu, Aug 9, 2012 at 11:23 PM, Wolfgang Denk wrote:
>
>>
>> > I hate to say it ... but given that this will cause duplication of
>> code, I'm
>> > somehow inclined to push you to do a complete repla
Argh, sorry. could = could not.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Signed-off-by: Benoît Thébaudeau
Cc: Andy Fleming
---
.../common/cmd_mmc.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git u-boot-4d3c95f.orig/common/cmd_mmc.c u-boot-4d3c95f/common/cmd_mmc.c
index 750509d..79a1088 100644
--- u-boot-4d3c95f.or
Hi Mike,
On Fri, Aug 3, 2012 at 3:59 PM, Joe Hershberger wrote:
> Previously u-boot would initialize the network interface for every
> network operation and then shut it down again. This makes sense for
> most operations where the network in not known to be needed soon after
> the operation is c
mtest is supposed to test many types of memory accesses in many different
conditions. If dcache is enabled, memory accesses are likely bursts, and some
memory accesses are simply skipped. Hence, dcache should be disabled during
mtest operation so that what mtest actually tests is not masked by dcac
Dear Benoît Thébaudeau,
> Hi Ilya,
>
> On Fri, Aug 10, 2012 at 8:34:14 PM, Ilya Yanok wrote:
> > Hi Benoit,
> >
> > On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau <
> >
> > benoit.thebaud...@advansee.com > wrote:
> > > diff --git u-boot-usb-4f8254e.orig/common/usb_storage.c
> > > u-boot-usb
Hi,
On Fri, 10 Aug 2012 09:04:28 +0200
Michal Simek wrote:
> Signed-off-by: Michal Simek
> ---
> drivers/serial/serial.c |3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
Applied to my staging branch, thanks!
Anatolij
___
U-Boot mailin
AVR32's LD script uses a standard location that is now automatically detected by
the main Makefile, so its definition in AVR32's config.mk is now obsolete and
redundant.
Signed-off-by: Benoît Thébaudeau
Cc: Andreas Bießmann
---
.../arch/avr32/config.mk |2 --
1 fil
Hi,
On Wed, 11 Jul 2012 14:26:38 +0200
Michal Simek wrote:
> Include arch specific gpio.h instead of asm-generic/gpio.h
> because several architectures (Microblaze, Blackfin, Nios2, OpenRISC)
> define gpio functions in header file.
> asm-generic/gpio.h can be included in arch specific gpio.h
> (
Dear Tom,
In message <20120810161021.GG3306@bill-the-cat> you wrote:
>
> To try and ease the backlog of ARM changes, I've taken the liberty of
> grabbing the Snowball and Raspberry Pi model B board support patches and
> putting them into the staging tree. Both of these series have been
> posted
Dear Benoît Thébaudeau,
> Hi all,
>
> This series aims at improving EHCI performance. There is also some code
> cleanup BTW.
>
> Best regards,
> Benoît
Applied all but 5/7 and pushed. Since we all have vacations etc etc, this will
appear in the mainline around start of september.
Thanks a lot
Hi,
On Sun, 15 Jul 2012 18:29:38 +0200
Luka Perkov wrote:
>
> Signed-off-by: Luka Perkov
> ---
>
> tools/.gitignore |1 +
> 1 file changed, 1 insertion(+)
applied to my staging branch, thanks!
Anatolij
___
U-Boot mailing list
U-Boot@lists.den
Switching back to nandecc sw fails to write correctly. A fix for this is
already mentioned in the thread below, lets fix it.
mentioned in http://lists.denx.de/pipermail/u-boot/2012-February/119002.html
Signed-off-by: Jeroen Hofstee
---
drivers/mtd/nand/omap_gpmc.c |1 +
1 file changed, 1 i
Dear Macpaul Lin,
In message
you wrote:
> Dear Wolfgang,
>
> Please pull the following 3 patches from u-boot-nds32 into your tree.
>
> Thanks!
> Macpaul Lin.
>
> The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:
>
> zfs: Add ZFS filesystem support (2012-08-09 23:
Hi,
On Wed, 8 Aug 2012 12:52:17 +0200
Marek Vasut wrote:
> This function converts static number to string in preprocessor.
> This is useful as it allows higher usage of puts() in favour of printf()
>
> Signed-off-by: Marek Vasut
> Cc: Wolfgang Denk
> ---
> include/common.h |1 +
Hi,
On Wed, 8 Aug 2012 12:52:18 +0200
Marek Vasut wrote:
> Kill multiple occurances and redeclaration of xstr in favor of __stringify().
>
> Signed-off-by: Marek Vasut
> Cc: Wolfgang Denk
> ---
> include/configs/MPC8308RDB.h|9 +++--
> include/configs/amcc-common.h |
Hi,
On Wed, 8 Aug 2012 12:52:19 +0200
Marek Vasut wrote:
> Kill multiple occurances and redeclaration of MK_STR
> in favor of __stringify().
>
> Signed-off-by: Marek Vasut
> Cc: Wolfgang Denk
> ---
> arch/blackfin/include/asm/config-pre.h |2 -
> arch/blackfin/lib/board.c |
Dear Stefan Roese,
In message <1338878275-1918-1-git-send-email...@denx.de> you wrote:
> This patch moves all bootcount implementations into a common
> directory: drivers/bootcount. The generic bootcount driver
> is now usable not only by powerpc platforms, but others as well.
>
> Signed-off-by:
Dear Anatolij Gustschin,
In message <20120810222104.1e6c4afc@wker> you wrote:
> Hi,
>
> On Wed, 8 Aug 2012 12:52:17 +0200
> Marek Vasut wrote:
>
> > This function converts static number to string in preprocessor.
> > This is useful as it allows higher usage of puts() in favour of printf()
> >
Hi,
On Thu, 2 Aug 2012 13:19:34 -0300
Otavio Salvador wrote:
> From: Khem Raj
>
> This patch makes sure that we always use the GNU ld. U-Boot uses certain
> construct e.g. OVERLAY which are not implemented in gold therefore it
> always needs GNU ld for linking.
>
> It works well if default l
1 - 100 of 134 matches
Mail list logo