Re: [U-Boot] mtest issue

2009-11-20 Thread Alexey Goncharov
Hello Jerry! >> I have a LPC2468 board and currently play with u-boot. U-boot version >> is 1.1.6 from Embedded Artists. I've already made u-boot loading and > > 1.1.6 is really old. I'll keep this in mind and will update as soon as fix this issue. >> Pattern  Writing...  Reading... >

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

2009-11-20 Thread Minkyu Kang
Dear Kevin Morfitt, 2009/11/17 kevin.morf...@fearnside-systems.co.uk : > This patch adds a unified s3c24x0 cpu header file that selects the header > file for the specific s3c24x0 cpu from the SOC and CPU configs defined in > board config file. This removes the current chain of s3c24-type #ifdef's

Re: [U-Boot] [PATCH] BeagleBoard: Add a comment explaining the use of "OMAP34XX" macros.

2009-11-20 Thread Måns Rullgård
"Robert P. J. Day" writes: > On Thu, 19 Nov 2009, Nishanth Menon wrote: > >> I agree - I do not think there are any such plans. NAK to the patch. >> Regards, >> Nishanth Menon > > fair enough. but i think a two-line comment is still useful for > people new to ARM who know the beagle is a 3530

[U-Boot] Please pull u-boot-samsung/master

2009-11-20 Thread Minkyu Kang
Dear Tom, The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (2): s3c64xx: move s3c6

[U-Boot] [PATCH, REGRESSION] mpc83xx: provide option to set LCRR early

2009-11-20 Thread Peter Korsgaard
Commit c7190f02 (retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields) moved the LCRR assignment to after relocation to RAM because of the potential problem with changing the local bus clock while executing from flash. For some boards this isn't needed (E.G. when running from a

[U-Boot] Problem with SD card and ext2ls

2009-11-20 Thread javier Martin
I have an SD card with an ext2 partition and I am trying to access it through ext2ls command but this is what I get: # ext2ls mmc 0:1 / ** Bad partition - mmc 0:1 ** I have read some previous mails of some people complaining about a similar problem: http://www.mail-archive.com/u-boot@lists.denx.d

Re: [U-Boot] Problem with SD card and ext2ls

2009-11-20 Thread javier Martin
Also if I issue a "mmc rescan 0" I get the following: # mmc rescan 0 # ext2ls mmc 0:1 / get partition info called raise: Signal # 8 caught raise: Signal # 8 caught raise: Signal # 8 caught What could be happening here? Thank you. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-34

[U-Boot] confused ... how do some CONFIG settings "implicitly" set others?

2009-11-20 Thread Robert P. J. Day
reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i see: "To enable splash screen support, you have to add a "#define CONFIG_SPLASH_SCREEN" to your board configuration file. This will also implicitly enable U-Boot Bitmap Support." "implicitly"? how does that work? from what

Re: [U-Boot] [PATCH v2] BeagleBoard: Add a comment explaining the use of "OMAP34XX" macros.

2009-11-20 Thread Tom
Robert P. J. Day wrote: > Make it clear to the reader that, since OMAP 34XX and 35XX are the > same silicon, the BeagleBoard can use the OMAP34XX macros. > > Signed-off-by: Robert P. J. Day > > --- > > diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h > index 19a5ec9.

Re: [U-Boot] Problem with SD card and ext2ls

2009-11-20 Thread javier Martin
Looking deeply in the list I found someone that had the same problem with an AT91: http://www.mail-archive.com/u-boot@lists.denx.de/msg23442.html I submit here all useful information about my case. Board: imx27lite Toolchains: eldk-4.2 GIT commit: f67066b6b0740b826ed862615c5ab022aaf4779a SD card

Re: [U-Boot] [PATCH v2] BeagleBoard: Add a comment explaining the use of "OMAP34XX" macros.

2009-11-20 Thread Robert P. J. Day
On Fri, 20 Nov 2009, Tom wrote: > Robert P. J. Day wrote: > > Make it clear to the reader that, since OMAP 34XX and 35XX are the > > same silicon, the BeagleBoard can use the OMAP34XX macros. > > > > Signed-off-by: Robert P. J. Day > > > > --- > > > > diff --git a/include/configs/omap3_beagle.h b

[U-Boot] [PATCH RFC] nand: remove spurious read cycle in OOB first page reads

2009-11-20 Thread Nick Thompson
In the case of a nand controller that needs the OOB data before it can read the page data, an unnecessary read sequence is sent to the nand. This reduces read performance. This sequence is sent by default before all page reads, but the OOB first page read function immediately issues a new command,

Re: [U-Boot] EHCI hub not powering on port

