[U-Boot-Users] AT91SAM9260EK -> DaviCom PHY -> How to disable Autonegotiation ??

2008-02-22 Thread Manuel Sahm
Hello, how could I disable the autonegotiation process in uboot ? my PC Lan Card dosn?t support this feature !!! -- Freundliche Grüße / Best regards Manuel Sahm - This SF.net email is sponsored by: Microsoft Defy

Re: [U-Boot-Users] [PATCH 3/5] [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines

2008-02-22 Thread Bartlomiej Sieka
Kumar Gala wrote: [...] >> Introducing routines for parsing new uImage format bootm arguments: >> []#- configuration specification >> []:- subimage specification >> >> New format images can contain multiple subimages of the same type. For >> example >> a single new format image file ca

[U-Boot-Users] [new uImage] patchset4 - assorted patches available in u-boot-testing new-image branch

2008-02-22 Thread Bartlomiej Sieka
Hello, As already hinted, code from patchset4 (assorted patches) is now available on the new-image branch of the u-boot-testing repo. You can browse the code by going to: http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-testing.git;a=shortlog;h=new-image Or you can pull it locally to take a

Re: [U-Boot-Users] [PATCH] make define2mk.sed work on FreeBSD

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link", > the define2mk.sed script was identified as the source of the link > failure on FreeBSD. The problem is that sed(1) does not always support > the '+' operator. It isn't on FreeBS

Re: [U-Boot-Users] [PATCH] MIPS: Fix CFG_NO_FLASH support

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > - Fix flash_init call when CFG_NO_FLASH is used > - Remove no more needed flash.c for qemu-mips > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot-Users] [PATCH] uli526x: Fix multiple differ in signedness and parentheses around comparison

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell,

Re: [U-Boot-Users] [PATCH] Fix GPMC CS2 memory setup at apollon

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > It disables the current map first > > Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-8

Re: [U-Boot-Users] Bug in dependency checking

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > What about simply adding VERSION_FILE to the PHONY targets ? in this way > the script /tools/setlocalversion is always called and > version_autogenerated.h is replaced only if the script find a modified > source file. Looks good to me, thanks. Can

Re: [U-Boot-Users] [PATCH] add target for $(LDSCRIPT)

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds), > then change into the board directory and try and create it. This allows you > to generate the linker script on the fly based upon board defines (like the > Blackfin boards do)

Re: [U-Boot-Users] [PATCH] easylogo: clean up some more and add -r (rgb) support

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Michael Hennerich added support for outputting an image in RGB format rather > than forcing YUYV all the time. This makes obvious sense if the display you > have takes RGB input rather than YUYV. > > Rather than hack in support for options, I've convert

Re: [U-Boot-Users] [PATCH] error check autoconf.mk generation

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > If any of the steps for generating autoconf.mk fail currently, they go > unnoticed. To fix, we can simply add 'set -e' to the long list of commands. > This is simpler and more robust than placing '|| exit $$?' after every line. > > Signed-off-by: Mike F

Re: [U-Boot-Users] [PATCH] include autoconf.mk before any other .mk files

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This bumps the autoconf.mk include step above board/cpu/arch/etc... so that > those .mk files can have make if statements based on the current config. > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk

