Prafulla Wadaskar wrote:
> This patch adds a egiga driver for the Marvell Kirkwood SoC's.
>
> Contributors:
> Yotam Admon
> Michael Blostein
> Reviewed-by: Ronen Shitrit
> Acked-by: Stefan Rose
> Signed-off-by: Prafulla Wadaskar
> ---
>
Applied to net repo.
Thanks!
Ben
Norbert van Bolhuis wrote:
> The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
> If sending a VLAN tagged frame (when env variable vlan is set) this
> should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
>
> diff --git a/net/bootp.c b/net/bootp.c
> index 3dea70a..
Wolfgang,
The following changes since commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6:
Mike Frysinger (1):
add %.c->%.i and %.c->%.s rules
are available in the git repository at:
git://git.denx.de/u-boot-net master
Ben Warren (4):
Moved Davinci Ethernet driver to drivers/net
Dear Wolfgang,
Wolfgang Denk wrote:
> In message Jens Scharsig wrote:
>> the following patch set
>>
>> introduced a new common video driver (patch part 1)
>>
>> and
>>
>> update current boards (EB+MCF-EV123) to use it (patch part 2).
>>
>> this driver is also used for upcomming new boards with
On 02:04 Mon 15 Jun , Mike Frysinger wrote:
> On Saturday 13 June 2009 15:13:01 Jean-Christophe PLAGNIOL-VILLARD wrote:
> > Introduce a menu framework that allow us to create list menu to simplify
> > u-boot and make it more convivial for the end-user.
> >
> > This kind of menu is very usefull
Dear Mike Frysinger,
In message <200906142240.59607.vap...@gentoo.org> you wrote:
>
> is there a reason to keep ENV_IS_EMBEDDED around ? i see a few places that
> use CONFIG_ENV_IS_EMBEDDED, but it seems to be largely useless at the moment
> as the define doesn't really do anything without ENV_
Dear Mike Frysinger,
In message <1245024149-7008-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6:
> Mike Frysinger (1):
> add %.c->%.i and %.c->%.s rules
>
> are available in the git repository at:
>
> git:/
Dear Mike Frysinger,
In message <1243897713-10068-1-git-send-email-vap...@gentoo.org> you wrote:
> This script is similar to the netconsole script, but instead works with
> the JTAG console device driver that exists on Blackfin parts.
>
> Signed-off-by: Mike Frysinger
> ---
> tools/jtagconsole
Dear Ben Warren,
In message <4a35f5a0.4030...@gmail.com> you wrote:
> Wolfgang,
>
> The following changes since commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6:
> Mike Frysinger (1):
> add %.c->%.i and %.c->%.s rules
>
> are available in the git repository at:
>
> git://git.denx.de/
Dear xiangfu,
In message <4a35b1a5.3030...@gmail.com> you wrote:
>
> I have add a new board to u-boot. and try to run MAKEALL.
> but I don't have other cross compiler. I only have mips cross compiler
> how to deal with this?
How about downloading and installing one?? For example, ELDK is
availab
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 12:52 Sat 13 Jun , Giulio Benetti wrote:
>> In this way the linux driver won't work(the one by Renaud CERRATO).
>> Because it expects MR register not to be set, or to be set enabled.
> it's work we have test it
> you need to enable it in the at91boo
On 12:38 Mon 15 Jun , Giulio Benetti wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>
> > On 12:52 Sat 13 Jun , Giulio Benetti wrote:
> >> In this way the linux driver won't work(the one by Renaud CERRATO).
> >> Because it expects MR register not to be set, or to be set enabled.
> > it's
>> But you have to delete hw_watchdog_init().
>> If you set there MR then linux won't be able to do it.
>> The patch needs only the WATCHDOG_RESET() and nothing more.
I agree.
> you need to update linux, the watchdog can be enable in u-boot
> but as it can only be disable once if u-boot or any ot
On 01:15 Sun 14 Jun , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <1244920382-21434-2-git-send-email-plagn...@jcrosoft.com> you
> wrote:
> > this patch is just an example to show you how to create your own menu using
> > the C API. It will not be a part of the
> > +#if defined(CONFIG_CMD_MENU_MANAGEMENT)
> > + if (!strncmp(argv[0], "a", 1))
> > + return do_menu_add(cmdtp, flag, argc, argv);
> > + if (!strncmp(argv[0], "e", 1))
> > + return do_menu_entry(cmdtp, flag, argc, argv);
> > +#endif
> > + if (!strncmp(argv[0], "l", 1))
>
Hi TsiChung et al,
I was wondering if there are plans to support and utilise the watchdog in the
mcf5445x devices within U-Boot?
I've ported a kernel driver from the bitshrine gpp
(http://www.bitshrine.org/gpp/linux-2.6.25-mcfv4e-watchdog.patch) so that it
hooks into my 54455 hw (Freescale EVB),
Dear Wolfgang,
On 2009-06-14, at 21:29, Wolfgang Denk wrote:
> in message <63279ff4-75bf-44e5-914e-213c2bf41...@semihalf.com> you
> wrote:
>>
> it seems the api_examples/ code fails when building out of tree:
...
> Could you please have a look? Thanks in advance.
Sure,
I have trouble using your patch together with our LogicPD iMX27
Litekit. Seems like the FEC driver does not work well. Here is some
output from when I try to load files with tftp
U-Boot 2009.06-rc1 (jun 15 2009 - 15:46:31)
CPU: Freescale i.MX27 at 399 MHz
DRAM: 128 MB
Flash: 2 MB
NAND: 64
The current kallsyms code is using \\0 to escape the backslash in the awk
code, but the shell too needs escaping. This way we make sure gcc is
passed the \0. Then gcc itself will consume this as an octal, so we have
to use 000 so gcc will create the final NUL.
Signed-off-by: Mike Frysinger
---
I ran into a bunch of errors related to Flash and Net (e.g. undefined
reference to 'flash_init'), when building u-boot for mx31ads.
lib_arm/libarm.a(board.o)(.text+0x1d8): In function `start_armboot':
/home/yong/cross-compile/u-boot-2009.03/lib_arm/board.c:211: undefined
reference to `flash_init'
When enabling NAND support for a board, one must also define
CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
for correct output.
Signed-off-by: Kim Phillips
Cc: Dave Liu
Cc: Ron Madrid
Cc: Anton Vorontsov
---
include/configs/MPC8313ERDB.h |1 +
include/configs/MPC8315ERDB.
fix this gcc 4.4 warning:
tsec.c: In function 'tsec_init':
tsec.c:200: warning: dereferencing type-punned pointer will break
strict-aliasing rules
Signed-off-by: Kim Phillips
---
drivers/net/tsec.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/drivers/net/tsec.c
fix this gcc 4.4 warning:
xyzModem.c: In function 'xyzModem_stream_open':
xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
Signed-off-by: Kim Phillips
---
common/xyzModem.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/xyzModem.c b/commo
fix a stray CONFIG_MPC83XX that escaped commit
0f898604945af4543c1525fc33b6bae621a3b805.
Signed-off-by: Kim Phillips
---
include/usb/ehci-fsl.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/usb/ehci-fsl.h b/include/usb/ehci-fsl.h
index 1140561..3b99456 100644
The latest version of U-Boot got a bit fatter in the BSS section which
caused overflows in the RAM region, so increase the monitor size.
Signed-off-by: Mike Frysinger
---
include/configs/bf548-ezkit.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/bf548
From: Vivi Li
The SPI flash layer is much stricter about sector usage than the eeprom
layer we used to use, so update the env settings to better match the
sector alignment of the flashes we use.
Signed-off-by: Vivi Li
Signed-off-by: Mike Frysinger
---
include/configs/bf533-stamp.h |4 ++--
The current kallsyms code is using \\0 to escape the backslash in the awk
code, but the shell too needs escaping. This way we make sure gcc is
passed the \0. Then gcc itself will consume this as an octal, so we have
to use 000 so gcc will create the final NUL.
Signed-off-by: Mike Frysinger
---
A few fixes and tweaks to use latest code in master.
Mike Frysinger (4):
Blackfin: bf548-ezkit: bump up monitor size
Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
Blackfin: fix SPI flash speed define name
Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
Vivi Li (2)
From: Vivi Li
The debug tools that interface with the other side of the JTAG console
got much slower when generalizing things, so bump up the default timeout
value on the U-Boot side to cope. Hopefully at some point we can improve
the debug tools to speed things back up.
Signed-off-by: Vivi Li
The way the ALL variable is used allows for config.mk's to add more
targets themselves without having to clutter up the top level Makefile.
Signed-off-by: Mike Frysinger
---
Makefile |4 +---
blackfin_config.mk |6 --
2 files changed, 5 insertions(+), 5 deletions(-)
diff -
Building the compression code in lib_generic/ with -O2 rather than -Os
gives a nice speed boost without too much code size increase.
Signed-off-by: Mike Frysinger
---
board/bf518f-ezbrd/config.mk |3 +++
board/bf526-ezbrd/config.mk |3 +++
board/bf527-ezkit/config.mk |3 +++
board/
The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
Signed-off-by: Mike Frysinger
---
include/configs/bf518f-ezbrd.h |2 +-
include/configs/bf526-ezbrd.h|2 +-
include/configs/bf527-ezkit.h|2 +-
include/
Shove a lot of the HOSTCC and related #ifdef checking crap into the new
compiler.h header so that we can keep all other headers nice and clean.
Also introduce custom uswap functions so we don't have to rely on the non
standard implementations that a host may (or may not in the case of OS X)
provid
Hello,
2009/6/15 Kim Phillips :
> fix a stray CONFIG_MPC83XX that escaped commit
> 0f898604945af4543c1525fc33b6bae621a3b805.
>
> Signed-off-by: Kim Phillips
> ---
> include/usb/ehci-fsl.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/usb/ehci-fsl.h b/incl
erp, globbed too many files when sending out
-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
Dear Mike Frysinger,
In message <200906151443.41007.vap...@gentoo.org> you wrote:
>
> erp, globbed too many files when sending out
What does that mean?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5,
Hi Ilya/Fabio,
I followed your guidelines for trying to use the MX27 SDHC driver/MMC
framework as the base code and make appropiate mods to make it work
on the MX31 PDK board but i have been unsuccessful till this point. i
had left this task off at a point because of higher priorities.
Do you kno
On 06/15/09 10:01, Johan wrote:
> I have trouble using your patch together with our LogicPD iMX27
> Litekit. Seems like the FEC driver does not work well. Here is some
> output from when I try to load files with tftp
> Loading: #T #T #T
> #
Dear Yong Yang,
In message <737b0be30906150750j28387c06u3a7ba7ffea736...@mail.gmail.com> you
wrote:
>
> I ran into a bunch of errors related to Flash and Net (e.g. undefined
> reference to 'flash_init'), when building u-boot for mx31ads.
I cannot reproduce any such errors:
-> git checko
The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet driver, but
the code that used that macro was removed over a year ago, so board
configuration files no longer need to define it.
The _IO_BASE macro is also automatically defined to 0 if it isn't already set,
so there's no need to de
I downloaded the source tar files from the FTP site, instead of from git.
My cross-compiler is arm-elf-gcc from http://www.gnuarm.org/
It seems my tool chain works, since I maked images for omap5112osk
successfully.
:(((
On Mon, Jun 15, 2009 at 4:16 PM, Wolfgang Denk wrote:
> Dear Yong Yang,
>
Hi All,
This is my first posting to the list and I just joined the mailing list
about a week ago. Plus I am pretty new to the open source world as well,
so please send me pointers to where to look things up if the posting is
not inappropriate or does not belong here.
Any time I build U-Boot
Hi, Jean-Christophe PLAGNIOL-VILLARD.
2009/6/4 Jean-Christophe PLAGNIOL-VILLARD :
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> Cc: Nobuhiro Iwamatsu
> ---
> Makefile | 5 +++--
> board/renesas/sh7785lcr/Makefile | 2 +-
> 2 files changed, 4 insertions(+), 3
Error was fixed by using another tool chain.
On Mon, Jun 15, 2009 at 4:51 PM, Yong Yang wrote:
> I downloaded the source tar files from the FTP site, instead of from git.
> My cross-compiler is arm-elf-gcc from http://www.gnuarm.org/
> It seems my tool chain works, since I maked images for omap5
On Jun 15, 2009, at 4:53 PM, Timur Tabi wrote:
> The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
> driver, but
> the code that used that macro was removed over a year ago, so board
> configuration files no longer need to define it.
>
> The _IO_BASE macro is also automatically
On Jun 15, 2009, at 11:50 AM, Kim Phillips wrote:
> When enabling NAND support for a board, one must also define
> CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
> for correct output.
>
> Signed-off-by: Kim Phillips
> Cc: Dave Liu
> Cc: Ron Madrid
> Cc: Anton Vorontsov
> ---
On Monday 15 June 2009 15:08:10 Wolfgang Denk wrote:
> Dear Mike Frysinger,
>
> In message <200906151443.41007.vap...@gentoo.org> you wrote:
> > erp, globbed too many files when sending out
>
> What does that mean?
it means this patch isnt part of this small series
-mike
signature.asc
Descriptio
Dear ,Jean-Christophe PLAGNIOL-VILLARD.
2009/6/4 Jean-Christophe PLAGNIOL-VILLARD :
> all sh boards use the same cpu linker script so move it to cpu/$(CPU)
>
> that could be overwrite in following order
> SOC
> BOARD
> via the corresponding config.mk
>
> tested on r2dplus
>
> Signed-off-by: Jean-C
Dear, Jean-Christophe PLAGNIOL-VILLARD
2009/6/4 Jean-Christophe PLAGNIOL-VILLARD :
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> Cc: Nobuhiro Iwamatsu
> ---
> include/asm-sh/clk.h | 35 +++
> 1 files changed, 35 insertions(+), 0 deletions(-)
> create mod
Dear, Jean-Christophe PLAGNIOL-VILLARD.
2009/6/4 Jean-Christophe PLAGNIOL-VILLARD :
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> Cc: Nobuhiro Iwamatsu
> ---
> include/configs/MigoR.h | 2 +-
> include/configs/ap325rxa.h | 2 +-
> include/configs/mpr2.h | 2 +-
> inclu
Dear, Jean-Christophe PLAGNIOL-VILLARD.
2009/6/4 Jean-Christophe PLAGNIOL-VILLARD :
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> Cc: Nobuhiro Iwamatsu
> ---
> include/configs/MigoR.h | 2 +-
> include/configs/ap325rxa.h | 2 +-
> include/configs/mpr2.h | 2 +-
> includ
Dear, Jean-Christophe PLAGNIOL-VILLARD.
2009/6/4 Jean-Christophe PLAGNIOL-VILLARD :
> currently we need to sync the linker script enty and TEXT_BASE manualy
> and the reloc_dst is based on it
>
> instead provide it now from the ldflags
>
> tested on r2dplus
>
> Signed-off-by: Jean-Christophe PLAGN
52 matches
Mail list logo