Subject: Re: struct _BootConfig is ... strange...
To: None <is@netbsd.org>
From: Robert Swindells <rjs@fdy2.demon.co.uk>
List: port-hpcarm
Date: 02/21/2006 17:57:44
Ignatios Souvatzis wrote:
>I've spent about 4 days in total in the last few months debugging a
>strange startup problem with the Jornada 820 which runs out to having
>been caused by this part of hpcarm/include/bootconfig.h:

>#define DRAM_BLOCKS     1

>typedef struct _BootConfig {
>        PhysMem dram[DRAM_BLOCKS];
>	u_int dramblocks;
>	u_int kernsize;
>} BootConfig;

>Why exactly is this written that way?

It is copied from cats.

The DRAM_BLOCKS define ought to be 4 on SA11x0/PXA2xx systems, that is
what I was using for the webpad port that I did.

How are you getting on with the port ?

Robert Swindells