Re: [U-Boot] Please pull u-boot-mpc83xx.git

2009-09-26 Thread Kim Phillips
On Fri, 25 Sep 2009 18:39:46 -0500 Kim Phillips wrote: > I might just ask you to pull the "retain POR values" patch, but it's > too close to the window, and I want to give the opportunity for a good > review cycle on it. At least Heiko commented on it, and I fixed and tested it ok, so please now

Re: [U-Boot] [PATCH] mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields

2009-09-26 Thread Kim Phillips
On Sat, 26 Sep 2009 20:46:42 -0500 Kim Phillips wrote: > On Sat, 26 Sep 2009 12:37:40 +0200 > Heiko Schocher wrote: > > > Kim Phillips wrote: > > > - /* LCRR - Clock Ratio Register (10.3.1.16) */ > > > - im->lbus.lcrr = CONFIG_SYS_LCRR; > > > + /* LCRR - Clock Ratio Register (10.3.1.16) > > > +

Re: [U-Boot] [PATCH] mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields

2009-09-26 Thread Kim Phillips
On Sat, 26 Sep 2009 12:37:40 +0200 Heiko Schocher wrote: > Kim Phillips wrote: > > - /* LCRR - Clock Ratio Register (10.3.1.16) */ > > - im->lbus.lcrr = CONFIG_SYS_LCRR; > > + /* LCRR - Clock Ratio Register (10.3.1.16) > > +* write, read, and isync per MPC8379ERM rev.1 CLKDEV field desc

Re: [U-Boot] [PATCH] OMAP3: Clean up whitespace in mux configs

2009-09-26 Thread Tom
Olof Johansson wrote: > Switch from space-based indentation to tab-based in mux configs, as pointed > out by WD at: > > http://lists.denx.de/pipermail/u-boot/2009-September/061241.html > > Nothing but whitespace changes in this patch (diff -w gives no output). > > Signed-off-by: Olof Johansson

[U-Boot] [PATCH v3] TI: OMAP3: Overo Tobi ethernet support

2009-09-26 Thread Olof Johansson
Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded over tftp. This also refactors the smc911x driver to allow for detecting when the chip is missing. I.e. the detect_chip() function is called earlier and will abort gracefully when the Chip ID read returns all 1's. Signed-off-by

Re: [U-Boot] smc911x runtime detection (was: TI: OMAP3: Overo Tobi ethernet support)

2009-09-26 Thread Olof Johansson
On Sat, Sep 26, 2009 at 09:02:33AM -0700, Ben Warren wrote: > It is a good idea in principle, but just reading and expecting *something* > is a fatal flaw. I don't know about these ones in particular, but > memory-mapped chips often have ID registers that are RO and have > well-documented content

Re: [U-Boot] smc911x runtime detection (was: TI: OMAP3: Overo Tobi ethernet support)

2009-09-26 Thread Mike Frysinger
On Saturday 26 September 2009 15:19:01 Ben Warren wrote: > Ethernet initialize() functions return the number of interfaces added, or > -1 on error. I wouldn't consider this an error condition. should be added to the README.drivers.eth. have you merged that yet ? if not, i'll send an updated v

Re: [U-Boot] [RFC][PATCH 1/8] Fix gcc 4.4.1 compiler warning

2009-09-26 Thread Mike Frysinger
On Saturday 26 September 2009 08:57:31 Graeme Russ wrote: > --- > common/Makefile |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/common/Makefile b/common/Makefile > index 3781738..7ea6e93 100644 > --- a/common/Makefile > +++ b/common/Makefile > @@ -178,6 +178,10

Re: [U-Boot] smc911x runtime detection (was: TI: OMAP3: Overo Tobi ethernet support)

2009-09-26 Thread Ben Warren
Steve, Please keep list C-C'd, On Sat, Sep 26, 2009 at 12:13 PM, Steve Sakoman wrote: > On Sat, Sep 26, 2009 at 9:02 AM, Ben Warren > wrote: > > Hi Olof, > > On Sat, Sep 26, 2009 at 8:53 AM, Olof Johansson wrote: > >> > >> On Sep 26, 2009, at 1:13 AM, Dirk Behme wrote: > >> > >>> Olof Johansso

[U-Boot] [PATCH-ARM 3/4, v2] Clean-up of s3c24x0 drivers excluding nand driver

2009-09-26 Thread kevin.morf...@fearnside-systems.co.uk
Changes since v1: - re-formatted patch to remove line wrapping Note that patch 2/4 of this series has not changed. This patch re-formats the arm920t s3c24x0 driver files, excluding the nand driver, in preparation for changes to add support for the Embest SBC2440-II Board. The changes are as fol

[U-Boot] [RFC][PATCH 0/8] i386 Full Relocation

2009-09-26 Thread Graeme Russ
This patch series implements full relocation of the i386 port. The series itself needs a lot of tidying up. The "Fix-gcc-4.4.1-compiler-warning" patch, for example, needs to be submitted as a stand-alone patch. In the meantime, I would appreciate any comments on this series Thanks G

[U-Boot] divulgue sua empresa no portal www.tvgloboonline.com

2009-09-26 Thread Agencia Thopmidia
Divulgue sua empresa conosco entre em contato: Vendas: cont...@tvgloboonline.com.br Suporte / MSN: contato.evan...@hotmail.com Skype: "AGENCIA GLOBO" Cel: (66)8114-6665 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] smc911x runtime detection (was: TI: OMAP3: Overo Tobi ethernet support)

2009-09-26 Thread Olof Johansson
On Sep 26, 2009, at 1:13 AM, Dirk Behme wrote: > Olof Johansson wrote: >> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >> over tftp. >> Based on the omap3 evm code. I added a new highlevel define for Tobi >> to avoid having it dependent on CMD_NET (which would seem backwar

Re: [U-Boot] smc911x runtime detection (was: TI: OMAP3: Overo Tobi ethernet support)

2009-09-26 Thread Ben Warren
Hi Olof, On Sat, Sep 26, 2009 at 8:53 AM, Olof Johansson wrote: > > On Sep 26, 2009, at 1:13 AM, Dirk Behme wrote: > > Olof Johansson wrote: >> >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> Based on the omap3 evm code. I added a new highlevel define

Re: [U-Boot] [PATCH v2] OMAP3 MMC: Fix warning dereferencing type-punned pointer

2009-09-26 Thread Tom
Dirk Behme wrote: > Tom wrote: >> Dirk Behme wrote: >>> Fix warning >>> >>> dereferencing type-punned pointer will break strict-aliasing rules >>> >>> Signed-off-by: Dirk Behme >>> CC: Steve Sakoman >>> >> >> This may be improved by consolidating the unions into the omap3 mmc.h >> file >> and us

[U-Boot] [RFC][PATCH 4/8] Rearrange i386 Interupt Handling

2009-09-26 Thread Graeme Russ
In preperation for full relocation --- cpu/i386/Makefile |2 +- cpu/i386/cpu.c |1 - cpu/i386/exceptions.c | 229 - cpu/i386/interrupts.c | 428 ++-- include/asm-i386/interrupt.h |

Re: [U-Boot] smc911x runtime detection (was: TI: OMAP3: Overo Tobi ethernet support)

2009-09-26 Thread Mike Frysinger
On Saturday 26 September 2009 02:13:52 Dirk Behme wrote: > Olof Johansson wrote: > > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > > over tftp. > > > > Based on the omap3 evm code. I added a new highlevel define for Tobi > > to avoid having it dependent on CMD_NET (which wo

[U-Boot] [RFC][PATCH 7/8] Fix global label in inline asm compile error

2009-09-26 Thread Graeme Russ
--- include/configs/eNET.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/eNET.h b/include/configs/eNET.h index 54c34fa..0a86550 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -234,8 +234,8 @@ #ifndef __ASSEMBLER__ extern unsigned

Re: [U-Boot] [PATCH] mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields

2009-09-26 Thread Heiko Schocher
Hello Kim, Kim Phillips wrote: > On Tue, 15 Sep 2009 23:51:31 -0500 > Kumar Gala wrote: > >> On Aug 27, 2009, at 3:53 PM, Kim Phillips wrote: >>> Heiko - let's go with the SCCR approach of setting bits in the LCRR, >>> and have board config files only specify values for fields they're >>> modify

[U-Boot] [RFC][PATCH 1/8] Fix gcc 4.4.1 compiler warning

2009-09-26 Thread Graeme Russ
--- common/Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common/Makefile b/common/Makefile index 3781738..7ea6e93 100644 --- a/common/Makefile +++ b/common/Makefile @@ -178,6 +178,10 @@ $(obj)env_embedded.o: $(src)env_embedded.c $(obj)../tools/envcrc

[U-Boot] [RFC][PATCH 2/8] Add low-level progress indications

2009-09-26 Thread Graeme Russ
--- board/eNET/eNET_start16.S | 66 +- board/eNET/hardware.h | 16 ++ include/asm-i386/ic/sc520.h |6 3 files changed, 86 insertions(+), 2 deletions(-) diff --git a/board/eNET/eNET_start16.S b/board/eNET/eNET_start16.S index 48e

[U-Boot] [RFC][PATCH 6/8] Reorder source objects in lib_i386 Makefile

2009-09-26 Thread Graeme Russ
--- lib_i386/Makefile |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib_i386/Makefile b/lib_i386/Makefile index bb9b330..9838506 100644 --- a/lib_i386/Makefile +++ b/lib_i386/Makefile @@ -32,16 +32,16 @@ SOBJS-y += realmode_switch.o COBJS-y+= bios_set

Re: [U-Boot] [PATCH] OMAP3: Update Overo and Beagle environment

2009-09-26 Thread Steve Sakoman
On Fri, Sep 25, 2009 at 1:47 PM, Tom wrote: > Dirk Behme wrote: >> From: Steve Sakoman >> >> Update default environment to support new kernel DSS2 subsystem and >> simplify rootfs type and location changes. >> >> Signed-off-by: Steve Sakoman >> Signed-off-by: Dirk Behme >> >> --- >>  include/co

[U-Boot] [RFC][PATCH 8/8] Final i386 Relocation

2009-09-26 Thread Graeme Russ
--- board/eNET/config.mk |2 + board/eNET/eNET.c | 17 -- board/eNET/u-boot.lds | 49 +++ cpu/i386/cpu.c | 12 ++- cpu/i386/interrupts.c |4 +- cpu/i386/start.S | 125 +++--

[U-Boot] [RFC][PATCH 5/8] Fix race condition when using SC520 timers

2009-09-26 Thread Graeme Russ
--- cpu/i386/sc520/sc520_timer.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cpu/i386/sc520/sc520_timer.c b/cpu/i386/sc520/sc520_timer.c index 23de14b..25c9a24 100644 --- a/cpu/i386/sc520/sc520_timer.c +++ b/cpu/i386/sc520/sc520_timer.c @@ -35,6 +35,12 @@ voi

[U-Boot] [RFC][PATCH 3/8] Fix i386 malloc initialisation

2009-09-26 Thread Graeme Russ
--- board/eNET/u-boot.lds |5 - common/dlmalloc.c |6 -- include/configs/eNET.h|2 +- include/configs/sc520_cdp.h |2 +- include/configs/sc520_spunk.h |2 +- lib_i386/board.c | 15 +++ 6 files changed, 14 insertio

[U-Boot] [PATCH-ARM 4/4, v2] Clean-up of s3c24x0 nand driver]

2009-09-26 Thread kevin.morf...@fearnside-systems.co.uk
Changes since v1: - re-formatted patch to remove line wrapping Note that patch 2/4 of this series has not changed. This patch re-formats the arm920t s3c24x0 nand driver in preparation for changes to add support for the Embest SBC2440-II Board. The changes are as follows: - re-indent the code usi

Re: [U-Boot] smc911x runtime detection

2009-09-26 Thread Tom
Dirk Behme wrote: > Olof Johansson wrote: >> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >> over tftp. >> >> Based on the omap3 evm code. I added a new highlevel define for Tobi >> to avoid having it dependent on CMD_NET (which would seem backward in >> this case). > > Fir

Re: [U-Boot] [PATCH 3/4 v3] s5pc1xx: support serial driver

2009-09-26 Thread Minkyu Kang
Dear Tom 2009/9/23 Tom : > Minkyu Kang wrote: >> This patch includes the serial driver for s5pc1xx >> >> Signed-off-by: Minkyu Kang > > Add a better commit log. > Explain why a special serial driver is needed instead > of using the generic serial driver. ok. > >> --- >> Changes since v1: >> - u