Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-22 Thread Shinya Kuribayashi
Vlad Lungu wrote: > Shinya Kuribayashi wrote: >>> +int board_eth_init(bd_t *bis) __attribute((weak, >>> alias("__board_eth_init"))); >>> + >>> #ifdef CFG_GT_6426x >>> extern int gt6426x_eth_initialize(bd_t *bis); >>> #endif >>> >> >> [This comment is not for Ben, but for everyone.] >> >> Do w

[U-Boot-Users] Herbal Science Revolutionary Breakthrough

2008-03-22 Thread HANY Brynjolfson
Change your love life and sex life today with this secret. http://www.raianzr.com/ FDA Approved Male Enhancement Product Available - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

[U-Boot-Users] [OT] Using MTD to manipulate CFI flash on PCI boards?

2008-03-22 Thread David Hawkins
Hi, Sorry, for the slightly off-topic post, but I figured someone else might have faced a similar issue. I'm in the process of bringing up an MPC8349E PowerPC based board. The board is configured as a compact PCI peripheral board. The board will boot U-Boot off on-board Spansion S29GL-N Flash, an

Re: [U-Boot-Users] [PATCH] [DRIVERS] is only available for ppc boards.

2008-03-22 Thread Ben Warren
On Sat, Mar 22, 2008 at 8:34 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > On Fri, Feb 08, 2008 at 07:10:44PM -0500, Ben Warren wrote: > > > Here's the patch that will be going in: > > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/36039

Re: [U-Boot-Users] [PATCH v2] pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > In current source code, when the device number of PCI is 0, process PCI > bridge without fail. However, when the device number is 0, it is not PCI > always bridge. There are times when device of PCI allocates. > > When CONFIG_PCI_SKIP_HOST_BRIDGE is enab

Re: [U-Boot-Users] Update board NetStar

2008-03-22 Thread Wolfgang Denk
Dear Peter, in message <[EMAIL PROTECTED]> you wrote: > > Your patch is available for test from > > git://linux-arm.org/u-boot-armdev.git#070524_netstar > > Please confirm that the code runs on netstar > > Sorry for the delay, I hope to get this patch into the next merge window. How ab

Re: [U-Boot-Users] [PATCH] [DRIVERS] is only available for ppc boards.

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > On Fri, Feb 08, 2008 at 07:10:44PM -0500, Ben Warren wrote: > > Here's the patch that will be going in: > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/36039 > > > > I guess Wolfgang just hasn't had a chance to pull the 83xx tree. > > > > CO

Re: [U-Boot-Users] [patch u-boot git 3/3] use correct at91rm9200 register name

2008-03-22 Thread Wolfgang Denk
Dear Jean-Christophe, in message <[EMAIL PROTECTED]> you wrote: > This fixes a naming bug for at91rm9200 lowlevel init code: > NOR boot flash is on chipselect 0, not chipselect 2. This > makes code use the register name from chip datasheets. It seems to me that this patch as well as the other

Re: [U-Boot-Users] Pull request: u-boot-tq-group.git

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit > 23e20aa6488e6c0622496549861bfdc74108debe: > Yuri Tikhonov (1): > lwmon5: Fix register test logic to match the specific GDC h/w. > > are available in the git repository at: > > git://www.denx.de/git/u-boot

