realview.hh (8525:5f3fe76e7950) realview.hh (8741:491297d019f3)
1/*
2 * Copyright (c) 2009 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

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

77 * @param intctrl pointer to the interrupt controller
78 */
79 RealView(const Params *p);
80
81 /** Give platform a pointer to interrupt controller */
82 void setGic(Gic *_gic) { gic = _gic; }
83
84 /**
1/*
2 * Copyright (c) 2009 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

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

77 * @param intctrl pointer to the interrupt controller
78 */
79 RealView(const Params *p);
80
81 /** Give platform a pointer to interrupt controller */
82 void setGic(Gic *_gic) { gic = _gic; }
83
84 /**
85 * Return the interrupting frequency to AlphaAccess
86 * @return frequency of RTC interrupts
87 */
88 virtual Tick intrFrequency();
89
90 /**
91 * Cause the cpu to post a serial interrupt to the CPU.
92 */
93 virtual void postConsoleInt();
94
95 /**
96 * Clear a posted CPU interrupt
97 */
98 virtual void clearConsoleInt();

--- 31 unchanged lines hidden ---
85 * Cause the cpu to post a serial interrupt to the CPU.
86 */
87 virtual void postConsoleInt();
88
89 /**
90 * Clear a posted CPU interrupt
91 */
92 virtual void clearConsoleInt();

--- 31 unchanged lines hidden ---