Hi Pierre,
>From: Pierre GAUFILLET <pierre.gaufillet_at_magic.fr>
>Date: Thu, 11 Jan 2007 11:59:06 +0100
>Hi,
>attached is a patch adding the existing x50 code to the current HH
>kernel26.
>It does not work for me, but at least the kernel builds.
>It is only a kind of prototype, so don't be afraid by the ugly things
>you may see ;-)
>My current .config file is also included.
nice job, i will put your patch to my current HH kernel snapshot.
Regarding bad RAMADDR in my haret.log, you're right. After a look at mmu
dump & aximx30.c, physical ram seems to start at 0xA8000000...
I guess that mach-x51v.cpp from Haret should looks like this :
=======================================
#include "arch-pxa.h" // MachinePXA27x
#include "mach-types.h"
#include "memory.h" // memPhysSize
//#include "asic3.h"
class MachX51V : public MachinePXA27x {
public:
MachX51V() {
name = "X51v";
OEMInfo[0] = L"Dell Axim X51v";
machType = MACH_TYPE_X30 ;
}
void init() {
#if 0
asic3_gpio_base=0x0c000000;
asic3_sdio_base=0x0e000000;
asic3_bus_shift=1;
#endif
// RAM start physical address
memPhysAddr = 0xa8000000;
memPhysSize=64*1024*1024;
}
};
REGMACHINE(MachX51V)
======================================
>By the way, I contacted Dell yesterday to ask them for a minimum of
>support : I'll keep you informed of this discussion.
>Pierre
Yep, i know that many guys already tried to get some information from
DELL without any success. Anyway, if we insist again and again, they
might change their point of view.
Bye.
--
_______________________________________________
Aximx50-port mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/aximx50-port