dram_ctrl.cc (10432:da98b90b5df0) dram_ctrl.cc (10466:73b7549d979e)
1/*
2 * Copyright (c) 2010-2014 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

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

220 }
221 }
222
223}
224
225void
226DRAMCtrl::init()
227{
1/*
2 * Copyright (c) 2010-2014 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

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

220 }
221 }
222
223}
224
225void
226DRAMCtrl::init()
227{
228 if (!port.isConnected()) {
228 AbstractMemory::init();
229
230 if (!port.isConnected()) {
229 fatal("DRAMCtrl %s is unconnected!\n", name());
230 } else {
231 port.sendRangeChange();
232 }
233}
234
235void
236DRAMCtrl::startup()

--- 1890 unchanged lines hidden ---
231 fatal("DRAMCtrl %s is unconnected!\n", name());
232 } else {
233 port.sendRangeChange();
234 }
235}
236
237void
238DRAMCtrl::startup()

--- 1890 unchanged lines hidden ---