rv_ctrl.cc (8870:f95c4042f2d0) rv_ctrl.cc (8988:528f0fa80f76)
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

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

100 case Flags:
101 pkt->set<uint32_t>(flags);
102 break;
103 case IdReg:
104 pkt->set<uint32_t>(params()->idreg);
105 break;
106 case CfgStat:
107 pkt->set<uint32_t>(1);
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

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

100 case Flags:
101 pkt->set<uint32_t>(flags);
102 break;
103 case IdReg:
104 pkt->set<uint32_t>(params()->idreg);
105 break;
106 case CfgStat:
107 pkt->set<uint32_t>(1);
108 break;
108 default:
109 warn("Tried to read RealView I/O at offset %#x that doesn't exist\n",
110 daddr);
111 break;
112 }
113 pkt->makeAtomicResponse();
114 return pioDelay;
115

--- 52 unchanged lines hidden ---
109 default:
110 warn("Tried to read RealView I/O at offset %#x that doesn't exist\n",
111 daddr);
112 break;
113 }
114 pkt->makeAtomicResponse();
115 return pioDelay;
116

--- 52 unchanged lines hidden ---