Support for Tsunami coming along... RTC, PIC working, UART in progress
authorAli Saidi <saidi@eecs.umich.edu>
Mon, 26 Jan 2004 18:26:34 +0000 (13:26 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Mon, 26 Jan 2004 18:26:34 +0000 (13:26 -0500)
commitb7f44f6e0676a933c5aa4d892d789c46daeaaa27
tree1e48e5b6614ec85f5ee9d3d2254f90814ae88e0b
parent9b397ce7f45fc275f9004d78520628e2e7c0dd16
Support for Tsunami coming along... RTC, PIC working, UART in progress

dev/tsunami_io.cc:
    PIC, PIT, RTC implementation for tsunami working so far
dev/tsunami_io.hh:
    PIT, PIC, RTC implementation for tlaser working so far
dev/tsunamireg.h:
    Added RTC defines
kern/linux/linux_system.cc:
    wrote cycle frequency into variable so linux doesn't probe for it.
    The support exists, but it takes two seconds of time to do on a real
    machine, so forever in the simulator.

--HG--
extra : convert_revision : e0ed7f271ece4ed69c06af35d1b0e8ed848cd138
dev/tsunami_io.cc
dev/tsunami_io.hh
dev/tsunami_uart.cc [new file with mode: 0644]
dev/tsunami_uart.hh [new file with mode: 0644]
dev/tsunamireg.h
kern/linux/linux_system.cc