public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Porting u-boot to new hardware
@ 2003-02-18 13:39 August Hoerandl
  2003-02-18 14:35 ` Kyle Harris
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: August Hoerandl @ 2003-02-18 13:39 UTC (permalink / raw)
  To: u-boot

Hi,
I am trying to port u-boot to my new hardware (pxa250 based)
what i have got:
 - u-boot up and running ;-)

problems so far:
1)   lib_arm/board.c
    dram_init  (line 176)  is called as
   	if ((*init_fnc_ptr)() != 0) {
			hang ();

 i copied this from board/lubbock/lubbock.c - this function returns the
 size of the memory, which is always != 0. same in board/cradle/cradle.c .
 am i the first one to get so far?

2) starting the example program hello_world
2a) for the loads command i had to comment out the check around line 380 in 
   common/boot_cmd.c

		  if (syscall_tbl[SYSCALL_GETC] != serial_getc) {
		    if (ctrlc()) {
		      return (-1);
		    }

2b) starting the hello_world program

=> go 04300000
## Starting application at 0x04300000 ...
## Application terminated, rc = 0x0
=> 

but no output; i changed the counter i to "static" and looked at this memory
with md: the value changes according to the number of arguments

conclusion: the hello_world program is running, but the output functions
don't work


Has anyone done similar things and solved this problems?

Regards
Gustl

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-03-11 14:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-18 13:39 [U-Boot-Users] Porting u-boot to new hardware August Hoerandl
2003-02-18 14:35 ` Kyle Harris
2003-02-18 19:36   ` Wolfgang Denk
2003-02-18 17:34 ` Jachym Holecek
2003-02-18 19:35 ` Wolfgang Denk
2003-02-21 20:26 ` Robert Schwebel
2003-02-22  8:08 ` [U-Boot-Users] U-Boot ICON Reinhard Meyer
2003-02-22 20:24   ` Wolfgang Denk
2003-03-11 14:55     ` Steven Scholz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox