Re: [U-Boot] K9G8G08UM u-boot 1.1.6 saveenv

2008-11-02 Thread Wolfgang Denk
Dear hjj, In message <[EMAIL PROTECTED]> you wrote: > > Hi,every one ,i met a question with u-boot 1.1.6 and nand flash K9G8G08UM ¡£ > when i do saveenv, it can save into ram,but when i reset ,it resets the > default! > following is u-boot information: > > U-Boot 1.1.6 (Nov 2 2008 - 10:54:43) f

Re: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv().

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:09 Sat 01 Nov , [EMAIL PROTECTED] wrote: > Hello, > > This is a patch to modify the mx31ads target to use lldiv(). Otherwise, > it fails to build by EABI toolchain. > > Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> > --- > cpu/arm1136/mx31/interrupts.c | 11 ++- > 1 fil

Re: [U-Boot] [PATCH] ARM: Use do_div() instead of division for "long long".

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:00 Wed 22 Oct , Wolfgang Denk wrote: > From: Sergei Poselenov <[EMAIL PROTECTED]> > > Also make sure to feed the right compiler options. > > Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> > Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> > --- > These changes are needed with some

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-11-02 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > > > Is there anybody around volunteering to become custodian for > > Dataflash support? > If we can keep it with AT91? > > Nearly all at91 ref board had dataflash Does that mean you want to take that duty as part

Re: [U-Boot] [POWERPC] mgsuvd: remove unused defines in config file.

2008-11-02 Thread Wolfgang Denk
Dear Heiko Schocher, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> > --- > include/configs/mgsuvd.h |3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH 01/10] Consolidate MAX/MIN definitions

2008-11-02 Thread Wolfgang Denk
Dear Andy Fleming, In message <[EMAIL PROTECTED]> you wrote: > There were several, now there is one (two if you count the lower-case > versions). > > Signed-off-by: Andy Fleming <[EMAIL PROTECTED]> > --- > board/delta/nand.c |2 -- > board/zylonite/nand.c |2 -- >

Re: [U-Boot] [PATCH] TQM8260: use CFI flash driver instead of custom driver.

2008-11-02 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> > --- > board/tqc/tqm8260/Makefile |2 +- > board/tqc/tqm8260/flash.c | 497 > > include/configs/TQM8260.h |7 + > 3 files chan

Re: [U-Boot] [PATCH]: FFS/UFS filesystems support

2008-11-02 Thread Wolfgang Denk
Dear Stanislav Sedov, In message <[EMAIL PROTECTED]> you wrote: > > Content-Type: multipart/signed; protocol="application/pgp-signature"; Please send plain text, no fancy MIME multipart stuff. > The patch attached implements the FFS/UFS FreeBSD filesystem > support for u-boot. Hopefully, it will

Re: [U-Boot] [PATCH 1/1] common/Makefile: create others group for non core, environment and command files

2008-11-02 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > common/Makefile |7 +-- > 1 files changed, 5 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DE

Re: [U-Boot] [PATCH] ppc: Fix compile warnings when !CONFIG_OF_LIBFDT

2008-11-02 Thread Wolfgang Denk
Dear Peter Tyser, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> > --- > lib_ppc/bootm.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfga

Re: [U-Boot] [PATCH] lcd: Let the board code show board-specific info cleanup

2008-11-02 Thread Wolfgang Denk
Dear Peter Tyser, In message <[EMAIL PROTECTED]> you wrote: > Allow tqm8xx.c to cleanly compile when CONFIG_LCD_INFO is > defined and remove unneeded version.h from lcd.c > > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> > --- > I noticed this when adding timestamp.h to tqm8xx.c. > The "Update U

Re: [U-Boot] [PATCH/RFC] Some speed improvements to U-Boot JFFS2 code

2008-11-02 Thread Wolfgang Denk
Dear Ilya, In message <[EMAIL PROTECTED]> you wrote: > Hello Michael, > > Michael Lawnick wrote: > > I have put these patches to our board (MPC8548, NOR Flash, MTD partition > > size 48MB). > > > > a) performance has improved (execution time of 'ls' reduced from ~16s to > > ~1.5s) > > > > Sou

