freebsd-nq/sys/arm/conf
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
..
.cvsignore Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from 2005-06-20 16:52:59 +00:00
IQ31244 Remove duplicate entry for DDB. 2005-10-04 14:39:33 +00:00
KB920X This file isn't GENERIC, so change the header 2006-02-07 18:45:54 +00:00
SIMICS Tidy up a bit... 2006-05-13 02:47:39 +00:00
SKYEYE Resurrect Skyeye support : 2006-05-13 23:41:16 +00:00