gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mc146818.hh
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2004-2005 The Regents of The University of Michigan
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions are
7  * met: redistributions of source code must retain the above copyright
8  * notice, this list of conditions and the following disclaimer;
9  * redistributions in binary form must reproduce the above copyright
10  * notice, this list of conditions and the following disclaimer in the
11  * documentation and/or other materials provided with the distribution;
12  * neither the name of the copyright holders nor the names of its
13  * contributors may be used to endorse or promote products derived from
14  * this software without specific prior written permission.
15  *
16  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27  */
28 
29 #ifndef __DEV_MC146818_HH__
30 #define __DEV_MC146818_HH__
31 
32 #include "base/bitunion.hh"
33 #include "base/logging.hh"
34 #include "sim/eventq_impl.hh"
35 
37 class MC146818 : public EventManager
38 {
39  protected:
40  virtual void handleEvent()
41  {
42  warn("No RTC event handler defined.\n");
43  }
44 
45  private:
47  struct RTCEvent : public Event
48  {
52 
53  RTCEvent(MC146818 * _parent, Tick i);
54 
56  void scheduleIntr();
57 
59  virtual void process();
60 
62  virtual const char *description() const;
63  };
64 
66  struct RTCTickEvent : public Event
67  {
70 
71  RTCTickEvent(MC146818 * _parent) :
72  parent(_parent), offset(SimClock::Int::s)
73  {}
74 
76  void process();
77 
79  const char *description() const;
80  };
81 
82  private:
83  std::string _name;
84  const std::string &name() const { return _name; }
85 
88 
91 
93  union {
94  uint8_t clock_data[10];
95 
96  struct {
97  uint8_t sec;
98  uint8_t sec_alrm;
99  uint8_t min;
100  uint8_t min_alrm;
101  uint8_t hour;
102  uint8_t hour_alrm;
103  uint8_t wday;
104  uint8_t mday;
105  uint8_t mon;
106  uint8_t year;
107  };
108  };
109 
110  struct tm curTime;
111 
112  void setTime(const struct tm time);
113 
114  BitUnion8(RtcRegA)
115  Bitfield<7> uip;
116  Bitfield<6, 4> dv;
117 
126  Bitfield<3, 0> rs;
127  EndBitUnion(RtcRegA)
128 
129 
130  static inline bool rega_dv_disabled(const RtcRegA &reg);
131 
132  BitUnion8(RtcRegB)
133  Bitfield<7> set;
134  Bitfield<6> pie;
135  Bitfield<5> aie;
136  Bitfield<4> uie;
137  Bitfield<3> sqwe;
138  Bitfield<2> dm;
139  Bitfield<1> format24h;
140  Bitfield<0> dse;
141  EndBitUnion(RtcRegB)
142 
143 
144  RtcRegA stat_regA;
145 
147  RtcRegB stat_regB;
148 
149  public:
150  MC146818(EventManager *em, const std::string &name, const struct tm time,
151  bool bcd, Tick frequency);
152  virtual ~MC146818();
153 
155  virtual void startup();
156 
158  void writeData(const uint8_t addr, const uint8_t data);
159 
161  uint8_t readData(const uint8_t addr);
162 
163  void tickClock();
164 
170  void serialize(const std::string &base, CheckpointOut &cp) const;
171 
178  void unserialize(const std::string &base, CheckpointIn &cp);
179 };
180 
181 #endif // __DEV_MC146818_HH__
void tickClock()
Definition: mc146818.cc:253
void serialize(CheckpointOut &cp) const override
Serialize an object.
Definition: eventq.cc:237
Bitfield< 5, 3 > reg
Definition: types.hh:87
uint8_t readData(const uint8_t addr)
RTC read data.
Definition: mc146818.cc:228
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Definition: eventq.cc:246
Bitfield< 7 > i
Real-Time Clock (MC146818)
Definition: mc146818.hh:37
uint8_t mon
Definition: mc146818.hh:105
void writeData(const uint8_t addr, const uint8_t data)
RTC write data.
Definition: mc146818.cc:135
std::string _name
Definition: mc146818.hh:83
MC146818(EventManager *em, const std::string &name, const struct tm time, bool bcd, Tick frequency)
Definition: mc146818.cc:90
Bitfield< 4 > uie
1 = enable alarm interrupt
Definition: mc146818.hh:136
ip6_addr_t addr
Definition: inet.hh:330
Bitfield< 2 > em
Definition: misc.hh:602
MC146818 * parent
Definition: mc146818.hh:49
uint8_t sec
Definition: mc146818.hh:97
Definition: cprintf.cc:40
virtual const char * description() const
Event description.
Definition: mc146818.cc:329
BitUnion8(RtcRegA) Bitfield< 7 > uip
Bitfield< 2 > dm
1 = output sqare wave at SQW pin
Definition: mc146818.hh:138
Bitfield< 5 > aie
1 = enable periodic clock interrupt
Definition: mc146818.hh:135
Bitfield< 6 > pie
stop clock updates
Definition: mc146818.hh:134
RtcRegB stat_regB
RTC status register B.
Definition: mc146818.hh:147
These are variables that are set based on the simulator frequency.
Definition: core.cc:44
Bitfield< 0 > dse
0 = 12 hours, 1 = 24 hours
Definition: mc146818.hh:140
virtual const std::string name() const
Definition: eventq.cc:82
RTCEvent(MC146818 *_parent, Tick i)
Definition: mc146818.cc:308
RTCEvent event
RTC periodic interrupt event.
Definition: mc146818.hh:87
Bitfield< 4 > s
virtual void process()
Event process to occur at interrupt.
Definition: mc146818.cc:321
RTCTickEvent tickEvent
RTC tick event.
Definition: mc146818.hh:90
virtual ~MC146818()
Definition: mc146818.cc:109
uint64_t Tick
Tick count type.
Definition: types.hh:61
void scheduleIntr()
Schedule the RTC periodic interrupt.
Definition: mc146818.cc:315
uint8_t clock_data[10]
Definition: mc146818.hh:94
uint8_t mday
Definition: mc146818.hh:104
Bitfield< 51, 12 > base
Definition: pagetable.hh:141
Event for RTC periodic interrupt.
Definition: mc146818.hh:47
uint8_t wday
Definition: mc146818.hh:103
Bitfield< 3, 0 > rs
Divider configuration.
Definition: mc146818.hh:126
virtual void handleEvent()
Definition: mc146818.hh:40
void setTime(const struct tm time)
Definition: mc146818.cc:63
struct tm curTime
Definition: mc146818.hh:110
RTCTickEvent(MC146818 *_parent)
Definition: mc146818.hh:71
Event for RTC periodic interrupt.
Definition: mc146818.hh:66
std::ostream CheckpointOut
Definition: serialize.hh:63
uint8_t hour_alrm
Definition: mc146818.hh:102
virtual void startup()
Start ticking.
Definition: mc146818.cc:123
Definition: eventq.hh:245
uint8_t sec_alrm
Definition: mc146818.hh:98
uint8_t hour
Definition: mc146818.hh:101
Bitfield< 3 > sqwe
1 = enable update-ended interrupt
Definition: mc146818.hh:137
#define warn(...)
Definition: logging.hh:208
uint8_t min_alrm
Definition: mc146818.hh:100
Bitfield< 6, 4 > dv
1 = date and time update in progress
Definition: mc146818.hh:116
const std::string & name() const
Definition: mc146818.hh:84
const char data[]
Bitfield< 1 > format24h
0 = BCD, 1 = Binary coded time
Definition: mc146818.hh:139
EndBitUnion(RtcRegA) static inline bool rega_dv_disabled(const RtcRegA &reg)
Is the DV field in regA set to disabled?
uint8_t min
Definition: mc146818.hh:99
uint8_t year
Definition: mc146818.hh:106

Generated on Thu May 28 2020 16:21:32 for gem5 by doxygen 1.8.13