timer_sp804.cc (7943:02f63121a9a1) | timer_sp804.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 --- 25 unchanged lines hidden (view full) --- 34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 * 37 * Authors: Ali Saidi 38 */ 39 40#include "base/intmath.hh" 41#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 --- 25 unchanged lines hidden (view full) --- 34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 * 37 * Authors: Ali Saidi 38 */ 39 40#include "base/intmath.hh" 41#include "base/trace.hh" |
42#include "debug/Checkpoint.hh" 43#include "debug/Timer.hh" |
|
42#include "dev/arm/gic.hh" 43#include "dev/arm/timer_sp804.hh" 44#include "mem/packet.hh" 45#include "mem/packet_access.hh" 46 47using namespace AmbaDev; 48 49Sp804::Sp804(Params *p) --- 245 unchanged lines hidden --- | 44#include "dev/arm/gic.hh" 45#include "dev/arm/timer_sp804.hh" 46#include "mem/packet.hh" 47#include "mem/packet_access.hh" 48 49using namespace AmbaDev; 50 51Sp804::Sp804(Params *p) --- 245 unchanged lines hidden --- |