pl111.cc (8229:78bf55f23338) | pl111.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 --- 28 unchanged lines hidden (view full) --- 37 * Authors: William Wang 38 * Ali Saidi 39 */ 40 41#include "base/vnc/vncserver.hh" 42#include "base/bitmap.hh" 43#include "base/output.hh" 44#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 --- 28 unchanged lines hidden (view full) --- 37 * Authors: William Wang 38 * Ali Saidi 39 */ 40 41#include "base/vnc/vncserver.hh" 42#include "base/bitmap.hh" 43#include "base/output.hh" 44#include "base/trace.hh" |
45#include "debug/PL111.hh" 46#include "debug/Uart.hh" |
|
45#include "dev/arm/amba_device.hh" 46#include "dev/arm/gic.hh" 47#include "dev/arm/pl111.hh" 48#include "mem/packet.hh" 49#include "mem/packet_access.hh" 50 51using namespace AmbaDev; 52 --- 697 unchanged lines hidden --- | 47#include "dev/arm/amba_device.hh" 48#include "dev/arm/gic.hh" 49#include "dev/arm/pl111.hh" 50#include "mem/packet.hh" 51#include "mem/packet_access.hh" 52 53using namespace AmbaDev; 54 --- 697 unchanged lines hidden --- |