Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-10 | ARM: pl011 raw interrupt fix | Chander Sudanthi | |
Raw interrupt was not being set when interrupt was disabled. This patch sets the raw interrupt regardless of the mask. | |||
2011-04-20 | fix some build problems from prior changesets | Nathan Binkert | |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt | |
This step makes it easy to replace the accessor functions (which still access a global variable) with ones that access per-thread curTick values. | |||
2010-11-08 | ARM: Add checkpointing support | Ali Saidi | |
2010-08-23 | ARM: Change how the AMBA device ID checking is done to make it more generic | Ali Saidi | |
2010-08-23 | ARM: Add I/O devices for booting linux | Ali Saidi | |
--HG-- rename : src/dev/arm/Versatile.py => src/dev/arm/RealView.py rename : src/dev/arm/versatile.cc => src/dev/arm/realview.cc rename : src/dev/arm/versatile.hh => src/dev/arm/realview.hh |