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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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 |
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
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
>
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
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.
...
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
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
25 matches
Mail list logo