Go to the documentation of this file.
33 #ifndef __DEV_MALTA_IO_HH__
34 #define __DEV_MALTA_IO_HH__
41 #include "params/MaltaIO.hh"
59 RTC(
const std::string &
name,
const MaltaIOParams &
p);
138 #endif // __DEV_MALTA_IO_HH__
Intel8254Timer pitimer
Intel 8253 Periodic Interval Timer.
Top level class for Malta Chipset emulation.
MaltaCChip * cchip
Pointer to the Malta CChip.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Programmable Interval Timer (Intel 8254)
void startup() override
Start running.
Malta * malta
A pointer to the Malta device which be belong to.
void postIntr(uint8_t interrupt)
Post an Interrupt to the CPU.
uint8_t mask2
Mask of the PIC2.
RTC(const std::string &name, const MaltaIOParams &p)
uint8_t picr
Raw PIC interrupt register before masking.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
const std::string & name() const
uint8_t mode1
Mode of PIC1.
uint8_t mask1
Mask of the PIC1.
void clearIntr(uint8_t interrupt)
Clear an Interrupt to the CPU.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
Tick frequency() const
Return the freqency of the RTC.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
MaltaIO(const Params &p)
Initialize all the data for devices supported by Malta I/O.
void serialize(CheckpointOut &cp) const override
Serialize an object.
uint16_t timerData
The interval is set via two writes to the PIT.
std::ostream CheckpointOut
void postRTC()
post an RTC interrupt to the CPU
bool picInterrupting
Is the pic interrupting right now or not.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Malta I/O device is a catch all for all the south bridge stuff we care to implement.
Real-Time Clock (MC146818)
uint8_t mode2
Mode of PIC2.
Generated on Tue Sep 7 2021 14:53:46 for gem5 by doxygen 1.8.17