Go to the documentation of this file.
32 #include "debug/CMOS.hh"
62 panic(
"Read from undefined CMOS port.\n");
81 panic(
"Write to undefined CMOS port.\n");
95 "Reading CMOS RTC reg %x as %x.\n",
reg,
val);
99 "Reading non-volitile CMOS address %x as %x.\n",
reg,
val);
109 DPRINTF(CMOS,
"Writing CMOS RTC reg %x with %x.\n",
113 DPRINTF(CMOS,
"Writing non-volitile CMOS address %x with %x.\n",
Addr pioAddr
Address that the device listens to.
#define UNSERIALIZE_SCALAR(scalar)
void serialize(CheckpointOut &cp) const override
Serialize an object.
void makeAtomicResponse()
void writeRegister(uint8_t reg, uint8_t val)
uint8_t readRegister(uint8_t reg)
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
virtual void startup()
Start ticking.
uint64_t Tick
Tick count type.
std::vector< IntSourcePin< X86RTC > * > intPin
void unserialize(CheckpointIn &cp) override
Unserialize an object.
#define SERIALIZE_ARRAY(member, size)
void writeData(const uint8_t addr, const uint8_t data)
RTC write data.
#define SERIALIZE_SCALAR(scalar)
#define UNSERIALIZE_ARRAY(member, size)
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
void serialize(const std::string &base, CheckpointOut &cp) const
Serialize this object to the given output stream.
gem5::X86ISA::Cmos::X86RTC rtc
T getLE() const
Get the data in the packet byte swapped from little endian to host endian.
void startup() override
startup() is the final initialization call before simulation.
std::ostream CheckpointOut
void setLE(T v)
Set the value in the data pointer to v as little endian.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void unserialize(const std::string &base, CheckpointIn &cp)
Reconstruct the state of this object from a checkpoint.
uint8_t readData(const uint8_t addr)
RTC read data.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
#define panic(...)
This implements a cprintf based panic() function.
Generated on Wed Jul 28 2021 12:10:27 for gem5 by doxygen 1.8.17