amba_device.cc (7950:1120b07dd4b0) amba_device.cc (8229:78bf55f23338)
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

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

36 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 *
40 * Authors: Ali Saidi
41 */
42
43#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

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

36 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 *
40 * Authors: Ali Saidi
41 */
42
43#include "base/trace.hh"
44#include "dev/arm/amba_fake.hh"
45#include "dev/arm/amba_device.hh"
44#include "dev/arm/amba_device.hh"
45#include "dev/arm/amba_fake.hh"
46#include "mem/packet.hh"
47#include "mem/packet_access.hh"
48
49const uint64_t AmbaVendor = ULL(0xb105f00d00000000);
50
51AmbaDevice::AmbaDevice(const Params *p)
52 : BasicPioDevice(p), ambaId(AmbaVendor | p->amba_id)
53{

--- 36 unchanged lines hidden ---
46#include "mem/packet.hh"
47#include "mem/packet_access.hh"
48
49const uint64_t AmbaVendor = ULL(0xb105f00d00000000);
50
51AmbaDevice::AmbaDevice(const Params *p)
52 : BasicPioDevice(p), ambaId(AmbaVendor | p->amba_id)
53{

--- 36 unchanged lines hidden ---