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
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
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
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
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,
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,
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
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
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)
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
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
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
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
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
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
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
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
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
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.
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
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$
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:/
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
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$
>
> >
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
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
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/__
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
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
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
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
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.
>>
>
>
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
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
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
>
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
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
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 |
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
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
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
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", "");
>
>
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
-
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
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
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
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
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
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:
>>> [[[
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
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
>
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:
>>> [[[
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
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
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
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
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
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:
>
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
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
[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
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
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
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
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
65 matches
Mail list logo