kmi.cc (8229:78bf55f23338) | kmi.cc (8245:a9d06c894afe) |
---|---|
1/* 2 * Copyright (c) 2010 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 --- 29 unchanged lines hidden (view full) --- 38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39 * 40 * Authors: Ali Saidi 41 * William Wang 42 */ 43 44#include "base/vnc/vncserver.hh" 45#include "base/trace.hh" | 1/* 2 * Copyright (c) 2010 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 --- 29 unchanged lines hidden (view full) --- 38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39 * 40 * Authors: Ali Saidi 41 * William Wang 42 */ 43 44#include "base/vnc/vncserver.hh" 45#include "base/trace.hh" |
46#include "debug/Pl050.hh" |
|
46#include "dev/arm/amba_device.hh" 47#include "dev/arm/kmi.hh" 48#include "dev/ps2.hh" 49#include "mem/packet.hh" 50#include "mem/packet_access.hh" 51 52Pl050::Pl050(const Params *p) 53 : AmbaIntDevice(p), control(0), status(0x43), clkdiv(0), interrupts(0), --- 316 unchanged lines hidden --- | 47#include "dev/arm/amba_device.hh" 48#include "dev/arm/kmi.hh" 49#include "dev/ps2.hh" 50#include "mem/packet.hh" 51#include "mem/packet_access.hh" 52 53Pl050::Pl050(const Params *p) 54 : AmbaIntDevice(p), control(0), status(0x43), clkdiv(0), interrupts(0), --- 316 unchanged lines hidden --- |