Re: [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit 23e20aa6488e6c0622496549861bfdc74108debe: > Yuri Tikhonov (1): > lwmon5: Fix register test logic to match the specific GDC h/w. > > are available in the git repository at: > > git://www.denx.de/git/u-boot-c

Re: [U-Boot-Users] Pull request: u-boot-fdt.git

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Dear Wolfgang, > > The patches by David I've picked up from dtc and applied to track libfdt. > > The patches by Kumar improve the "fdt" command. > > All patches were posted previously (prior to the merge window opening). > > Thanks, > gvb > > The fol

Re: [U-Boot-Users] Download u-boot from FTP

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I'm trying to download u-boot 1.3.2 from ftp://ftp.denx.de/pub/u-boot/ = > but the FTP site is not responding. It's working fine here. > What am I doing wrong ? Using windoze? Probably some crappy piece of software they call a web browser instead of

Re: [U-Boot-Users] please pull u-boot-sparc.git master

2008-03-22 Thread Wolfgang Denk
Dear Daniel, in message <[EMAIL PROTECTED]> you wrote: > > Please pull sparc. u-boot-sparc.git master. I cannot do that, as the commits in your repo don't correspond to the patches that have been posted on the mailing list. THis makes it impossible for me to understand what has been acked o

[U-Boot-Users] Author: Yuri Tikhonov <[EMAIL PROTECTED]>

2008-03-22 Thread Wolfgang Denk
Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST. Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> --- --- diff --git a/post/board/lwmon5/dspic.c b/post/board/lwmon5/dspic.c index 65b96bc..dbaa074 100644 --- a/post/board/lwmon5/dspic.c +++ b/post/board/lwmon5/dspic.c @@ -97,8 +

Re: [U-Boot-Users] Download u-boot from FTP

2008-03-22 Thread Jerry Van Baren
Zvika Vered wrote: > Hello, > > I'm trying to download u-boot 1.3.2 from > ftp://ftp.denx.de/pub/u-boot/ but the FTP site is not responding. > > What am I doing wrong ? > > Thanks, > Zvika Vered Hi Zvika, If you can use git to clone the repository, that is highly recommended. Note that

[U-Boot-Users] Download u-boot from FTP

2008-03-22 Thread Zvika Vered
Hello, I'm trying to download u-boot 1.3.2 from ftp://ftp.denx.de/pub/u-boot/ but the FTP site is not responding. What am I doing wrong ? Thanks, Zvika Vered IAI \ ELTA - This SF.net email is sponsored by: Microsoft Defy al

[U-Boot-Users] Using u-boot to launch vxworks

2008-03-22 Thread Zvika Vered
Hello, I ran u-boot on Xilinx ML405 board. It runs from flash and relocates to RAM. I want to use u-boot to launch a vxworks ELF image. The vxworks image is Ok. If I download it using JTAG and run it vxworks runs. But when I try to run it using U-boot I have problems. I tried the following sequne

[U-Boot-Users] [PATCH] sh: Remove a warning when compiling drivers/serial/serial_sh.c

2008-03-22 Thread Mark Jonas
Hello, The attached patch removes a warning when compiling drivers/serial/serial_sh.c. Regards, Mark Jonas CHANGELOG: -- sh: Removed warning when compiling drivers/serial/serial_sh.c. Signed-off-by: Mark Jonas <[EMAIL PROTECTED]> diff -purN u-boot_old/drivers/serial/serial_sh.c u-boot/d

[U-Boot-Users] [PATCH] Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T

2008-03-22 Thread Jerry Van Baren
These defines embedded the u-boot env variables and/or the bd_t structure in the fdt blob. The conclusion of discussion on the u-boot email list was that embedding these in the fdt blob is not useful: there are better ways of passing the data (in fact, the fdt blob itself replaces the bd_t struct)

[U-Boot-Users] Your new life is a click away

2008-03-22 Thread Helena Craig
The world’s leading Mens Enlargement Supplement available at massive discounts. http://www.Filadelphio.com/ Go where no man has ventured - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-22 Thread Vlad Lungu
Shinya Kuribayashi wrote: >> +int board_eth_init(bd_t *bis) __attribute((weak, >> alias("__board_eth_init"))); >> + >> #ifdef CFG_GT_6426x >> extern int gt6426x_eth_initialize(bd_t *bis); >> #endif >> > > [This comment is not for Ben, but for everyone.] > > Do we need such alias to empty func

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-22 Thread Ben Warren
On Sat, Mar 22, 2008 at 10:01 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > > In message <[EMAIL PROTECTED]> you wrote: > > > > I would prefer to move this init code not into the board code but into > > > > the platform/cpu code. Speaking for P

[U-Boot-Users] RFC: Remove CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T

2008-03-22 Thread Jerry Van Baren
Hi Dan, There are two configuration switches which are used only by the stxxtc board, of which you are listed as the maintainer. CONFIG_OF_HAS_UBOOT_ENV CONFIG_OF_HAS_BD_T These add the u-boot env variables and the bd_t struct into the fdt blob before booting linux. The value of doing thi

Re: [U-Boot-Users] [PATCH] DM644x: (2nd try) This adds support for theProdrive PMDRA board, based on a DM6441

2008-03-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:28 Fri 21 Mar , Pieter Voorthuijsen wrote: > > 2nd try, previous one was wrapped: > Double checked spaces and coding style... > > Original message: > > Hello, > >+ * You should have received a copy of the GNU General Public License >+ * along with this program; if not, write to the F

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > In message <[EMAIL PROTECTED]> you wrote: > > > I would prefer to move this init code not into the board code but into > > > the platform/cpu code. Speaking for PPC4xx, here all configuration I know > > > of have the same init code. And copying this i

Re: [U-Boot-Users] [PATCH] ppc: Add CONFIG_TOP_HIDE option to hide memory area that doesn't get "touched"

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I did not get into much depth with this issue, but your fix will make the > logbuffer ram and pram unaligned to a page boundary. I am not sure if this > is a good idea. Let's say you want to ioremap the pram under Linux you cannot > let the mapped regi

Re: [U-Boot-Users] [PATCH] DM644x: (2nd try) This patch removes all board specific code from the arch. part for DM644x (DaVinci) boards

2008-03-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:24 Fri 21 Mar , Pieter Voorthuijsen wrote: > Hello Jean-Christophe, > > Thanks for looking into the code, unfortunatly I cannot use the > git-send-email :( Outlook seems to only be able to wrap so I'll attach > the pacthes as a file... I double checked for spaces and coding style.. > >

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-22 Thread Ben Warren
Gaaah! Sorry, forgot to CC the list. On Sat, Mar 22, 2008 at 8:05 AM, Ben Warren <[EMAIL PROTECTED]> wrote: > > On Sat, Mar 22, 2008 at 1:03 AM, Shinya Kuribayashi > <[EMAIL PROTECTED]> wrote: > > Hi Ben, > > > > with a quick glance, find the comments below. > > > > > > > > Ben Warren w

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-22 Thread Markus Klotzbücher
Stefan Roese <[EMAIL PROTECTED]> writes: > On Saturday 22 March 2008, Wolfgang Denk wrote: >> In message <[EMAIL PROTECTED]> you wrote: >> > I would prefer to move this init code not into the board code but into >> > the platform/cpu code. Speaking for PPC4xx, here all configuration I know >> > of

Re: [U-Boot-Users] [PATCH] ppc: Add CONFIG_TOP_HIDE option to hide memory area that doesn't get "touched"

2008-03-22 Thread Stefan Roese
Hi Matthias, On Saturday 22 March 2008, Matthias Fuchs wrote: > I followed this discussion. The DU440 board will also need this fix. > On the PMC440 board we reserved the top memory region for > some PCI accessable shared memory. I will check how we can > handle skipping the top 256 bytes and prov

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-22 Thread Stefan Roese
On Saturday 22 March 2008, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > I would prefer to move this init code not into the board code but into > > the platform/cpu code. Speaking for PPC4xx, here all configuration I know > > of have the same init code. And copying this into

Re: [U-Boot-Users] [PATCH] ppc: Add CONFIG_TOP_HIDE option to hide memory area that doesn't get "touched"

2008-03-22 Thread Matthias Fuchs
Hi Stefan, I followed this discussion. The DU440 board will also need this fix. On the PMC440 board we reserved the top memory region for some PCI accessable shared memory. I will check how we can handle skipping the top 256 bytes and provide a patch for both of our 440EPx boards soon. I did no

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I would prefer to move this init code not into the board code but into the > platform/cpu code. Speaking for PPC4xx, here all configuration I know of have > the same init code. And copying this into all board ports instead on one > place in the cpu

Re: [U-Boot-Users] [RFC][PATCH 0/1] New Ethernet initialization

2008-03-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > If feedback is positive, I'll port all other in-tree controllers and > boards and will put in a branch of the net tree. Hopefully volunteers > will line up to sanity test. > > Please have a look and let me know your thoughts. I appreciate the approa

[U-Boot-Users] Pull request: u-boot-testing new-image

2008-03-22 Thread Bartlomiej Sieka
Dear Wolfgang, Support for the new uImage format is available in the git repository at: git://www.denx.de/git/u-boot-testing.git new-image The branch contains all patches related to the new uImage development that have been posted to the list. Regards, Bartlomiej -