Olivier Houchard d5d776c16b Resurrect Skyeye support :
Add a new option, SKYEYE_WORKAROUNDS, which as the name suggests adds
workarounds for things skyeye doesn't simulate. Specifically :
- Use USART0 instead of DBGU as the console, make it not use DMA, and           manually provoke an interrupt when we're done in the transmit function.
- Skyeye maintains an internal counter for clock, but apparently there's
no way to access it, so hack the timecounter code to return a value which
is increased at every clock interrupts. This is gross, but I didn't find a
better way to implement timecounters without hacking Skyeye to get the
counter value.
- Force the write-back of PTEs once we're done writing them, even if they
are supposed to be write-through. I don't know why I have to do that.
2006-05-13 23:41:16 +00:00
..
2006-05-11 14:30:28 +00:00
2006-03-24 07:39:29 +00:00
2006-03-24 07:39:29 +00:00
2006-05-13 23:41:16 +00:00
2006-04-06 04:29:24 +00:00
2006-05-13 23:41:16 +00:00
2006-03-18 01:38:25 +00:00
2006-03-24 07:36:23 +00:00
2006-05-13 23:41:16 +00:00
2006-03-18 01:45:29 +00:00