Re: [U-Boot] U-Boot Versioning

2008-09-02 Thread Luigi 'Comio' Mantellini
Il lunedì 01 settembre 2008 17:54:08 Robert Schwebel ha scritto: > On Sat, Aug 30, 2008 at 01:12:31AM +0200, Wolfgang Denk wrote: > > Or use colors. > > > > The next release will then be the Yellow Submarine :) > > We've also considered to name toolchain releases after food. So for > example if gcc

Re: [U-Boot] [PATCH 1/1] device: clone device on register

2008-09-02 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > I've plan to cleanup this part during next release. > > and redesign console management to simplify it and reduce its code. > > I'm currently designing a generic bus/device/driver mecanism that will > simplify the implementation withou

Re: [U-Boot] unassigned-patches/24: [PATCH] PHY: Add support for the M88E1121R Marvell chip.

2008-09-02 Thread Detlev Zundel
Hi Ben, > Hi Detlev, > > On Mon, Sep 1, 2008 at 3:48 PM, Detlev Zundel <[EMAIL PROTECTED]> wrote: >> Hi Ben, >> >>> It looks like this one slipped through the cracks. I've looked through >>> my e-mails and found one from Wolfgang on 6/8 where he said he'd apply >>> it, so I acked the patch rather

Re: [U-Boot] Burning U-boot on 460EX using BDI3000

