From bb5377899a2213be2ecaab25fa4858fae81d0a12 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 23 Aug 2010 11:18:40 -0500 Subject: ARM: Add system for ARM/Linux and bootstrapping --- src/arch/arm/system.cc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src/arch/arm/system.cc') diff --git a/src/arch/arm/system.cc b/src/arch/arm/system.cc index e7470f89a..ba973ea17 100644 --- a/src/arch/arm/system.cc +++ b/src/arch/arm/system.cc @@ -1,4 +1,16 @@ /* + * Copyright (c) 2010 ARM Limited + * All rights reserved + * + * The license below extends only to copyright in the software and shall + * not be construed as granting a license to any other intellectual + * property including but not limited to intellectual property relating + * to a hardware implementation of the functionality of the software + * licensed hereunder. You may use the software subject to the license + * terms below provided that you ensure that this notice is replicated + * unmodified and in its entirety in all distributions of the software, + * modified or unmodified, in source code or in binary form. + * * Copyright (c) 2002-2006 The Regents of The University of Michigan * All rights reserved. * @@ -30,8 +42,7 @@ #include "arch/arm/system.hh" - -using namespace LittleEndianGuest; +using namespace ArmISA; ArmSystem::ArmSystem(Params *p) : System(p) -- cgit v1.2.3