realview.cc (11793:ef606668d247) realview.cc (12239:ae1686aaebc5)
1/*
2 * Copyright (c) 2009, 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 39 unchanged lines hidden (view full) ---

48
49#include <deque>
50#include <string>
51#include <vector>
52
53#include "config/the_isa.hh"
54#include "cpu/intr_control.hh"
55#include "dev/arm/base_gic.hh"
1/*
2 * Copyright (c) 2009, 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 39 unchanged lines hidden (view full) ---

48
49#include <deque>
50#include <string>
51#include <vector>
52
53#include "config/the_isa.hh"
54#include "cpu/intr_control.hh"
55#include "dev/arm/base_gic.hh"
56#include "dev/terminal.hh"
57#include "sim/system.hh"
58
59using namespace std;
60using namespace TheISA;
61
62
63RealView::RealView(const Params *p)
64 : Platform(p), system(p->system), gic(nullptr)

--- 33 unchanged lines hidden ---
56#include "sim/system.hh"
57
58using namespace std;
59using namespace TheISA;
60
61
62RealView::RealView(const Params *p)
63 : Platform(p), system(p->system), gic(nullptr)

--- 33 unchanged lines hidden ---