summaryrefslogtreecommitdiff
path: root/dev/alpha_console.cc
AgeCommit message (Expand)Author
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-10-22Clean up the Range class and associated usages. The code wasNathan Binkert
2004-06-27allow the use of old console code and update elf_object not to rely on EM_ALP...Ali Saidi
2004-06-26rewrote uart and renamed console.cc to simconsole to reduce confusionAli Saidi
2004-06-23minor changes to endian code so that it runs on x86 linuxAli Saidi
2004-06-23more modifications for cross-endian support. linux now gets to pciconfigAli Saidi
2004-06-21Merge saidi@zizzer.eecs.umich.edu:/bk/linuxAli Saidi
2004-06-21start towards getting m5 endian compliantAli Saidi
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-06-01Removed dynamic cast to get interrupt frequency and replaced with aAli Saidi
2004-03-19Make it so that alpha_console can read the frequency from the correctRon Dreslinski
2004-03-11merge from head of m5. note: i did not bother to merge the PIO stuff with s...Lisa Hsu
2004-03-11merge with m5 headLisa Hsu
2004-02-29Add support for multiple address ranges in memory interfaces.Erik Hallnor
2004-02-11Add support for all devices to get requests from a timing memory bus.Nathan Binkert
2004-02-10Fix masking of read/write address to get read/write offsetAndrew Schultz
2004-02-10Changed new linux stuff to work with new FunctionalMemory interface andAndrew Schultz
2004-02-09Merge linux tree with headAndrew Schultz
2004-02-09- Whack unused codeNathan Binkert
2004-02-03mergeNathan Binkert
2004-02-02Change MemReqPtr parameters to references.Steve Reinhardt
2004-01-30MergeNathan Binkert
2004-01-29Fix character input by handling the character and theNathan Binkert
2004-01-27Add support for RTC to interrupt, HACK in alpha_console temporaryRon Dreslinski
2003-12-22add support for simple character input via the system consoleNathan Binkert
2003-12-10Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),Steve Reinhardt
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt
2003-10-29Rename SERIALIZE_MEMBER to SERIALIZE_SCALAR.Steve Reinhardt
2003-10-29More progress on checkpointing... we can now write out a checkpoint and read ...Steve Reinhardt
2003-10-28Revamp serialization to make it easier.Steve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
2003-10-20Separate the stuff for SimObject from SimObject builder.Nathan Binkert
2003-10-13Split up kernel.cc into separate files for dump_mbuf and printfNathan Binkert
2003-10-13Try to get the correct license on various filesNathan Binkert
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt
2003-10-07Import changesetSteve Raasch