2009-11-20 Thread Florian Fainelli
Hi again, Enabling CONFIG_EHCI_IS_TDI in my board configuration file made it work. On Monday 16 November 2009 13:54:19 Florian Fainelli wrote: > Hi, > > On Friday 13 November 2009 17:02:26 Florian Fainelli wrote: > > Hi all, > > > > I am trying to make u-boot work with my EHCI controler and ever

[U-Boot] possible typo in beagle identification?

2009-11-20 Thread Robert P. J. Day
at the risk of embarrassing myself yet again, am i misreading the macro that defines and tests for a beagle board? $ grep -rw CONFIG.*OMAP3.*BEAGLE * include/configs/omap3_beagle.h:#define CONFIG_OMAP3_BEAGLE 1 /* working with BEAGLE */ include/asm-arm/mach-types.h:#ifdef CONFIG_MAC

Re: [U-Boot] Problem with SD card and ext2ls

2009-11-20 Thread Wolfgang Denk
Dear javier Martin, In message you wrote: > I have an SD card with an ext2 partition and I am trying to access it > through ext2ls command but this is what I get: > > # ext2ls mmc 0:1 / > ** Bad partition - mmc 0:1 ** > > I have read some previous mails of some people complaining about a > sim

Re: [U-Boot] Problem with SD card and ext2ls

2009-11-20 Thread Wolfgang Denk
Dear javier Martin, In message you wrote: > Also if I issue a "mmc rescan 0" I get the following: > > # mmc rescan 0 > # ext2ls mmc 0:1 / > get partition info called > raise: Signal # 8 caught > raise: Signal # 8 caught > raise: Signal # 8 caught > > What could be happening here? Sorry, the b

Re: [U-Boot] confused ... how do some CONFIG settings "implicitly" set others?

2009-11-20 Thread Wolfgang Denk
Dear "Robert P. J. Day", In message you wrote: > > reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i > see: > > "To enable splash screen support, you have to add a "#define > CONFIG_SPLASH_SCREEN" to your board configuration file. This will also > implicitly enable U-Boot Bit

Re: [U-Boot] confused ... how do some CONFIG settings "implicitly" set others?

2009-11-20 Thread Robert P. J. Day
On Fri, 20 Nov 2009, Wolfgang Denk wrote: > Dear "Robert P. J. Day", > > In message you wrote: > > > > reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i > > see: > > > > "To enable splash screen support, you have to add a "#define > > CONFIG_SPLASH_SCREEN" to your board configu

Re: [U-Boot] [PATCH RFC] nand: remove spurious read cycle in OOB first page reads

2009-11-20 Thread Scott Wood
On Fri, Nov 20, 2009 at 03:30:46PM +, Nick Thompson wrote: > In the case of a nand controller that needs the OOB data before > it can read the page data, an unnecessary read sequence is sent > to the nand. This reduces read performance. By how much? Is a similar patch going into Linux? > Thi

Re: [U-Boot] [PATCH] NAND: Add Support for 4K page size in DaVinci NAND driver

2009-11-20 Thread Scott Wood
On Thu, Nov 19, 2009 at 11:04:42PM -0500, s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch adds support for NAND devices with a page size of > 4K in the DaVinci NAND driver. The layout matches the layout that TI uses > for 4K page size NAND devices in the kernel NAND driver. > > Si

Re: [U-Boot] Please pull u-boot-samsung/master

2009-11-20 Thread Tom
Minkyu Kang wrote: > Dear Tom, > > The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502: > Wolfgang Denk (1): > Merge branch 'master' of /home/wd/git/u-boot/custodians > > are available in the git repository at: > > git://git.denx.de/u-boot-samsung master > >

[U-Boot] Pull request: nand flash next

2009-11-20 Thread Scott Wood
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-nand-flash.git next Hui.Tang (1): S3C2410 NAND Flash Add Missing Function Sandeep Pa

[U-Boot] Cisco job Opportunity - Senior Software Engineer - Platform Software (uboot, kernel, driver) - 3 Positions

2009-11-20 Thread Sadakathullah Mohamed Ali (mohamali)
Hi Uboot Guru's, Cisco's Server Access Virtualization product group is actively looking to hire 3 Senior Software Engineers with experience in Linux Kernel, Uboot, Platform preferably in networking or storage space. We will also consider if someone is a technical lead. Please let me kn

[U-Boot] is "CONFIG_OMAP_INNOVATOR" a typo or not?

2009-11-20 Thread Robert P. J. Day
in my travels through OMAP land, i'm still running across what look like typoes but i'm not sure if they are or if there's something subtle and funky going on underneath with macro concatenation or something. witness: $ grep -r CONFIG.*OMAP.*INNOVATOR * include/configs/omap1510.h:#ifdef CONF