Re: [U-Boot-Users] [PATCH] ppc: Allow boards to specify effective amount of memory

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > For historical reasons we limited the stack to 256M because some boards > could only map that much via BATS. However newer boards are capable of > mapping more memory (for example 85xx is capable of doing up to 2G). > > Signed-off-by: Kumar Gala <[EMAIL

Re: [U-Boot-Users] [PATCH] Remove duplicate defines for ARRAY_SIZE

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > A few duplicate of the ARRAY_SIZE macro sneaked in since we put > the define in common.h. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detle

[U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread michael
Add support for Generic PHY in macb. Signed-off-by: michael <[EMAIL PROTECTED]> --- drivers/net/macb.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 9c98338..2a6fc5d 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > And the whole point of my patch was to enable the ability to > dynamically grow the blob before we do anything w/the ramdisk. So what is the state of this patch now? Will it go in through the FDT custodian repo, or has it been rejected, or am I supp

Re: [U-Boot-Users] [PATCH] [new uImage] rework error handling so common functions don't reset

2008-02-22 Thread Wolfgang Denk
Dear Kumar, in message <[EMAIL PROTECTED]> you wrote: > Changed image_get_ramdisk() to just return NULL on error and have > get_ramdisk() propogate that error to the caller. It's left to the > caller to call do_reset() if it wants to. > > Also moved calling do_reset() in get_fdt() on ppc to a co

Re: [U-Boot-Users] Delete all env vars except read onlys

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > yes, I can live with the 'env' command, too. Sound's good to me. Hm... and who will submit the patch? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-8

Re: [U-Boot-Users] Pull request: u-boot-freebsd

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit b6f29c84c208a091f95a10cbc9852d729659ba20: > Jean-Christophe PLAGNIOL-VILLARD (1): > s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' > > are available in the git repository at: > > git://denx.

Re: [U-Boot-Users] Pull Request for u-boot-mpc86xx.git

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Wolfgang, > > I have now built, tested, debugged, and fixed a couple > problems that were present in the v1.3.2-rc1 candidate > for the MPC8610HPCD board. With these patchs below, both > the MPC8610HPCD and MPC8641HPCN boards build and boot, > and the s

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Haavard Skinnemoen
On Fri, 22 Feb 2008 12:41:17 +0100 michael <[EMAIL PROTECTED]> wrote: > Add support for Generic PHY in macb. > > Signed-off-by: michael <[EMAIL PROTECTED]> What's a "generic PHY"? [EMAIL PROTECTED]:~/git/u-boot/master$ grep -r GENERIC_PHY include/configs [EMAIL PROTECTED]:~/git/u-boot/master$

Re: [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The following changes since commit b6f29c84c208a091f95a10cbc9852d729659ba20: >Jean-Christophe PLAGNIOL-VILLARD (1): > s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' > > are available in the git repository at: > >git:/

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

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6: > Yuri Tikhonov (1): > Fix CPU POST test failure > > are available in the git repository at: > > git://www.denx.de/git/u-boot-cfi-flash.git master > > Michael Schw

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Michael Trimarchi
Hi, > On Fri, 22 Feb 2008 12:41:17 +0100 > michael wrote: > > > Add support for Generic PHY in macb. > > > > Signed-off-by: michael > > What's a "generic PHY"? > > [EMAIL PROTECTED]:~/git/u-boot/master$ grep -r GENERIC_PHY > include/configs > [EMAIL PROTECTED]:~/git/u-boot/master$ > > >

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Michael Trimarchi
Hi, > > > if (phy_id == 0x) { > > +#if defined (CONFIG_GENERIC_PHY) > > + printf("%s: Using the Generic PHY\n", netdev->name); > > +#else > > printf("%s: No PHY present\n", netdev->name); > > return 0; > > +#endif > > You mean a PHY that i

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Haavard Skinnemoen
On Fri, 22 Feb 2008 12:27:48 + (GMT) Michael Trimarchi <[EMAIL PROTECTED]> wrote: > When I read to my id u-boot report 0x and fail, but > the device works pretty well skipping this testing. > If I remember linux report the same issue. Is the MII address of your PHY set correctly? All MI

[U-Boot-Users] Now my erect1ons are ROCK HARD and NEVER fail on me - and that gives me confidnce.

2008-02-22 Thread Hardip ramcharan
Be the man she always wanted.- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/__

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-22 Thread Jerry Van Baren
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> And the whole point of my patch was to enable the ability to >> dynamically grow the blob before we do anything w/the ramdisk. > > So what is the state of this patch now? Will it go in through the FDT > custodian repo, or has it

[U-Boot-Users] Merge window status?

2008-02-22 Thread Jerry Van Baren
Hi Wolfgang, According to the git tags, u-boot is at v1.3.2-rc1 (the Valentine's Day Candidate ;-). Do you have a projection for the final release of v1.3.2 and the start of the next merge window? Thanks, gvb - This SF.ne

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Michael Trimarchi
Hi, - Messaggio originale - > Da: Haavard Skinnemoen <[EMAIL PROTECTED]> > A: Michael Trimarchi <[EMAIL PROTECTED]> > Cc: michael <[EMAIL PROTECTED]>; u-boot-users@lists.sourceforge.net > Inviato: Venerdì 22 febbraio 2008, 13:52:09 > Oggetto: Re: [U-Boot-Users] [PATCH] Add support for Gene

Re: [U-Boot-Users] Merge window status?

2008-02-22 Thread Wolfgang Denk
Hi, in message <[EMAIL PROTECTED]> you wrote: > > According to the git tags, u-boot is at v1.3.2-rc1 (the Valentine's Day > Candidate ;-). Do you have a projection for the final release of v1.3.2 > and the start of the next merge window? As you have probably seen I'm trying right now to merge

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread michael
Hi Haavard Skinnemoen wrote: > On Fri, 22 Feb 2008 12:27:48 + (GMT) > Michael Trimarchi <[EMAIL PROTECTED]> wrote: > > >> When I read to my id u-boot report 0x and fail, but >> the device works pretty well skipping this testing. >> If I remember linux report the same issue. >> > >

[U-Boot-Users] NAND-based env fails CRC

2008-02-22 Thread lokowich
I'm successfully booting from NAND flash on the DaVinci EVM, but my environment variables fail the CRC. I get the correct CRC when executing the crc32 command on the relocated memory. This problem doesn't occur when running same version (U-Boot-1.3.1) with the MontaVista (EABI GCC 3.4.3) tool

Re: [U-Boot-Users] [PATCH] [new uImage] rework error handling so common functions don't reset

2008-02-22 Thread Bartlomiej Sieka
Wolfgang Denk wrote: > Dear Kumar, > > in message <[EMAIL PROTECTED]> you wrote: >> Changed image_get_ramdisk() to just return NULL on error and have >> get_ramdisk() propogate that error to the caller. It's left to the >> caller to call do_reset() if it wants to. >> >> Also moved calling do_rese

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-22 Thread Bartlomiej Sieka
Jerry Van Baren wrote: > Wolfgang Denk wrote: >> In message <[EMAIL PROTECTED]> you wrote: >>> And the whole point of my patch was to enable the ability to >>> dynamically grow the blob before we do anything w/the ramdisk. >> So what is the state of this patch now? Will it go in through the FDT >

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Haavard Skinnemoen
On Fri, 22 Feb 2008 15:05:52 +0100 michael <[EMAIL PROTECTED]> wrote: > - dm9161a > - at91sam9260 > > When I try to read at phy id it reports 0x and linux too. > I suppose that can be related to a broken phy. But seems to be > broken on this read. I think that you have more experience, > do y

Re: [U-Boot-Users] NAND-based env fails CRC

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > I'm successfully booting from NAND flash on the DaVinci EVM, but my > environment variables fail the CRC. I get the correct CRC when > executing the crc32 command on the relocated memory. This problem > doesn't occur when running same version (U-Boot

Re: [U-Boot-Users] [PATCH] ppc4xx: Support for ATI Radeon 9200 card on sequoia

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Adds configuration option for ATI Radeon 9200 card > support to sequoia config file. If CONFIG_VIDEO > is enabled, TEXT_BASE should be changed to 0xFFF8. > > Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> > --- > include/configs/sequoia.h |

Re: [U-Boot-Users] [PATCH] Fix: update MAC-adress for mgsuvd board.

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Rename the "scc" node in "ethernet" for the mgsuvd board. > > Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munic

Re: [U-Boot-Users] [PATCH] Fix: MAINTAINER entry for the IDS8247 board.

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > [IDS8247] update MAINTAINER entry. > > Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Michael Schwingen
Haavard Skinnemoen wrote: > All MII-capable PHYs should have a working PHYSID1 register. If it > doesn't, something is broken. > It depends - I am not sure if there are PHYs which simply do not implement MDIO, but at least for ethernet switches, such chips do exist. > So I think the CONFIG_GENE

Re: [U-Boot-Users] Stop U-boot from booting [ Halt it ]

2008-02-22 Thread w . wegner
Hi, On 22 Feb 2008 at 9:53, Pawel Pastuszak wrote: > > How would i go about halting u-boot, one on my requirement is to stop the > board from booting if one of the POST test fails or anthor test fails. > > The only thing that i could think of was setting > > setenv("bootcmd", ""); > >

[U-Boot-Users] Stop U-boot from booting [ Halt it ]

2008-02-22 Thread Pawel Pastuszak
How would i go about halting u-boot, one on my requirement is to stop the board from booting if one of the POST test fails or anthor test fails. The only thing that i could think of was setting setenv("bootcmd", ""); But i think there is a better way. Any suggestions, Pawel -

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-22 Thread Marian Balakowicz
Kumar Gala wrote: > On Feb 18, 2008, at 1:46 PM, Jerry Van Baren wrote: > >> Kumar Gala wrote: >>> On Feb 18, 2008, at 1:15 PM, Jerry Van Baren wrote: Kumar Gala wrote: > On Feb 18, 2008, at 11:51 AM, Jerry Van Baren wrote: >> Kumar Gala wrote: >> snip >> The patch is cre

Re: [U-Boot-Users] [PATCH] LM75 bug fix for negative temperatures

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > When the LM75 temperature sensor measures a temperature below 0 C, the > current driver does not perform sign extension, so the result returned is > 256 C too high. This patch fixes the problem. > > Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> Appl

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Haavard Skinnemoen
On Fri, 22 Feb 2008 16:05:34 +0100 Michael Schwingen <[EMAIL PROTECTED]> wrote: > Haavard Skinnemoen wrote: > > All MII-capable PHYs should have a working PHYSID1 register. If it > > doesn't, something is broken. > > > It depends - I am not sure if there are PHYs which simply do not > implemen

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Michael Schwingen
Haavard Skinnemoen wrote: > Right. We might need to add support for such PHYs, but just disabling > the sanity check is far from enough. > Agreed - in the case of a single MII-connected TP PHY, we really need working MDIO (or some replacement). For special cases (100BaseF fiber, which is alway

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Michael Trimarchi
Hi - Messaggio originale - > Da: Haavard Skinnemoen <[EMAIL PROTECTED]> > A: Michael Schwingen <[EMAIL PROTECTED]> > Cc: Michael Trimarchi <[EMAIL PROTECTED]>; u-boot-users@lists.sourceforge.net > Inviato: Venerdì 22 febbraio 2008, 16:34:03 > Oggetto: Re: [U-Boot-Users] [PATCH] Add support

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-22 Thread Jerry Van Baren
Marian Balakowicz wrote: > Kumar Gala wrote: >> On Feb 18, 2008, at 1:46 PM, Jerry Van Baren wrote: >> >>> Kumar Gala wrote: On Feb 18, 2008, at 1:15 PM, Jerry Van Baren wrote: > Kumar Gala wrote: >> On Feb 18, 2008, at 11:51 AM, Jerry Van Baren wrote: >>> Kumar Gala wrote: >>> [[[

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Haavard Skinnemoen
On Fri, 22 Feb 2008 16:02:13 + (GMT) Michael Trimarchi <[EMAIL PROTECTED]> wrote: > > In any case, the dm9161a PHY in question does implement MDIO, so it > > really should work without any modifications. > > > Maybe we can add the for cycle like in linux to check the phy addr? Yes, we coul

Re: [U-Boot-Users] Stop U-boot from booting [ Halt it ]

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > How would i go about halting u-boot, one on my requirement is to stop the > board from booting if one of the POST test fails or anthor test fails. That's what we call a "critical POST failure". > The only thing that i could think of was setting >

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-22 Thread Marian Balakowicz
Marian Balakowicz wrote: > Kumar Gala wrote: >> On Feb 18, 2008, at 1:46 PM, Jerry Van Baren wrote: >> >>> Kumar Gala wrote: On Feb 18, 2008, at 1:15 PM, Jerry Van Baren wrote: > Kumar Gala wrote: >> On Feb 18, 2008, at 11:51 AM, Jerry Van Baren wrote: >>> Kumar Gala wrote: >>> [[[

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Michael Trimarchi
Hi, - Messaggio originale - > Da: Haavard Skinnemoen <[EMAIL PROTECTED]> > A: Michael Trimarchi <[EMAIL PROTECTED]> > Cc: Michael Schwingen <[EMAIL PROTECTED]>; u-boot-users@lists.sourceforge.net > Inviato: Venerdì 22 febbraio 2008, 17:08:56 > Oggetto: Re: [U-Boot-Users] [PATCH] Add support

Re: [U-Boot-Users] Stop U-boot from booting [ Halt it ]

2008-02-22 Thread Pawel Pastuszak
Thanks Denk, This what i was looking for. Thanks, Pawel On Fri, Feb 22, 2008 at 10:53 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> > you wrote: > > > > How would i go about halting u-boot, one on my requirement is to stop > the > > board from booting if one

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-22 Thread Michael Schwingen
Haavard Skinnemoen wrote: > Yes, we could do that. But it comes with its own share of problems -- > some boards have a too weak pull-up (or none at all) on the MDIO line, > so the probing code sometimes thinks it has found a whole bunch of > PHYs... > And you have to know which PHY belongs to wh

Re: [U-Boot-Users] [PATCH] Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove > final traces of long-deprecated "ramdisk" kernel parm") makes these > changes neccessary. > > Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang

[U-Boot-Users] [PATCH] Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.

2008-02-22 Thread Detlev Zundel
The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove final traces of long-deprecated "ramdisk" kernel parm") makes these changes neccessary. Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> --- board/cm5200/fwupdate.h|2 +- include/configs/AmigaOneG3SE.h |2 +- inclu

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-22 Thread Marian Balakowicz
Jerry Van Baren wrote: > Marian Balakowicz wrote: >> Kumar Gala wrote: >>> On Feb 18, 2008, at 1:46 PM, Jerry Van Baren wrote: >>> Kumar Gala wrote: > On Feb 18, 2008, at 1:15 PM, Jerry Van Baren wrote: >> Kumar Gala wrote: >>> On Feb 18, 2008, at 11:51 AM, Jerry Van Baren wrote: >

Re: [U-Boot-Users] NAND-based env fails CRC

2008-02-22 Thread lokowich
Wolfgang Denk wrote: In message <[EMAIL PROTECTED]> you wrote: I'm successfully booting from NAND flash on the DaVinci EVM, but my environment variables fail the CRC. I get the correct CRC when executing the crc32 command on the relocated memory. This problem doesn't occur w

Re: [U-Boot-Users] [rfc] warning about overlapping regions whenbooting with bootm

2008-02-22 Thread Marian Balakowicz
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> I always thought that when decompressing a uImage, that the entry point was >> stored in the header, (at the beginning of the file) and was read after the >> decompression took place - is that wrong? > > I'm not sure what all th

[U-Boot-Users] [PATCH] make define2mk.sed work on FreeBSD

2008-02-22 Thread Marcel Moolenaar
[resent with Signed-off-by and patch produced with git(1)] All, In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link", the define2mk.sed script was identified as the source of the link failure on FreeBSD. The problem is that sed(1) does not always support the '+' operator. It i

Re: [U-Boot-Users] [PATCH] make define2mk.sed work on FreeBSD

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link", > the define2mk.sed script was identified as the source of the link > failure on FreeBSD. The problem is that sed(1) does not always support > the '+' operator. It isn't on FreeBS

[U-Boot-Users] Pull request u-boot-blackfin.git

2008-02-22 Thread Mike Frysinger
This cleans up and unifies much of the Blackfin cpu/arch directories. The following changes since commit e5084af8ded58453cd07ec1af8b0f29f34122bbc: Detlev Zundel (1): Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. are available in the git repository at: git://www.d

Re: [U-Boot-Users] Temperature sensor on Sequoia board

2008-02-22 Thread Stefan Roese
On Thursday 21 February 2008, Mike Nuss wrote: > > When I was checking the LM75/AD7414 driver using my Sequoia board, I > > found that the AD7414 on the Sequoia does not appear to update its > > temperature as its documentation describes. I had to reset U-Boot to > > get the temperature reading to

[U-Boot-Users] [MIPS] cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.

2008-02-22 Thread Shinya Kuribayashi
This reduces the build time by ~10%. Here's the gth2_config example. BEFORE AFTER real0m31.441s0m27.833s user0m24.766s0m23.045s sys 0m10.425s0m7.468s Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> --- cpu/mips/config.mk |2 +- 1 files changed, 1