[U-Boot] ARM Pull request

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, please pull he following changes since commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c: Bartlomiej Sieka (1): Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX) are available in the git repository at: git://git.denx.de/u-boot-arm.git mas

[U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards

2008-11-02 Thread dirk . behme
Subject: [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards This patch series adds U-Boot v1 support for some of TI's ARM-Cortex A8 based OMAP3 boards. These are BeagleBoard [1][2], EVM [3] and Overo [4]. The patch series is based on U-Boot tar ball [5] for Beag

[U-Boot] [PATCH 01/13 v5] ARM: OMAP3: Add pin mux, clock and cpu headers

2008-11-02 Thread dirk . behme
Subject: [PATCH 01/13 v5] ARM: OMAP3: Add pin mux, clock and cpu headers From: Dirk Behme <[EMAIL PROTECTED]> Add pin mux, clock and cpu header files for OMAP3. Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v5: - Additonal space changes as proposed by Jean-Christophe PL

[U-Boot] [PATCH 02/13 v5] ARM: OMAP3: Add i2c, memory, omap3 and function prototype headers

2008-11-02 Thread dirk . behme
Subject: [PATCH 02/13 v5] ARM: OMAP3: Add i2c, memory, omap3 and function prototype headers From: Dirk Behme <[EMAIL PROTECTED]> Add i2c, memory, omap3 and function prototype headers Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v5: - Additonal space changes as propose

[U-Boot] [PATCH 03/13 v5] ARM: OMAP3: Add ARM Cortex A8 common directory

2008-11-02 Thread dirk . behme
From: Dirk Behme <[EMAIL PROTECTED]> Add ARM Cortex A8 common directory Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- cpu/arm_cortexa8/Makefile | 47 cpu/arm_cortexa8/config.mk | 36 +++ cpu/arm_cortexa8/cpu.c | 238 cpu/arm_cortexa8/start.S | 516

[U-Boot] [PATCH 04/13 v5] ARM: OMAP3: Add lowlevel init and sys_info common files

2008-11-02 Thread dirk . behme
Subject: [PATCH 04/13 v5] ARM: OMAP3: Add lowlevel init and sys_info common files From: Dirk Behme <[EMAIL PROTECTED]> Add assembly lowlevel init and sys_info common files Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v3: - Add detection and support for 128MB/256MB RAM

[U-Boot] [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts common files

2008-11-02 Thread dirk . behme
Subject: [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts common files From: Dirk Behme <[EMAIL PROTECTED]> Add board, clock, cpu and interrupts common files Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v5: - Add Readme, further clean up as proposed by Jea

[U-Boot] [PATCH 06/13 v5] ARM: OMAP3: Add memory and syslib common files

2008-11-02 Thread dirk . behme
Subject: [PATCH 06/13 v5] ARM: OMAP3: Add memory and syslib common files From: Dirk Behme <[EMAIL PROTECTED]> Add memory and syslib common files. Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v3: - Add detection and support for 128MB/256MB RAM by Mans Rullgard Changes

[U-Boot] [PATCH 07/13 v5] ARM: OMAP3: Add NAND support

2008-11-02 Thread dirk . behme
Subject: [PATCH 07/13 v5] ARM: OMAP3: Add NAND support From: Dirk Behme <[EMAIL PROTECTED]> Add NAND support Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Signed-off-by: Nishanth Menon <[EMAIL PROTECTED]> --- Changes in version v5: - Fix typos GPMC_NAND_HW_ECC_LAYOUT. By Nishanth Menon. - Add

[U-Boot] [PATCH 08/13 v5] ARM: OMAP3: Add MMC support

2008-11-02 Thread dirk . behme
Subject: [PATCH 08/13 v5] ARM: OMAP3: Add MMC support From: Dirk Behme <[EMAIL PROTECTED]> Add MMC support Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in v2: - Move MMC driver to drivers/mmc/ as suggested by Haavard Skinnemoen. Thanks! --- drivers/mmc/Makefile

[U-Boot] [PATCH 09/13 v5] ARM: OMAP3: Add I2C support

2008-11-02 Thread dirk . behme
Subject: [PATCH 09/13 v5] ARM: OMAP3: Add I2C support From: Dirk Behme <[EMAIL PROTECTED]> Add I2C support Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v5: - Split functional changes and coding style clean up as proposed by Jean-Christophe PLAGNIOL-VILLARD. Changes in

[U-Boot] [PATCH 10/13 v5] ARM: OMAP3: Add BeagleBoard

2008-11-02 Thread dirk . behme
Subject: [PATCH 10/13 v5] ARM: OMAP3: Add BeagleBoard From: Dirk Behme <[EMAIL PROTECTED]> Add BeagleBoard Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v5: - Update Makefile style and replace hardcoded values by macros as proposed by Jean-Christophe PLAGNIOL-VILLARD.

[U-Boot] [PATCH 11/13 v5] ARM: OMAP3: Add EVM board

2008-11-02 Thread dirk . behme
Subject: [PATCH 11/13 v5] ARM: OMAP3: Add EVM board From: Dirk Behme <[EMAIL PROTECTED]> Add EVM board Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v5: - Update Makefile style and replace hardcoded values by macros as proposed by Jean-Christophe PLAGNIOL-VILLARD. - Ad

[U-Boot] [PATCH 12/13 v5] ARM: OMAP3: Add Overo board

2008-11-02 Thread dirk . behme
Subject: [PATCH 12/13 v5] ARM: OMAP3: Add Overo board From: Dirk Behme <[EMAIL PROTECTED]> Add Overo board Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- Changes in version v5: - Update Makefile style and replace hardcoded values by macros as proposed by Jean-Christophe PLAGNIOL-VILLARD.

[U-Boot] [PATCH 13/13 v5] ARM: OMAP3: Add Beagle, EVM and Overo configuration and README

2008-11-02 Thread dirk . behme
From: Dirk Behme <[EMAIL PROTECTED]> Add Beagle, EVM and Overo configuration and README Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> --- doc/README.omap3 | 94 +++ include/configs/omap3_beagle.h | 289 include/configs/omap3_evm.h

[U-Boot] Creating u-boot-arm-omap3 branch

2008-11-02 Thread Dirk Behme
At IRC we had a short discussion what might be the best way how to go on with OMAP3 patch series. We are now at version 5 of this patch set, unfortunately there are still review comments open [1]. On the other hand, from reviewer point of view, sending patch series again and again (v6, v7, ...

Re: [U-Boot] [PATCH 01/13 v5] ARM: OMAP3: Add pin mux, clock and cpu headers

2008-11-02 Thread Wolfgang Denk
Dear [EMAIL PROTECTED], In message <[EMAIL PROTECTED]> you wrote: > Subject: [PATCH 01/13 v5] ARM: OMAP3: Add pin mux, clock and cpu headers > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add pin mux, clock and cpu header files for OMAP3. > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> ... > I

Re: [U-Boot] [PATCH/RFC] Some speed improvements to U-Boot JFFS2 code

2008-11-02 Thread Ilya Yanok
Hello Wolfgang, Wolfgang Denk wrote: >> Sounds good. That is what we were expecting. >> > > If you submit a patch, then please add such comments *below* the "---" > line. > That wasn't a patch submission actually... I've just wanted Michael to test if this patch helps with his problem. I'

Re: [U-Boot] [PATCH 02/13 v5] ARM: OMAP3: Add i2c, memory, omap3 and function prototype headers

2008-11-02 Thread Wolfgang Denk
Dear [EMAIL PROTECTED], In message <[EMAIL PROTECTED]> you wrote: > Subject: [PATCH 02/13 v5] ARM: OMAP3: Add i2c, memory, omap3 and function > prototype headers > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add i2c, memory, omap3 and function prototype headers > > Signed-off-by: Dirk Behme <[E

Re: [U-Boot] [PATCH 03/13 v5] ARM: OMAP3: Add ARM Cortex A8 common directory

2008-11-02 Thread Wolfgang Denk
Dear [EMAIL PROTECTED], In message <[EMAIL PROTECTED]> you wrote: > --===1314021165== > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add ARM Cortex A8 common directory > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> ... > +static void cp_delay(void) > +{ > + volatile int i; > +

Re: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv().

2008-11-02 Thread Sergei Poselenov
Hello, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:09 Sat 01 Nov , [EMAIL PROTECTED] wrote: > >> Hello, >> >> This is a patch to modify the mx31ads target to use lldiv(). Otherwise, >> it fails to build by EABI toolchain. >> >> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> >> ---

Re: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv().

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:23 Sun 02 Nov , Sergei Poselenov wrote: > Hello, > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 17:09 Sat 01 Nov , [EMAIL PROTECTED] wrote: >> >>> Hello, >>> >>> This is a patch to modify the mx31ads target to use lldiv(). Otherwise, >>> it fails to build by EABI toolchain. >>>

Re: [U-Boot] Creating u-boot-arm-omap3 branch

2008-11-02 Thread Dirk Behme
Dirk Behme wrote: > > At IRC we had a short discussion what might be the best way how to go on > with OMAP3 patch series. We are now at version 5 of this patch set, > unfortunately there are still review comments open [1]. On the other > hand, from reviewer point of view, sending patch series a

Re: [U-Boot] [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts common files

2008-11-02 Thread Wolfgang Denk
Dear [EMAIL PROTECTED], In message <[EMAIL PROTECTED]> you wrote: > Subject: [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts common > files > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add board, clock, cpu and interrupts common files > > Signed-off-by: Dirk Behme <[EMAIL PROTECTE

Re: [U-Boot] [patch 1/1] Remove linking to libgcc while compiling U-boot

2008-11-02 Thread Remy Bohmer
Hello Scott (and Wolfgang), > libgcc should *not* be expecting any OS interface. It may use a few > basic libc functions such as memcpy, that u-boot provides. libgcc could also expect the 'raise()' routine to pass divide-by-zero execeptions. (if __div0, (or __aeabi_ldiv0) is not overruled) If no

Re: [U-Boot] [patch 1/1] Remove linking to libgcc while compiling U-boot

2008-11-02 Thread Wolfgang Denk
Dear "Remy Bohmer", In message <[EMAIL PROTECTED]> you wrote: > > libgcc could also expect the 'raise()' routine to pass divide-by-zero > execeptions. (if __div0, (or __aeabi_ldiv0) is not overruled) raise()? exceptions? In C? > In the mean time things are getting more clear. In the ARM section

Re: [U-Boot] [PATCH] [ARM] Apollon UBI support v3

2008-11-02 Thread Magnus Lilja
Dear Kyungmin Park, I've now used your patch series to add UBI support to the i.MX31 Litekit board (in the NAND device present on that board) and have some additional comments on the series. 2008/10/28 Kyungmin Park <[EMAIL PROTECTED]>: > Now you can use the UBI at apollon board > > Signed-off-by

Re: [U-Boot] [PATCH] [UBI] UBI command support v3

2008-11-02 Thread Magnus Lilja
Dear Kyungmin Park, Some more comments. 2008/10/28 Kyungmin Park <[EMAIL PROTECTED]>: > It supports basic operation such as create, remove, read, and write. > > Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> > --- > diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c > new file mode 100644 > index

Re: [U-Boot] [PATCH] [UBI] Basic Unsorted Block Image (UBI) support v3 (#1)

2008-11-02 Thread Magnus Lilja
Dear Kyungmin Park, Some more comments after testing your patches. 2008/10/28 Kyungmin Park <[EMAIL PROTECTED]>: > UBI (Latin: "where?") stands for "Unsorted Block Images". It is a volume > management system for flash devices which manages multiple logical volumes on > a single physical flash d

Re: [U-Boot] [PATCH] [UBI] Basic Unsorted Block Image (UBI) support v3 (#5)

2008-11-02 Thread Magnus Lilja
Dear Kyungmin Park, 2008/10/28 Kyungmin Park <[EMAIL PROTECTED]>: > UBI (Latin: "where?") stands for "Unsorted Block Images". It is a volume > management system for flash devices which manages multiple logical volumes on > a single physical flash device and spreads the I/O load (i.e, wear-leveli

Re: [U-Boot] [patch 1/1] Remove linking to libgcc while compiling U-boot

2008-11-02 Thread Remy Bohmer
Hello Wolfgang, >> libgcc could also expect the 'raise()' routine to pass divide-by-zero >> execeptions. (if __div0, (or __aeabi_ldiv0) is not overruled) > raise()? exceptions? In C? Please, do not get pikky about choice of words... You can call it an exception, signal, or whatever. (If I meant C

Re: [U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:34 Sun 02 Nov , [EMAIL PROTECTED] wrote: > Subject: [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex > A8 OMAP3 boards > > This patch series adds U-Boot v1 support for some of TI's ARM-Cortex A8 based > OMAP3 boards. These are BeagleBoard [1][2], EVM [3] and Overo [4

Re: [U-Boot] [PATCH] powerpc: change 86xx SMP boot method

2008-11-02 Thread Becky Bruce
On Nov 1, 2008, at 1:07 AM, Liu Dave wrote: >> +/* >> + * Copy the code for other cpus to execute into an >> + * aligned location accessible via BPTR >> + */ >> +void setup_mp(void) >> +{ >> +extern ulong __secondary_start_page; >> +ulong fixup = (ulong)&__secondary_start_page; >> +u3

Re: [U-Boot] [patch 1/1] Remove linking to libgcc while compiling U-boot

2008-11-02 Thread Wolfgang Denk
Dear Remy, In message <[EMAIL PROTECTED]> you wrote: > > >> What I now believe that should be done is to investigate (compile > >> time) what type of ABI is supported by the libgcc provided by the > >> compiler, and adjust the compile settings to that ABI. > > > > If such a thing needs to be done

Re: [U-Boot] [PATCH 08/13 v5] ARM: OMAP3: Add MMC support

2008-11-02 Thread Kyungmin Park
Hi, > +} > Index: u-boot-arm/drivers/mmc/Makefile > === > --- u-boot-arm.orig/drivers/mmc/Makefile > +++ u-boot-arm/drivers/mmc/Makefile > @@ -26,6 +26,9 @@ include $(TOPDIR)/config.mk > LIB:= $(obj)libmmc.a > > COBJS-$(CONFIG_A

Re: [U-Boot] [PATCH] [ARM] Apollon UBI support v3

2008-11-02 Thread Kyungmin Park
On Mon, Nov 3, 2008 at 6:00 AM, Magnus Lilja <[EMAIL PROTECTED]> wrote: > Dear Kyungmin Park, > > I've now used your patch series to add UBI support to the i.MX31 > Litekit board (in the NAND device present on that board) and have some > additional comments on the series. > > 2008/10/28 Kyungmin Pa

Re: [U-Boot] [PATCH] [UBI] UBI command support v3

2008-11-02 Thread Kyungmin Park
On Mon, Nov 3, 2008 at 6:01 AM, Magnus Lilja <[EMAIL PROTECTED]> wrote: > Dear Kyungmin Park, > > Some more comments. > > 2008/10/28 Kyungmin Park <[EMAIL PROTECTED]>: >> It supports basic operation such as create, remove, read, and write. >> >> Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> >> -

Re: [U-Boot] [PATCH] [UBI] Basic Unsorted Block Image (UBI) support v3 (#1)

2008-11-02 Thread Kyungmin Park
On Mon, Nov 3, 2008 at 6:01 AM, Magnus Lilja <[EMAIL PROTECTED]> wrote: > Dear Kyungmin Park, > > Some more comments after testing your patches. > > 2008/10/28 Kyungmin Park <[EMAIL PROTECTED]>: >> UBI (Latin: "where?") stands for "Unsorted Block Images". It is a volume >> management system for fl

Re: [U-Boot] [PATCH 09/13 v5] ARM: OMAP3: Add I2C support

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:38 Sun 02 Nov , [EMAIL PROTECTED] wrote: > Subject: [PATCH 09/13 v5] ARM: OMAP3: Add I2C support > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add I2C support > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > Changes in version v5: > > - Split functional changes and coding s

[U-Boot] [PATCH V2] powerpc 86xx: Handle CCSR relocation earlier

2008-11-02 Thread Becky Bruce
Currently, the CCSR gets relocated while translation is enabled, meaning we need 2 BAT translations to get to both the old location and the new location. Also, the DEFAULT CCSR location has a dependency on the BAT that maps the FLASH region. Moving the relocation removes this unnecessary dependen

[U-Boot] MAKEALL ml507_flash return "Not enough room for program headers" error

2008-11-02 Thread Benny Chen
Hi there, I am trying to build a U-Boot image for the ML507 board running from FLASH and got the "Not enough room for program headers" error. The main difference for my setup is the toolchain. I am using the powerpc-eabi-ld linker from Xilinx's EDK tool chain to build the ml507_flash design f

Re: [U-Boot] [PATCH] [UBI] Basic Unsorted Block Image (UBI) support v3 (#1)

2008-11-02 Thread Magnus Lilja
2008/11/3 Kyungmin Park <[EMAIL PROTECTED]>: > On Mon, Nov 3, 2008 at 6:01 AM, Magnus Lilja <[EMAIL PROTECTED]> wrote: >>> + ubi_msg("attached mtd%d to ubi%d", mtd->index, ubi_num); >>> + ubi_msg("MTD device name:\"%s\"", mtd->name); >>> + ubi_msg("MTD device size:

[U-Boot] new board SDRAM conf

2008-11-02 Thread 조기성
Hi!, I’m using ppc440Ep and using u-boot1.3.3 I’m using u-boot1.1.3 with Yosemite configuration. When I boot with Yosemite conf , it stops SDRAM:256 , it’ shows cpu, pci conf My New Board configuration is only different SDRAM Size and Flash Size. Where can I modify my Yosemite configurati

Re: [U-Boot] Building u-boot for the AT91RM9200-EK circa 2008

2008-11-02 Thread Martin Hejnfelt
Pink Boy wrote: > Hi, first post here. > > vis: Building u-boot for the AT91RM9200-EK circa 2008 > > Is this still possible all things considered? It appears that > this board is left behind in a backwater sometime around 2006. > > Problem is I need to compile a new version of u-boot for my > new

Re: [U-Boot] [PATCH] Flex-OneNAND driver

2008-11-02 Thread Rohit
Hi, Kyungmin Park wrote: >> Why? If it's dynamic changes to the boundary that concern you, you could >> tear down the device(s) and re-initialize. > > Okay consider that add reset or reprobe command to do this > We can expose Flex-OneNAND as a SLC device and a MLC device by having two mtd_info

Re: [U-Boot] new board SDRAM conf

2008-11-02 Thread Stefan Roese
On Monday 03 November 2008, 조기성 wrote: > I’m using ppc440Ep and using u-boot1.3.3 > > I’m using u-boot1.1.3 with Yosemite configuration. Please use the latest version from the DENX git repository. > When I boot with Yosemite conf , it stops SDRAM:256 , it’ shows cpu, pci > conf So it most likel

Re: [U-Boot] [PATCH 1/3] Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC

2008-11-02 Thread Stefan Roese
Hi Ben, On Saturday 01 November 2008, Ben Warren wrote: > > Patch failed at 0001. > > When you have resolved this problem run "git am -3 --resolved". > > If you would prefer to skip this patch, instead run "git am -3 --skip". > > To restore the original branch and stop patching run "git am -3 --ab