2008-09-02 Thread Felix Radensky
Hi, Victor Victor Gallardo wrote: > > Hi Felix, > > Here is my BDI configuration file for Canyonlands. > > This one should work for you. This one configures OCM instead DDR. > > -Victor Gallardo > > Your configuration works fine, thanks a lot. Felix. > -Original Message- > From: [EM

[U-Boot] [PATCH 3/6] avr32: Reserve memory for LCD framebuffer

2008-09-02 Thread Haavard Skinnemoen
Use lcd_setmem() to reserve memory for the LCD framebuffer before relocation. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- include/asm-avr32/global_data.h |1 + lib_avr32/board.c |6 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/a

[U-Boot] [PATCH 1/6] ATSTK1000: Make the MACBs individually selectable

2008-09-02 Thread Haavard Skinnemoen
Make it possible to enable just one of the two ethernet interfaces on the ATSTK1000. This is necessary for LCD support since MACB1 conflicts with the LCD controller. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- board/atmel/atstk1000/atstk1000.c |8 +++- include/configs/atstk1

[U-Boot] [PATCH 6/6] ATSTK1000: LCD support

2008-09-02 Thread Haavard Skinnemoen
Add the necessary glue and enable LCD support on ATSTK1002 and ATSTK1006. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- board/atmel/atstk1000/atstk1000.c | 97 + include/configs/atstk1002.h | 22 include/configs/atstk1006.h

[U-Boot] [PATCH 2/6] avr32: Add clk and portmux infrastructure for the LCDC

2008-09-02 Thread Haavard Skinnemoen
Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- cpu/at32ap/at32ap700x/portmux.c | 14 ++ include/asm-avr32/arch-at32ap700x/chip-features.h |5 + include/asm-avr32/arch-at32ap700x/clk.h |6 ++ include/asm-avr32/arch-at32ap700x/port

[U-Boot] [PATCH 5/6] ATSTK1000: Add driver for the onboard LCD panel

2008-09-02 Thread Haavard Skinnemoen
From: Haavard Skinnemoen <[EMAIL PROTECTED]> This adds mode definitions and initialization code for the on-board Samsung LTV350QV panel. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- board/atmel/atstk1000/Makefile |1 + board/atmel/atstk1000/ltv350qv.c | 157 ++

[U-Boot] [PATCH 4/6] spi: Add spi_xfer_single() convenience wrapper

2008-09-02 Thread Haavard Skinnemoen
Quite often, you only want to do a single SPI transfer with chip select toggling before and after. Add a simple convenience wrapper for this purpose. For more "advanced" usage, the spi_xfer() function is still available. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- include/spi.h |

[U-Boot] [PATCH 0/6] ATSTK1000 LCD panel support

2008-09-02 Thread Haavard Skinnemoen
The following series adds support for the LCD panel on the ATSTK1000. To use this, you must first apply both of the following series: http://lists.denx.de/pipermail/u-boot/2008-September/039826.html http://lists.denx.de/pipermail/u-boot/2008-September/039833.html I'm a bit unsure what to do about

[U-Boot] [PATCHv2] Don't tftp to unknown flash

2008-09-02 Thread Jochen Friedrich
If a board has a variable number of flash banks, there are empty entries in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with "Outside available Flash". This patch skips flash banks with unknown flash ids. Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> --- net/tftp.c |2

[U-Boot] [PATCH 3/6] 4xx: Cleanup PLU405 linker script

2008-09-02 Thread Matthias Fuchs
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/plu405/u-boot.lds | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/board/esd/plu405/u-boot.lds b/board/esd/plu405/u-boot.lds index d70d379..d52b51a 100644 --- a/board/esd/plu405/u-boot.lds +++ b/b

[U-Boot] [PATCH 2/6] 4xx: Add fdt support for PLU405 boards

2008-09-02 Thread Matthias Fuchs
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- include/configs/PLU405.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 0e04691..211d926 100644 --- a/include/configs/PLU405.h +++ b/include/configs/PLU405.h @

[U-Boot] [PATCH 1/6] 4xx: Increase U-Boot size to 384kB for PLU405 boards

2008-09-02 Thread Matthias Fuchs
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/plu405/config.mk |3 +-- include/configs/PLU405.h |6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/board/esd/plu405/config.mk b/board/esd/plu405/config.mk index 25b2105..0fb4efa 100644 --- a/board/es

[U-Boot] [PATCH 4/6] 4xx: Cleanup PLU405 platform file

2008-09-02 Thread Matthias Fuchs
This patch - wraps some long lines - removes unused/obsolete functions: misc_init_f() and initdram() Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/plu405/plu405.c | 58 1 files changed, 21 insertions(+), 37 deletions(-) diff --git

[U-Boot] [PATCH 5/6] 4xx: Enable USB on PLU405 boards

2008-09-02 Thread Matthias Fuchs
This patch enables the PCI-OHCI controller on PLU405 board. Also the default CPU frequency is updated to 266 MHz and command line editing is enabled. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- include/configs/PLU405.h | 20 1 files changed, 16 insertions(+), 4 d

[U-Boot] [PATCH 6/6] 4xx: Coding style cleanup

2008-09-02 Thread Matthias Fuchs
Wrap long lines etc. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- include/configs/PLU405.h | 162 ++--- 1 files changed, 79 insertions(+), 83 deletions(-) diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 4d302ef..38c495e 100

Re: [U-Boot] [PATCH 0/6] ATSTK1000 LCD panel support

2008-09-02 Thread Haavard Skinnemoen
"Eirik Aanonsen" <[EMAIL PROTECTED]> wrote: > I would prefer more testing over user/developer compability. Yes. I don't feel good about merging something which no boards use by default. > But if you resize the partition for u-boot be sure to resize to 256k and > not 192k, since this would cause a

Re: [U-Boot] [PATCH 0/6] ATSTK1000 LCD panel support

2008-09-02 Thread Eirik Aanonsen
>The following series adds support for the LCD panel on the ATSTK1000. >To use this, you must first apply both of the following series: > >http://lists.denx.de/pipermail/u-boot/2008-September/039826.html >http://lists.denx.de/pipermail/u-boot/2008-September/039833.html > >I'm a bit unsure what to d

Re: [U-Boot] [PATCH 2/5] atmel_lcdfb: Straighten out funky vl_sync logic

2008-09-02 Thread Detlev Zundel
Hi Haavard, > If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED, > otherwise we don't. WTF? > > Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> > --- > drivers/video/atmel_lcdfb.c |5 + > 1 files changed, 1 insertions(+), 4 deletions(-) > > diff --git a/drivers

Re: [U-Boot] [PATCH 0/6] ATSTK1000 LCD panel support

2008-09-02 Thread Eirik Aanonsen
>> I would prefer more testing over user/developer compability. >Yes. I don't feel good about merging something which no boards use by >default. >> But if you resize the partition for u-boot be sure to resize to 256k >and >> not 192k, since this would cause a lot more problems than needed for >us >

Re: [U-Boot] [PATCH 2/5] atmel_lcdfb: Straighten out funky vl_sync logic

2008-09-02 Thread Haavard Skinnemoen
Detlev Zundel <[EMAIL PROTECTED]> wrote: > What about > > value |= panel_info.vl_sync & (ATMEL_LCDC_INVLINE_INVERTED | > ATMEL_LCDC_INVFRAME_INVERTED); > > [break lines where convenient] Apart from this being the formal > equivalent to the original code, this would make it more clear what

Re: [U-Boot] [PATCH 0/6] ATSTK1000 LCD panel support

2008-09-02 Thread Haavard Skinnemoen
"Eirik Aanonsen" <[EMAIL PROTECTED]> wrote: > >I'm talking about changing the partitioning specifically on ATSTK1000. > >Other boards can do whatever they want. But it may be a good idea to > >reserve 256k anyway since it becomes less likely that we'll have to do > >the same thing all over again in

[U-Boot] MACB and DM9000 support for AT91SAM9260

2008-09-02 Thread Frank v/d Schoot
Hi All, We have a board with 2 ethernet ports: one on the macb and the other on a dm9000-chip. Got them both working under linux but the dm9000 doesn't get a MAC-address assigned now. I would like to give the dm9000 its MAC-address in U-Boot via a environment-variable. Because I'm new to U-Boot, I

[U-Boot] [PATCH 4/4] 4xx: Update VOM405 board configuration

2008-09-02 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> - remove PCI code - add command line editing - minor cleanup Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- include/configs/VOM405.h | 52 -- 1 files changed, 9 insertions(+), 43 deletions(-) diff --gi

[U-Boot] [PATCH 2/4] 4xx: Cleanup VOM405 linker script

2008-09-02 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/vom405/u-boot.lds | 12 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/board/esd/vom405/u-boot.lds b/board/esd/vom405/u-boot.lds index 21547ac..5d07e44 100644 -

[U-Boot] [PATCH 3/4] 4xx: Remove obsolete initdram() function from VOM405 board

2008-09-02 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> This patch removed the obsolete initdram() function from VOM405 platform file. Some minor cleanup. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/vom405/vom405.c | 25 - 1 files changed, 0 insertions(+), 25 dele

[U-Boot] [PATCH 1/4] 4xx: Add fdt support for VOM405 boards

2008-09-02 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- include/configs/VOM405.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h index ec6f205..43404fc 100644 --- a/include/configs

Re: [U-Boot] MACB and DM9000 support for AT91SAM9260

2008-09-02 Thread Haavard Skinnemoen
"Frank v/d Schoot" <[EMAIL PROTECTED]> wrote: > We have a board with 2 ethernet ports: one on the macb and the other on a > dm9000-chip. Got them both working under linux but the dm9000 doesn't get a > MAC-address assigned now. I would like to give the dm9000 its MAC-address in > U-Boot via a envir

[U-Boot] [PATCH] 4xx: Remove obsolete or unused functions from some esd boards

2008-09-02 Thread Matthias Fuchs
This patch removes initdram() and testdram() from most esd 405 platforms. Some boards also have an empty dummy implementation of misc_init_f(). This is also removed. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/apc405/apc405.c | 10 -- board/esd/ash405/ash405.c

[U-Boot] [PATCH] at91rm9200: fix errors with CONFIG_CMD_I2C_TREE

2008-09-02 Thread Jens Scharsig
This patch prevents linker error on AT91RM9200 boards, if CONFIG_CMD_I2_TREE is set. It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function. Signed-off-by: Jens Scharsig <[EMAIL PROTECTED]> --- diff --git a/cpu/arm920t/at91rm9200/i2c.c b/cpu/arm920t/at91rm9200/i2c.c index 826ce

Re: [U-Boot] MACB and DM9000 support for AT91SAM9260

2008-09-02 Thread michael
Hi, Haavard Skinnemoen wrote: > "Frank v/d Schoot" <[EMAIL PROTECTED]> wrote: > >> We have a board with 2 ethernet ports: one on the macb and the other on a >> dm9000-chip. Got them both working under linux but the dm9000 doesn't get a >> MAC-address assigned now. I would like to give the dm9000

Re: [U-Boot] MACB and DM9000 support for AT91SAM9260

2008-09-02 Thread Haavard Skinnemoen
[Re-adding mailing list to Cc] "Frank van der Schoot" <[EMAIL PROTECTED]> wrote: > Well after some more investigation: the macb-driver is creating an > eth_device-structure and this structure is initialised in > macb_eth_initialize() and then registered with eth_register(). So this > gives it some

Re: [U-Boot] [PATCH 0/6] Support NAND in fw_printenv/fw_setenv

2008-09-02 Thread Guennadi Liakhovetski
On Sun, 31 Aug 2008, Wolfgang Denk wrote: > Dear Guennadi Liakhovetski, > > In message <[EMAIL PROTECTED]> you wrote: > > What follows is a patch series to support NAND environment under Linux, > > including bad blocks. In principle, this is just one logical change, but > > it is a big one... S

[U-Boot] [PATCH] fw_env: add NAND support

2008-09-02 Thread Guennadi Liakhovetski
Add support for environment in NAND with automatic NOR / NAND recognition, including unaligned environment, bad-block skipping, redundant environment copy. Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> --- This is now a single patch. No union any more, instead a struct with pointers

Re: [U-Boot] [PATCH 1/1] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-02 Thread Victor Gallardo
Hi Ben, OK. You are correct. I will update this area and resubmit. -Victor Gallardo -Original Message- From: Ben Warren [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2008 9:34 AM To: Victor Gallardo Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 1/1] ppc4xx: Add support f

Re: [U-Boot] U-Boot Versioning

2008-09-02 Thread Robert Schwebel
On Tue, Sep 02, 2008 at 09:37:04AM +0200, Luigi 'Comio' Mantellini wrote: > good idea... but I would like to clarify that we (italians) don't eat > Spaghetti with Bolognese but we prefer to use Tagliatelle or Tortellini or > Ravioli pasta, and the Sugo Bolognese's ingredients are: > - Onion >

[U-Boot] [PATCH V2] ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c

2008-09-02 Thread Hugo Villeneuve
ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- Remove duplicate code in a if/else block in cpu/arm926ejs/davinci/dp83848.c. cpu/arm926ejs/davinci/dp83848.c | 27 +++ 1 files changed, 7 inser

[U-Boot] [PATCH] fw_env.c: fix build problems with MTD_VERSION=old

2008-09-02 Thread Wolfgang Denk
(as needed to support old 2.4 Linux kernel based releases) Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- tools/env/fw_env.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index b8bca91..e4fc02d 100644 --- a/tools/env/fw_en

[U-Boot] Changing u-boot parameter from linux.

2008-09-02 Thread Brian S. Park
Hi all, What is the recommended way to update u-boot parameter (such as network IP) from linux? In the past, I just updated the parameter sector in the flash by calculating the check sum and wrote the new data to the flash directly from linux application. This works ok if u-boot is not updated.

[U-Boot] DM9161BMSR must be read twice ?

2008-09-02 Thread Nícolas Carneiro Lebedenco
Hi, I'm developing a custom board based on the AT91RM9200dk. In u-boot prompt, every time a enter a network command such as tftp or ping I get a message like this: "MAC: error during MII initialization" Although the command actually seems to work I was a little concerned. After taking a look

Re: [U-Boot] Changing u-boot parameter from linux.

2008-09-02 Thread Ben Warren
Hi Brian, Brian S. Park wrote: > Hi all, > What is the recommended way to update u-boot parameter (such as > network IP) from linux? In the past, I just updated the parameter > sector in the flash by calculating the check sum and wrote the new > data to the flash directly from linux application

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-02 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > Add support for environment in NAND with automatic NOR / NAND recognition, > including unaligned environment, bad-block skipping, redundant environment > copy. > > Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> >

Re: [U-Boot] ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller

2008-09-02 Thread Jon Loeliger
On Sat, 2008-08-30 at 11:22 +0200, Stefan Roese wrote: > > I used > > Evolution on Linux to send the patch using the instructions given in > > Documentation/email-clients in Linux kernel tree. I have problems using git > > send-email because we send emails using the Exchange server. > > OK, then

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-02 Thread Guennadi Liakhovetski
On Tue, 2 Sep 2008, Wolfgang Denk wrote: > > + /* Offset inside a block */ > > + block_seek = offset - blockstart; > ... > > + /* Limit to one block for the first read */ > > Why? Because this is on NAND, there we have to perform all IO block at a time. > > + > > + /* >

[U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-02 Thread Wolfgang Denk
From: Grzegorz Bernacki <[EMAIL PROTECTED]> Offset of NFC register has changed in rev 2 of SoC. U-Boot passes information about it in property of nfc node. Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/ads5121/ads5121.c | 33 +

Re: [U-Boot] [PATCH 0/6] ATSTK1000 LCD panel support

2008-09-02 Thread Ben Nizette
On Tue, 2008-09-02 at 14:09 +0200, Haavard Skinnemoen wrote: > Right. I was thinking maybe we could extend the boot protocol to pass > partitioning information from u-boot to the kernel -- that should make > it possible to run the same kernel on boards with different flash > layout as long as the

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-02 Thread Guennadi Liakhovetski
On Tue, 2 Sep 2008, Wolfgang Denk wrote: > > + /* > > +* If we are reading, we don't need the flag and the crc any > > +* more, if we are writing, we will set them before writing out > > +*/ > > Note that this is a serious impairment compared to the

Re: [U-Boot] ppc4xx: Optimizations/Cleanups for IBM DDR2 MemoryController

2008-09-02 Thread Prodyut Hazarika
> Just make sure to select "preformat" instead of "normal" > before you "insert" -> text file" on your patch. Thanks. I will try that next time I post any patch. Regards, Prodyut Hazarika ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-02 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > > If you were first setting the flag to "invalid, write in progress", then > wrote the environment, then reset the flag to "valid, write completed > successfully", then yes, writing per one write would be essentially > diff

[U-Boot] [PATCH] ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h

2008-09-02 Thread Gururaja Hebbar K R
Hi, Any update on this patch. I even checked Linux Source for this define & way back in Linux 2.6.11, same kind of patch was applied. More info @ http://www.linuxhq.com/kernel/v2.6/11/include/asm-arm/arch-omap/hardware.h TIA Regards Gururaja ___ U-B

[U-Boot] U-Boot version for a new port

2008-09-02 Thread Roman Mashak
Hello, I'm planning to make a port on a ARM926EJ-S based board. What is the recommended way: take release or GIT version as a base ? Thanks. -- Roman Mashak ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Gururaja Hebbar K R
Hi, > From: "Roman Mashak" <[EMAIL PROTECTED]> > Subject: [U-Boot] U-Boot version for a new port > I'm planning to make a port on a ARM926EJ-S based board. What is the > recommended way: take release or GIT version as a base ? Depends on what processor you are using, atmel at91sam9 series or omap

[U-Boot] [PATCH] ARM - Remove references to CONFIG_INIT_CRITICAL from ARM based boards

2008-09-02 Thread Gururaja Hebbar K R
Hi, - CONFIG_INIT_CRITICAL is deprecated - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - replace by CONFIG_SKIP_LOWLEVEL_INIT Signed-off-by: Gururaja Hebbar <[EMAIL PROTECTED]> --- cpu/arm946es/start.S|6 +++--- cpu/arm_intcm/start.S |2 +- i

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Roman Mashak
Hi, 2008/9/2 Gururaja Hebbar K R <[EMAIL PROTECTED]>: > Depends on what processor you are using, atmel at91sam9 series or omap > or ti davinci It's LG's system-on-chip, consisting of main CPU (ARM926EJ-S based), running at 216MHz, mpeg2/mpeg4/audio decoding engines, LCD interface, UART. On-chip R

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Jerry Van Baren
Roman Mashak wrote: > Hello, > > I'm planning to make a port on a ARM926EJ-S based board. What is the > recommended way: take release or GIT version as a base ? > Thanks. Definitely work off the GIT tip of the tree. The current window for changes is (almost) closed: there will be a period of st

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Roman Mashak
Hello, 2008/9/2 Jerry Van Baren <[EMAIL PROTECTED]>: [skip] I didn't work with 'git' before, mainly subversion and CVS -- need time to master up this tool. Is it correct to issue git clone git://www.denx.de/git/u-boot.git u-boot/ in order to obtain local copy of the current sources ? > The cu

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-09-02 Thread thaoth
Hi Nobuhiro Iwamatsu, Now I'm porting USB on board T-Engine(SH7727) - My configure following : #define CONFIG_CMD_USB #define CONFIG_USB_OHCI_NEW 1 #define CONFIG_USB_STORAGE 1 #define CFG_USB_OHCI_REGS_BASE 0x04000400 #define CFG_USB_OHCI_SLOT_NAME "s3c2400" #define CFG_USB_OHCI_MAX_RO

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Ben Warren
Roman Mashak wrote: > Hello, > > 2008/9/2 Jerry Van Baren <[EMAIL PROTECTED]>: > > [skip] > > I didn't work with 'git' before, mainly subversion and CVS -- need > time to master up this tool. Is it correct to issue > > git clone git://www.denx.de/git/u-boot.git u-boot/ > > in order to obtain local

Re: [U-Boot] [PATCHv2] Don't tftp to unknown flash

2008-09-02 Thread Ben Warren
Jochen Friedrich wrote: > If a board has a variable number of flash banks, there are empty entries > in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with > "Outside available Flash". This patch skips flash banks with unknown > flash ids. > > Signed-off-by: Jochen Friedrich <[EMAIL

[U-Boot] Pull request - NET

2008-09-02 Thread Ben Warren
Wolfgang, The following changes since commit e99e9575bbeba1b7c48e046547cae065ec0071de: Wolfgang Denk (1): Merge branch 'Makefile' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-net.git master Andy Fleming (6): tsec: Move tsec.h

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Wolfgang Denk
Dear Roman, In message <[EMAIL PROTECTED]> you wrote: > > I didn't work with 'git' before, mainly subversion and CVS -- need > time to master up this tool. Is it correct to issue > > git clone git://www.denx.de/git/u-boot.git u-boot/ Yes. > > The current window for changes is (almost) closed:

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Wolfgang Denk
Dear Ben, In message <[EMAIL PROTECTED]> you wrote: > > > git clone git://www.denx.de/git/u-boot.git u-boot/ > > > > in order to obtain local copy of the current sources ? > > > > > git clone git://git.denx.de/u-boot.git u-boot > > I seem to vaguely remember a message that this one is more gua

[U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-02 Thread Victor Gallardo
This patch adds GPCS, SGMII and M88E1112 PHY support for the AMCC PPC460GT/EX processors. Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- cpu/ppc4xx/4xx_enet.c | 162 - cpu/ppc4xx/miiphy.c | 41 - include/ppc4xx_enet.h |3