[U-Boot-Users] [MPC8555CDS] 1.3.2-rc3 -- TSECx: No link

2008-03-07 Thread Marcel Moolenaar
g failed; host 192.168.1.1 is not alive \end{log} -- Marcel Moolenaar [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse01200

Re: [U-Boot-Users] Contribution: EHCI USB HC driver

2008-03-03 Thread Marcel Moolenaar
On Mar 1, 2008, at 12:38 AM, Markus Klotzbücher wrote: > Hi Marcel, > > Marcel Moolenaar <[EMAIL PROTECTED]> writes: > >> On Feb 29, 2008, at 9:24 AM, Detlev Zundel wrote: > >>> Glancing over the patch I fail to see what hardware and >>> configu

Re: [U-Boot-Users] Contribution: EHCI USB HC driver

2008-03-03 Thread Marcel Moolenaar
getting this alongside a USB 1.1 HC driver. > > Nice work! One thing we definitely will want to do is separate the > low-level board/cpu specific and generic ehci code such as done for > the > generic ohci driv

Re: [U-Boot-Users] Contribution: EHCI USB HC driver

2008-02-29 Thread Marcel Moolenaar
Ah, good point. This driver was developed for the Philips ISP156x. The configuration is derived from the MPC8555 configuration. It's a customer board, so there's no way for me to point to some URL... > So thanks again Marcel and I am looking forward to a shiny USB support > in U-

[U-Boot-Users] Contribution: EHCI USB HC driver

2008-02-25 Thread Marcel Moolenaar
dding this to U-Boot, provided there's interest.FYI,-- Marcel Moolenaar[EMAIL PROTECTED] u-boot.diff Description: Binary data - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2

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

2008-02-22 Thread Marcel Moolenaar
+' operator. It isn't on FreeBSD. The attach patch implements the equivalent, using the '*' operator instead and should work everywhere. Signed-off-by: Marcel Moolenaar <[EMAIL PROTECTED]> -- Marcel Moolenaar [EMAIL PROTEC

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

2008-02-15 Thread Marcel Moolenaar
implements the equivalent, using the '*' operator instead and should work everywhere. -- Marcel Moolenaar [EMAIL PROTECTED] u-boot.patch Description: Binary data - This SF.net email is sponsored by: Microsoft Defy

Re: [U-Boot-Users] [1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link

2008-02-15 Thread Marcel Moolenaar
Drop trailing spaces s/ *$//; # drop quotes around string values Escaping the '+' makes it a literal character and that's not what's meant here... ...or am I missing something obvious? -- Marcel Moolenaar [EMAIL PROTECTED] ---

Re: [U-Boot-Users] [1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link

2008-02-15 Thread Marcel Moolenaar
On Feb 15, 2008, at 3:18 PM, Kumar Gala wrote: >> I think this also means that config.mk is different. Do >> you have CONFIG_CMD_FLASH config.mk? > > include/autoconf.mk has CONFIG_CMD_FLASH=y Mine is empty (size = 0). Thanks, that's all I need to know! -- Marcel Moo

Re: [U-Boot-Users] [1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link

2008-02-15 Thread Marcel Moolenaar
On Feb 15, 2008, at 2:59 PM, Kumar Gala wrote: > > On Feb 15, 2008, at 4:15 PM, Marcel Moolenaar wrote: > >> I've just pulled the 1.3.2-rc1 snapshot from GIT and I run >> into a link failure right out of the box (ok, after changing >> the Makefile to the righ

[U-Boot-Users] [1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link

2008-02-15 Thread Marcel Moolenaar
bmpc85xx.a(spd_sdram.o)(.text+0x304): In function `setup_laws_and_tlbs': /.amd/uranus1/vol/homes/homes1/marcelm/U-Boot/u-boot-1.3.2/cpu/mpc85xx/ spd_sdram.c:1093: undefined reference to `set_law' gmake: *** [u-boot] Error 1 Is this a known issue and is someone looking into this?