realview.cc (11244:a2af58a06c4e) realview.cc (11793:ef606668d247)
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

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

39 *
40 * Authors: Ali Saidi
41 */
42
43/** @file
44 * Implementation of RealView platform.
45 */
46
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

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

39 *
40 * Authors: Ali Saidi
41 */
42
43/** @file
44 * Implementation of RealView platform.
45 */
46
47#include "dev/arm/realview.hh"
48
47#include <deque>
48#include <string>
49#include <vector>
50
51#include "config/the_isa.hh"
52#include "cpu/intr_control.hh"
53#include "dev/arm/base_gic.hh"
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"
54#include "dev/arm/realview.hh"
55#include "dev/terminal.hh"
56#include "sim/system.hh"
57
58using namespace std;
59using namespace TheISA;
60
61
62RealView::RealView(const Params *p)

--- 34 unchanged lines hidden ---
56#include "dev/terminal.hh"
57#include "sim/system.hh"
58
59using namespace std;
60using namespace TheISA;
61
62
63RealView::RealView(const Params *p)

--- 34 unchanged lines hidden ---