FSConfig.py (11481:fc247b9c42b6) FSConfig.py (11563:1040cd2252d4)
1# Copyright (c) 2010-2012, 2015 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

164 self.bridge.master = self.iobus.slave
165 self.bridge.slave = self.membus.master
166 self.rom.port = self.membus.master
167 self.nvram.port = self.membus.master
168 self.hypervisor_desc.port = self.membus.master
169 self.partition_desc.port = self.membus.master
170 self.intrctrl = IntrControl()
171 self.disk0 = CowMmDisk()
1# Copyright (c) 2010-2012, 2015 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

164 self.bridge.master = self.iobus.slave
165 self.bridge.slave = self.membus.master
166 self.rom.port = self.membus.master
167 self.nvram.port = self.membus.master
168 self.hypervisor_desc.port = self.membus.master
169 self.partition_desc.port = self.membus.master
170 self.intrctrl = IntrControl()
171 self.disk0 = CowMmDisk()
172 self.disk0.childImage(disk('disk.s10hw2'))
172 self.disk0.childImage(mdesc.disk())
173 self.disk0.pio = self.iobus.master
174
175 # The puart0 and hvuart are placed on the IO bus, so create ranges
176 # for them. The remaining IO range is rather fragmented, so poke
177 # holes for the iob and partition descriptors etc.
178 self.bridge.ranges = \
179 [
180 AddrRange(self.t1000.puart0.pio_addr,

--- 526 unchanged lines hidden ---
173 self.disk0.pio = self.iobus.master
174
175 # The puart0 and hvuart are placed on the IO bus, so create ranges
176 # for them. The remaining IO range is rather fragmented, so poke
177 # holes for the iob and partition descriptors etc.
178 self.bridge.ranges = \
179 [
180 AddrRange(self.t1000.puart0.pio_addr,

--- 526 unchanged lines hidden ---