Re: [U-Boot] [PATCH] omap3: allow slection of NAND GPMC settings based on board config

2009-11-15 Thread Mike Rapoport
Any comments on this? Mike Rapoport wrote: > There are several presets for GPMC registers defined in > include/asm-arm/arch-omap3/mem.h. Allow selection between SMNAND and > M_NAND presets based on OMAP34XX_GPMC_NAND_ defines > > Signed-off-by: Mike Rapoport > --- > cpu/arm_cortexa8/omap3/mem.c

Re: [U-Boot] [PATCH 1/3] ppc4xx: Consolidate pci_target_init() function

2009-11-15 Thread Matthias Fuchs
Hi Stefan, good job. Please see two comments and one question below. > This patch removes the duplicted implementations of the pci_target_init() > function by introducing a weak default function for it. This weak default > has a different implementation for 440EP(x)/GR(x) PPC's. It can be > overr

Re: [U-Boot] [PATCHi v3] OMAP3: add CM-T35 board

2009-11-15 Thread Paulraj, Sandeep
> Add CM-T35 board support > > Signed-off-by: Mike Rapoport > > -- > v2 changes: > - rename board config file from omap3_cm-t35.h to cm-t35.h > - remove SZ_xx references > - add MAKEALL/MAINTEINERS entries > > v3 changes: > - fix whitespace and indentation > - remove eth_init from board_eth_init

[U-Boot] [PATCH v4] OMAP3: add CM-T35 board

2009-11-15 Thread Mike Rapoport
Add CM-T35 board support Signed-off-by: Mike Rapoport -- v2 changes: - rename board config file from omap3_cm-t35.h to cm-t35.h - remove SZ_xx references - add MAKEALL/MAINTEINERS entries v3 changes: - fix whitespace and indentation - remove eth_init from board_eth_init - add CM-T35 entry to do

Re: [U-Boot] [PATCHi v3] OMAP3: add CM-T35 board

2009-11-15 Thread Mike Rapoport
Paulraj, Sandeep wrote: > >> Add CM-T35 board support >> >> Signed-off-by: Mike Rapoport >> >> -- >> v2 changes: >> - rename board config file from omap3_cm-t35.h to cm-t35.h >> - remove SZ_xx references >> - add MAKEALL/MAINTEINERS entries >> >> v3 changes: >> - fix whitespace and indentation

[U-Boot] u-boot: How to read file from FAT filesystem on NorFlash MTD partition

2009-11-15 Thread Xianwei Zeng
Hello, I hope I am not sending mail to the wrong mail list. I am porting u-boot to our Xscale based board, with 32MB Nor Flash on board. And in this board, it is required that, the u-boot should be able to read some files from a FAT file system on one of the Nor Flash partitions. The Nor Flash is

Re: [U-Boot] [PATCH] smc911x: fix typo in smc911x_handle_mac_address name

2009-11-15 Thread Ben Warren
Hi Mike, On Sat, Nov 14, 2009 at 10:56 PM, Mike Rapoport wrote: > Ben, > Any chance this one can be merged as well? > > Mike Rapoport wrote: > > Signed-off-by: Mike Rapoport > > --- > > drivers/net/smc911x.c |4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a

Re: [U-Boot] [PATCH] omap3: allow slection of NAND GPMC settings based on board config

2009-11-15 Thread Tom
Mike Rapoport wrote: > Any comments on this? > This is a good idea but.. These defines are used in the TI codebase but it doesn't look like the samsung nand is used here. As a test I removed the samsung defines and reran MAKEALL arm. No failures. Also grepping the code shows that it isn't used.

[U-Boot] ARM update mach-types

2009-11-15 Thread Tom
I have pushed this change to arm/next This is a process change. I am using the latest machine registry. If you were waiting on an update, your machine should now be here. Tom commit 14fa358c9e72131339c8e33ce6a86ed292ef2f46 Author: Tom Rix Date: Sun Nov 15 10:58:06 2009 -0600 ARM Updat

Re: [U-Boot] u-boot: How to read file from FAT filesystem on NorFlash MTD partition

