gem5/kern/linux
Ali Saidi fd21387149 Linux boots... various fixes to make console work correctly
dev/console.cc:
    commented out code that checks if an interrupt is happening before issuing one
    because they can get lost when linux boots
dev/console.hh:
    added a setPlatform function to set the platform to interrupt
dev/platform.hh:
dev/tsunami.cc:
dev/tsunami.hh:
    Added virtual functions to post console interrupts
dev/tsunami_io.cc:
    allowed a 64bit read of the PIC since we can't do a physical byte read
dev/tsunami_uart.cc:
    moved TsunamiUart to PioDevice
    various little fixes to make linux work
dev/tsunami_uart.hh:
    Made Tsunami_Uart a PIO device
dev/tsunamireg.h:
    added some UART defines and used the ULL macros
kern/linux/linux_system.cc:
    commented out waiting for gdb

--HG--
extra : convert_revision : 8cfd0700f3812ab349a6d7f132f85f4f421c5c5e
2004-05-14 17:34:15 -04:00
..
linux.hh addad kern/linux 2004-01-11 22:00:35 -05:00
linux_syscalls.cc addad kern/linux 2004-01-11 22:00:35 -05:00
linux_syscalls.hh addad kern/linux 2004-01-11 22:00:35 -05:00
linux_system.cc Linux boots... various fixes to make console work correctly 2004-05-14 17:34:15 -04:00
linux_system.hh Added ULL for 64bit ints 2004-05-09 20:14:18 -04:00