Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-17 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > > Having bootm sub-commands allows both of these as we can break up > the sequeunce of steps that are part of the bootm process. OK. > +int do_bootm_subcommand (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) > +{ > + int ret

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-17 Thread Graeme Russ
Dear Wolfgang, I'm doing some work on i386 at the moment and: a) It seems PCI is already broken - see [PATCH 0/2] Update i386 code (sc520_cdp) (http://lists.denx.de/pipermail/u-boot/2008-September/040099.html) b) The board I'm porting to doesn't use PCI c) I don't have a sc520 board with PCI to te

[U-Boot] Healthcare Industry Mailing List

2008-09-17 Thread Reuben
Fully Licensed Physicians in the USA Featuring coverage for more than 30 specialties like Internal Medicine, Family Practice, Opthalmology, Anesthesiologists, Cardiologists and more 16 different sortable fields Regular price is $490 but this week you only pay: $394 {}{}{} Take all 4 items

Re: [U-Boot] [PATCH v2] Add support for KMC KZM-ARM11-01 board

2008-09-17 Thread Atsuo Igarashi
Dear Wolfgang Denk, >>> +/* >>> + * The MX31ADS board seems to have a hardware "peculiarity" >>> confirmed under >>> + * U-Boot, RedBoot and Linux: the ethernet Rx signal is reaching the >>> CS8900A >>> + * controller inverted. The controller is capable of detecting and >>> correcting >>> + * t

Re: [U-Boot] Watchdog doesn't get triggered on U-Boot command line

2008-09-17 Thread Jens Gehrlein
Hi Wolfgang, hi Andrew, > Please restrict your line length to something readable, i. e. some 70 > characters or so. Thanks. OK. It seems Outlo*k needs some manual override... Hope, this mail is better... > > Is it intended, that the watchdog isn't triggered in > U-Boot's interactive mode? I can

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-17 Thread Nobuhiro Iwamatsu
Hi, Wolfgang . I did a simple check. Only powerpc and i386 and sh seem to use PCI. If powerpc does not have a problem, would you commit it? Best regards, Nobuhiro 2008/9/7 Wolfgang Denk <[EMAIL PROTECTED]>: > Dear Nobuhiro Iwamatsu, > > In message <[EMAIL PROTECTED]> you wrote: >> A source cod

Re: [U-Boot] U-Boot and ELDK

2008-09-17 Thread Roman Mashak
Hello, 2008/9/12 Wolfgang Denk <[EMAIL PROTECTED]>: >> What version would you recommend for arm9 development? The latest is >> 4.2, is it fine? > > ELDK 4.2 for ARM has not been released yet; that will take a few mnore > weeks (4...5, I think). Please use ELDK 4.1 for now. One more question to cl

Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-17 Thread Jerry Van Baren
Kumar Gala wrote: > Posting this again for discussion. The two features I'm interested in > enabling are: > > * Having the ability to modify the device tree before its passed to > the kernel but after 'fdt boardsetup' > > * Ability to do all setup but not actually jumping to the kernel. > (T

[U-Boot] U-boot support for EFI GUID Partition table parsing

2008-09-17 Thread richardretanubun
Hi, Just wondering if there plans to add GUID Partition table support for u-boot, or if anyone here have looked at it/discussed it in the past. The project I am working on seems to head in that direction and I thought I'd ask around the mailing list to get the complete picture before presenting

[U-Boot] [RFC] bootm: Add sub commands

2008-09-17 Thread Kumar Gala
Posting this again for discussion. The two features I'm interested in enabling are: * Having the ability to modify the device tree before its passed to the kernel but after 'fdt boardsetup' * Ability to do all setup but not actually jumping to the kernel. (This is useful as a way to setup th

Re: [U-Boot] [patch 0/3] Improve stability USB memory sticks for the common OHCI USB layer.

2008-09-17 Thread Markus Klotzbücher
Dear Remy, I added your patches to the USB custodian repository. As I consider these bugfixes I'll send a pull before the next release. I succesfully tested them on sequoia, but it would be nice to get some more feedback from the others who reported problems. Best regards Markus -- DENX Softwa

Re: [U-Boot] Watchdog doesn't get triggered on U-Boot command line

2008-09-17 Thread Wolfgang Denk
Dear "Jens Gehrlein", In message <[EMAIL PROTECTED]> you wrote: > > If I don't use the hush parser, watchdog resets the board approx. after 15 > seconds, no matter if I do nothing or if I type in commands. > Reading the watchdog counter with "md" shows that it continuously counts down. Please r

Re: [U-Boot] booting initramfs

2008-09-17 Thread Wolfgang Denk
Dear cjjoy1980, In message <[EMAIL PROTECTED]> you wrote: > > I am trying to boot my board with initramfs file system. After loading the > kernel image and initramfs onto uboot, executing bootm command gave me > errors of "bad magic number". Then I tried to append header information > using >

[U-Boot] [PATCH] Fix Spartan-3 definitions.

2008-09-17 Thread Laurent Pinchart
A few Spartan-3 definitions erroneously use Spartan-3E size constants. This patch fixes them. Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]> --- include/spartan3.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/spartan3.h b/include/spartan3.h index c203

[U-Boot] [PATCH] Remove duplicate Spartan-3E definition.

2008-09-17 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]> --- include/spartan3.h |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/include/spartan3.h b/include/spartan3.h index 235dbc0..2262278 100644 --- a/include/spartan3.h +++ b/include/spartan3.h @@ -81,9 +81,6 @@ type

[U-Boot] Watchdog doesn't get triggered on U-Boot command line

2008-09-17 Thread Jens Gehrlein
Hi, I initialized the watchdog on a S3C6400 processor. The U-Boot boots fine until the command line prompt. If I don't use the hush parser, watchdog resets the board approx. after 15 seconds, no matter if I do nothing or if I type in commands. Reading the watchdog counter with "md" shows that i

[U-Boot] booting initramfs

2008-09-17 Thread cjjoy1980
Hi all! I am trying to boot my board with initramfs file system. After loading the kernel image and initramfs onto uboot, executing bootm command gave me errors of "bad magic number". Then I tried to append header information using mkimage, here's what I executed: /tools/mkimage -A ppc -O lin

[U-Boot] [PATCH] socrates: change default mtest address range

2008-09-17 Thread Anatolij Gustschin
Running mtest command on socrates without specifying an address range crashes the board. This patch changes default mtest address range to prevent this behavior. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- include/configs/socrates.h |4 ++-- 1 files changed, 2 insertions(+), 2 d

[U-Boot] [PATCH] socrates: fix crash after relocation

2008-09-17 Thread Anatolij Gustschin
Currently U-Boot crashes after relocation to RAM. Changing the CPO value of the DDR SDRAM TIMING_CFG_2 register to READ_LAT + 1 (to the value it was before conversion of socrates to new DDR code) fixes the problem. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- board/socrates/ddr.c |

[U-Boot] [PATCH] socrates: fix SPD EEPROM address

2008-09-17 Thread Anatolij Gustschin
Commit be0bd8234b9777ecd63c4c686f72af070d886517 changed SPD EEPROM address to 0x51 and DDR SDRAM detection stopped working. Change this address back to 0x50. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- include/configs/socrates.h |2 +- 1 files changed, 1 insertions(+), 1 deletio

Re: [U-Boot] [U-Boot-Users] [PATCH] Add support for LZMA uncompression algorithm.

2008-09-17 Thread Luigi 'Comio' Mantellini
Hi Xinhe Guo, Il mercoledì 17 settembre 2008 05:36:16 Xinhe Guo ha scritto: > Hi luigi, > > > > Thank you. Seems solution is: > > Add lzma decompress initrd support -> Into the Linux Kernel > > Add u-boot support mkimage's lzma format is enough. > -> into U-boot ciao luigi >

Re: [U-Boot] Linux hangs after Starting kernel ...message

2008-09-17 Thread michael
Hi, Wolfgang Denk wrote: > Dear Batsayan Das, > > In message <[EMAIL PROTECTED]> you wrote: > >> When we execute "bootm 0x500" command it gives the "Starting kernel >> ...". After that nothing is printed in the serial console. We have >> verified "http://www.denx.de/wiki/view/DULG/LinuxP

Re: [U-Boot] [PATCH] TQM8xx: Fix CFI flash driver support for all TQM8xx based boards

2008-09-17 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: ... > > + /* > > +* We assume that each 10MHz of bus clock require 1-clk SCY > > +* adjustment. > > +*/ > > + clk_diff = (gd->bus_clk / 100) - 50; > > Indentation looks wrong here. ...

Re: [U-Boot] Linux hangs after Starting kernel ...message

2008-09-17 Thread Wolfgang Denk
Dear Batsayan Das, In message <[EMAIL PROTECTED]> you wrote: > > When we execute "bootm 0x500" command it gives the "Starting kernel > ...". After that nothing is printed in the serial console. We have > verified "http://www.denx.de/wiki/view/DULG/LinuxPostMortemAnalysis"; that > "__log_bu

Re: [U-Boot] Linux hangs after Starting kernel ...message

2008-09-17 Thread Andrejs Cainikovs
Sorry, i have no ideas where your problem is related. At the start i was thinking this could be the memory related problem, but apperantly not... Maybe someone in this list will have similar experience. Kind regards, Andrejs Cainikovs Batsayan Das wrote: > Hello, > > We are using arm926ejs bas