[U-Boot-Users] Porting u-boot to new hardware
Kyle Harris
kharris at nexus-tech.net
Tue Feb 18 15:35:32 CET 2003
On Tuesday 18 February 2003 08:39 am, August Hoerandl wrote:
> Hi,
> I am trying to port u-boot to my new hardware (pxa250 based)
> what i have got:
> - u-boot up and running ;-)
Congrats!
> 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?
u-boot is based on armboot which is based on ppcboot. This stuff worked in
armboot but apparently has not been fixed for u-boot. I think Robert Schwebel
has made the most progress with u-boot on PXA. You may want to check his
board for latest updates.
Wolfgang, has Robert's patches been merged into CVS yet?
Kyle.
More information about the U-Boot
mailing list