2009-11-15 Thread Wolfgang Denk
Dear Xianwei Zeng, In message <52c6d4120911150656w2edcf528oad05796e52b13...@mail.gmail.com> you wrote: > > In current u-boot implementation, I can use fatload to read files from > mmc or USB storage device, which is also FAT filesystem. And I can > also use fsload command to read files from JFFS

Re: [U-Boot] [PATCH v4] OMAP3: add CM-T35 board

2009-11-15 Thread Paulraj, Sandeep
> > Add CM-T35 board support > > Signed-off-by: Mike Rapoport > > -- > v2 changes: > - rename board config file from omap3_cm-t35.h to cm-t35.h > - remove SZ_xx references > - add MAKEALL/MAINTEINERS entries > > v3 changes: > - fix whitespace and indentation > - remove eth_init from board_eth

[U-Boot] [PATCH] OMAP3: BeagleBoard: Add expansion board auto detection

2009-11-15 Thread Dirk Behme
At BeagleBoard's expansion header various expansion boards can be attached. To be able to auto detect these boards, it was agreed to put a serial EEPROM at I2C bus 1 which contains some vendor and device specific information in it's first four bytes. Add logic to read the content of this serial EE

Re: [U-Boot] [PATCH] omap3: allow slection of NAND GPMC settings based on board config

2009-11-15 Thread Mike Rapoport
On Sun, Nov 15, 2009 at 6:36 PM, Tom wrote: > Mike Rapoport wrote: >> Any comments on this? >> > > This is a good idea but.. > > These defines are used in the TI codebase but > it doesn't look like the samsung nand is used here. > > As a test I removed the samsung defines > and reran MAKEALL arm.

Re: [U-Boot] [PATCH] omap3: allow slection of NAND GPMC settings based on board config

2009-11-15 Thread Nishanth Menon
On Sun, Nov 15, 2009 at 10:36 AM, Tom wrote: > Mike Rapoport wrote: >> Any comments on this? >> > > This is a good idea but.. > > These defines are used in the TI codebase but > it doesn't look like the samsung nand is used here. > > As a test I removed the samsung defines > and reran MAKEALL arm.

Re: [U-Boot] [PATCH] omap3: allow slection of NAND GPMC settings based on board config

2009-11-15 Thread Tom
Nishanth Menon wrote: > On Sun, Nov 15, 2009 at 10:36 AM, Tom wrote: >> Mike Rapoport wrote: >>> Any comments on this? >>> >> This is a good idea but.. >> >> These defines are used in the TI codebase but >> it doesn't look like the samsung nand is used here. >> >> As a test I removed the samsung d

Re: [U-Boot] [PATCH v4] OMAP3: add CM-T35 board

2009-11-15 Thread Tom
Paulraj, Sandeep wrote: >> Add CM-T35 board support >> Please add more description of the board. >> Signed-off-by: Mike Rapoport >> >> -- >> v2 changes: >> - rename board config file from omap3_cm-t35.h to cm-t35.h >> - remove SZ_xx references >> - add MAKEALL/MAINTEINERS entries Wolfgang had

Re: [U-Boot] [PATCH v4] OMAP3: add CM-T35 board

2009-11-15 Thread Wolfgang Denk
Dear Mike Rapoport, In message <1258296430-19678-1-git-send-email-m...@compulab.co.il> you wrote: > Add CM-T35 board support ... > MAINTAINERS |4 + > MAKEALL |1 + > Makefile |2 + > board/cm-t35/Makefile| 47 +++ > board/cm-t35

Re: [U-Boot] ARM pull request

2009-11-15 Thread Wolfgang Denk
Dear Tom, In message <4afb5a23.7030...@windriver.com> you wrote: > > I have cherry picked the weak sym change into arm/master-sync > This is the pull request. > Tom > > > The following changes since commit 0f365273a6c210e0d82f6dca3994be5283e6bf82: >Wolfgang Denk (1): > Merge branch

Re: [U-Boot] Pull request - mpc85xx (for v2009.11)

2009-11-15 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit 4f127980e0d4ba179b4628ebf8e8642210731055: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-net > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85xx master

Re: [U-Boot] Pull request - mpc85xx (for v2009.11)(updated)

2009-11-15 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit 4f127980e0d4ba179b4628ebf8e8642210731055: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-net > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85xx master

Re: [U-Boot] [PATCH v4] OMAP3: add CM-T35 board

2009-11-15 Thread Tom
Mike Rapoport wrote: > Add CM-T35 board support > > Signed-off-by: Mike Rapoport > > -- > v2 changes: > - rename board config file from omap3_cm-t35.h to cm-t35.h > - remove SZ_xx references > - add MAKEALL/MAINTEINERS entries > > v3 changes: > - fix whitespace and indentation > - remove eth_in

Re: [U-Boot] Pull request - net [for 2009.11]

2009-11-15 Thread Wolfgang Denk
Dear Ben Warren, In message <4afcef73.1060...@gmail.com> you wrote: > Wolfgang, > > The following changes since commit 4f127980e0d4ba179b4628ebf8e8642210731055: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-net > > are available in the git repository at: > >

Re: [U-Boot] Pull request: nand flash next

2009-11-15 Thread Wolfgang Denk
Dear Scott Wood, In message <20091113230516.ga1...@loki.buserror.net> you wrote: > The following changes since commit efe12bcec55c3d77b9ead56e62010d26b66781f3: > Stefan Roese (1): > ppc4xx: Katmai: Add chip_config command > > are available in the git repository at: > > git://git.denx

[U-Boot] [STATUS] Release date slippage

2009-11-15 Thread Wolfgang Denk
Hello everybody, I'm afraid we will have to shift the release of v2009.11 by about two weeks. I'm currently targeting a release date of December 02, 2009. Due to personal reasons I didn;t find much time lately to apply the patches / bug fixes that should go into the upcopming release, and to pu

Re: [U-Boot] u-boot: How to read file from FAT filesystem on NorFlash MTD partition

2009-11-15 Thread Xianwei Zeng
Dear Wolfgang Denk, Thank you for your reply. On Mon, Nov 16, 2009 at 3:48 AM, Wolfgang Denk wrote: > Dear Xianwei Zeng, > > In message <52c6d4120911150656w2edcf528oad05796e52b13...@mail.gmail.com> > you wrote: > > > > But I found I cann't uses these command to read files from a FAT > filesyste

[U-Boot] Pull request - i2c [for next]

2009-11-15 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit 06f43286c6354aaab0103615e83893512f86eee7: Wolfgang Denk (1): Merge branch 'master' into next are available in the git repository at: git://git.denx.de/u-boot-i2c.git next Dirk Behme (1): OMAP2/3: I2C: Add support for second an

Re: [U-Boot] u-boot: How to read file from FAT filesystem on NorFlash MTD partition

2009-11-15 Thread Wolfgang Denk
Dear Xianwei Zeng, In message <52c6d4120911151729s61a250e0j1b0ec02b43191...@mail.gmail.com> you wrote: > > Yes. I didn't enable the mtdparts support. I will try it. > > Do I need to write extra driver, for example something I was doing, > writing FAT + MTD support? No, you don't need any special

Re: [U-Boot] [PATCH v4] OMAP3: add CM-T35 board

2009-11-15 Thread Mike Rapoport
Dear Wolfgang, Wolfgang Denk wrote: > Dear Mike Rapoport, > > In message <1258296430-19678-1-git-send-email-m...@compulab.co.il> you wrote: >> Add CM-T35 board support > ... >> MAINTAINERS |4 + >> MAKEALL |1 + >> Makefile |2 + >> board

Re: [U-Boot] [PATCH ARM] Add a unified s3c24x0 header file

2009-11-15 Thread Minkyu Kang
Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk : > > > Minkyu Kang wrote: >> Dear Kevin Morifitt, >> >> 2009/11/13 kevin.morf...@fearnside-systems.co.uk >> : >>> Hi Minky >>> >>> >>> Minkyu Kang wrote: Dear Kevin Morfitt 2009/11/10 kevin.morf...@fearnside-syst