* [U-Boot-Users] [Patch] MCF5282 without preloader
@ 2005-08-08 13:28 Jens Scharsig
2006-06-12 9:21 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Jens Scharsig @ 2005-08-08 13:28 UTC (permalink / raw)
To: u-boot
This patch adds the MCF5282 support and includes the Zachary P. Landau
fec and immap fixes as patch.
CHANGELOG:
* Patch by Jens Scharsig (BuS Elektronik GmbH & Co. KG), 08 Aug. 2005:
Add MCF5282 support (without preloader)
relocate ichache_State to ram
u-boot can run from internal flash
THX to Zachary P. Landau and Wolfgang Denk for help and inspirations.
Best regards
Jens Scharsig
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CHANGELOG
Url: http://lists.denx.de/pipermail/u-boot/attachments/20050808/cb90eb6d/attachment.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MCF8252.patch.gz
Type: application/gzip
Size: 10990 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050808/cb90eb6d/attachment.bin
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [Patch] MCF5282 without preloader
@ 2005-08-08 13:39 Jens Scharsig
2005-08-08 14:25 ` NZG
0 siblings, 1 reply; 5+ messages in thread
From: Jens Scharsig @ 2005-08-08 13:39 UTC (permalink / raw)
To: u-boot
This patch adds the MCF5282 support and includes the Zachary P. Landau
fec and immap fixes as patch.
CHANGELOG:
* Patch by Jens Scharsig (BuS Elektronik GmbH & Co. KG), 08 Aug. 2005:
Add MCF5282 support (without preloader)
relocate ichache_State to ram
u-boot can run from internal flash
THX to Zachary P. Landau and Wolfgang Denk for help and inspirations.
Best regards
Jens Scharsig
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CHANGELOG
Url: http://lists.denx.de/pipermail/u-boot/attachments/20050808/7f44bc42/attachment.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MCF8252.patch.gz
Type: application/gzip
Size: 10990 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050808/7f44bc42/attachment.bin
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [Patch] MCF5282 without preloader
2005-08-08 13:39 [U-Boot-Users] [Patch] MCF5282 without preloader Jens Scharsig
@ 2005-08-08 14:25 ` NZG
0 siblings, 0 replies; 5+ messages in thread
From: NZG @ 2005-08-08 14:25 UTC (permalink / raw)
To: u-boot
Does the bootloader support the external flash as well?
Can the system see them both simultaneously?
I remember the modifications to the flash subsystem were keeping Zach's patch
out originally.
NZG.
On Monday 08 August 2005 08:39, Jens Scharsig wrote:
> This patch adds the MCF5282 support and includes the Zachary P. Landau
> fec and immap fixes as patch.
>
> CHANGELOG:
>
> * Patch by Jens Scharsig (BuS Elektronik GmbH & Co. KG), 08 Aug. 2005:
> Add MCF5282 support (without preloader)
> relocate ichache_State to ram
> u-boot can run from internal flash
>
> THX to Zachary P. Landau and Wolfgang Denk for help and inspirations.
>
> Best regards
>
> Jens Scharsig
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [Patch] MCF5282 without preloader
2005-08-08 13:28 [U-Boot-Users] [Patch] MCF5282 without preloader Jens Scharsig
@ 2006-06-12 9:21 ` Wolfgang Denk
2006-06-12 16:31 ` [U-Boot-Users] 82545GM giga bit controller k bisla
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2006-06-12 9:21 UTC (permalink / raw)
To: u-boot
In message <42F75DFA.80002@bus-elektronik.de> you wrote:
>
> This patch adds the MCF5282 support and includes the Zachary P. Landau
> fec and immap fixes as patch.
>
> CHANGELOG:
>
> * Patch by Jens Scharsig (BuS Elektronik GmbH & Co. KG), 08 Aug. 2005:
> Add MCF5282 support (without preloader)
> relocate ichache_State to ram
> u-boot can run from internal flash
Merged. Thanks.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
To understand a program you must become both the machine and the
program.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] 82545GM giga bit controller.
2006-06-12 9:21 ` Wolfgang Denk
@ 2006-06-12 16:31 ` k bisla
0 siblings, 0 replies; 5+ messages in thread
From: k bisla @ 2006-06-12 16:31 UTC (permalink / raw)
To: u-boot
Hi,
I'm using the 82545GM gigabit controller which a lead free component on a
board very similar to ecotea(ppc 440 gx). We used the 82545EM earlier which
is the leaded version of the same. I have tried running it with the latest
U-boot too, and it doesn't send out bootp request.
What i found is that the "e1000_transmit" method times out. looks like it
doesn't get an ACK to indicate the write to the tx register was succesful.
I also used ethereal to see if the packets were making on to the wire, and
they weren't.
Has anyone else also run into this ? how did you get it to work ?
Can any resident expert shed some light. Any pointer would really be
appreciated.
Thanks !
kunal
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-06-12 16:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 13:28 [U-Boot-Users] [Patch] MCF5282 without preloader Jens Scharsig
2006-06-12 9:21 ` Wolfgang Denk
2006-06-12 16:31 ` [U-Boot-Users] 82545GM giga bit controller k bisla
-- strict thread matches above, loose matches on Subject: below --
2005-08-08 13:39 [U-Boot-Users] [Patch] MCF5282 without preloader Jens Scharsig
2005-08-08 14:25 ` NZG
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox