**** BEGIN LOGGING AT Tue Sep 06 02:59:56 2011 Sep 06 21:37:17 ahh, making progress on debugging boot on my T|â‚E Sep 06 21:42:08 around line 95 on arm/boot.c: Sep 06 21:42:09 /* Disable memory protection (page table is read-only Sep 06 21:42:10 * on Treos and Centro) */ Sep 06 21:42:11 asm volatile ("mcr p15, 0, %0, c3, c3, 0" : : "r"(0xffffffff) ); Sep 06 21:42:35 if I disable that, I get garbled screen, with it, hard lock Sep 06 21:47:34 liiwi: this should have no effect ... did you try searching for the CKEN writes ? Sep 06 21:47:47 liiwi: btw how much RAM is detected for you by cocoboot ? Sep 06 21:52:12 liiwi: run cocoboot, tap "menu", there's some "ram info" or something ... TE should have 16 megs Sep 06 22:01:46 er, T|E has 32.. Sep 06 22:02:47 I'll check cocoboot in a sec Sep 06 22:03:28 just getting 370mb of updates installed on my laptop.. "small patch" day.. :) Sep 06 22:08:08 well, no wonder.. it detects 64mb memory.. (0x1ed0000) Sep 06 22:13:20 well here's your bug Sep 06 22:13:24 TE has 16 megs Sep 06 22:13:26 period Sep 06 22:13:31 eh? Sep 06 22:14:01 16 ... the remaining 16 megs is piece of NAND being used as RAM Sep 06 22:14:04 crap ... Sep 06 22:14:12 I know, palm does shit all the time Sep 06 22:14:22 like when they used part of HDD as RAM for LD Sep 06 22:14:49 hmm Sep 06 22:15:42 liiwi: edit m68k/mem.c Sep 06 22:15:54 around line 70, there's get_ram_size() Sep 06 22:16:29 http://palmtelinux.sourceforge.net/inside.shtml Sep 06 22:16:36 make it return ... 16 megs Sep 06 22:16:37 oh Sep 06 22:16:39 T|E Sep 06 22:16:41 not T|E2 Sep 06 22:16:51 you can NOT boot TE with Cocoboot Sep 06 22:16:57 you need to use garux for that Sep 06 22:16:59 Tungsten T has only 16 Sep 06 22:17:00 (or maybe garuxNG) Sep 06 22:17:38 hrm, why not? there a spesific reason? Sep 06 22:17:39 liiwi: my memory isn't what it was ... ignore the stuff, I meant TE2 ... Sep 06 22:17:52 liiwi: TE is not xscale, cocoboot is targeted mainly on xscale Sep 06 22:17:59 TE is omap1510 Sep 06 22:18:05 ah, ok Sep 06 22:23:27 if you download the PalmZ71 source package from hackndev.com, there's garuxNG, it might work on TE Sep 06 22:23:34 I tested it on Z71 some time ago Sep 06 22:24:03 http://marex.hackndev.com/PalmZ71-BootKit-v0.2-Binary.tar.bz2 http://marex.hackndev.com/PalmZ71-BootKit-v0.2-Sources.tar.bz2 Sep 06 22:25:09 now I'm off to have some sleep, gnight Sep 06 22:25:16 thanks and goodnight :) **** ENDING LOGGING AT Wed Sep 07 02:59:57 2011