| 02:02:32 | Sammy | morning |
| 02:04:59 | Russ|werk | morning |
| 02:46:53 | BZFlag | erase ramdisk does not erase all 16M or flash if ramdisk size is 4M |
| 02:47:18 | BZFlag | blob does not boot if ramdisk size is 16M and there is only 16M of ram. |
| 02:48:09 | Russ | heh |
| 02:48:36 | BZFlag | guess I have more work to do. ;-) |
| 02:49:40 | BZFlag | erase 0x00100000-0x01000000 sound good? |
| 02:54:08 | BZFlag | later |
| 05:06:33 | Sammy | lunch |
| 10:16:55 | erikm | BZFlag: any luck? |
| 10:35:49 | BZFlag | nope, meetings. =( |
| 10:36:05 | erikm | ok |
| 10:36:48 | erikm | BZFlag: rmk suggested to ask philb, so I'm gonna do that |
| 10:37:11 | BZFlag | ok |
| 11:30:23 | seletz | hi folks |
| 11:50:39 | erikm | re |
| 15:00:18 | erikm | ads abraham to the blob team |
| 16:02:17 | seletz | is in IRQ debug mode |
| 16:32:43 | seletz | erikm: here you there? |
| 16:32:51 | erikm | seletz: *nod* |
| 16:32:54 | seletz | :) |
| 16:33:35 | seletz | erikm: one quick question 'bout ide.h in .../asm-arm/arch-sa1100 |
| 16:34:31 | seletz | erikm: what's the purpose of this file, i.e. why do i need to setup irqs etc. _manually_ |
| 16:34:51 | erikm | seletz: it's only used for static IDE devices |
| 16:34:53 | seletz | erikm: i thought this would be done via PCMCIA/CS stuff?? |
| 16:35:24 | erikm | seletz: the LART uses PCMCIA space 0 for network and IDE |
| 16:35:26 | seletz | erikm: yup, butthe io mappings point to PCMCIA space |
| 16:35:52 | seletz | erikm: ok, but ide-cs.o uses the in-kernel ide driver ... |
| 16:35:57 | erikm | seletz: victor and empeg use the same trick |
| 16:36:01 | akira|work | hi |
| 16:36:05 | seletz | akira|work: hi |
| 16:36:23 | erikm | seletz: yes, but the stuff in ide.h is only for detection |
| 16:36:57 | seletz | erikm: hrmpf. if (irq ) *irq = 0; |
| 16:37:22 | seletz | erikm: ide-cs.c does a ide_register() |
| 16:37:37 | seletz | erikm: which in turn calls ide_init_hwif_ports() |
| 16:37:54 | seletz | erikm: which sets the assigned irq to zero |
| 16:38:13 | seletz | erikm: i dont understand that |
| 16:39:41 | erikm | I also didn't, but it worked. I just cleaned up the code at that point. |
| 16:41:16 | seletz | erikm: where does lart signal the irq to? sa11x0 or sa1111? |
| 16:41:35 | erikm | we don't have an sa1111 |
| 16:42:38 | seletz | erikm: ok.... |
| 16:44:25 | seletz | erikm: ok, but ide.h is _always_ included, so this setup will _never_ work with real CF/PCMCIA and sa1111, no? |
| 16:44:52 | seletz | erikm: specially if you look at ide_init_hwif_ports() there. |
| 16:45:32 | erikm | I guess not |
| 16:45:40 | erikm | otoh, the ipaq people really use it |
| 16:46:02 | seletz | erikm: do they ude handheld.org stuff? |
| 16:46:05 | erikm | *cough* you might want to look in their CVS tree on handhelds.org *cough* |
| 16:46:18 | seletz | whines |
| 16:46:30 | erikm | seletz: but don't do it for too long, some of the code makes you sick |
| 16:46:56 | seletz | erikm: man, if _this_ is the cause of my probs, then GRRR |
| 16:47:21 | erikm | seletz: ... then clean up and send a patch to rmk :) |
| 16:47:35 | seletz | erikm: yes, of course. |
| 16:47:51 | erikm | seletz: btw, have a look at his 2.5.x patches, IIRC there was some kind of PCMCIA related fix in it as well |
| 16:47:54 | seletz | erikm: i'd be glad if i actually _found_ the cause |
| 16:48:24 | seletz | erikm: well, yes, that patch i have applied .... |
| 16:49:59 | seletz | looking deeper |
| 16:57:31 | akira|work | <- FOOD |
| 17:49:14 | akira|work | re |