RealView.py (8839:eeb293859255) RealView.py (8847:ef8630054b5e)
1# Copyright (c) 2009-2011 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

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

371 self.clcd.pio = bus.master
372 self.clcd.dma = bus.slave
373 self.kmi0.pio = bus.master
374 self.kmi1.pio = bus.master
375 self.elba_kmi0.pio = bus.master
376 self.elba_kmi1.pio = bus.master
377 self.cf_ctrl.pio = bus.master
378 self.cf_ctrl.config = bus.master
1# Copyright (c) 2009-2011 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

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

371 self.clcd.pio = bus.master
372 self.clcd.dma = bus.slave
373 self.kmi0.pio = bus.master
374 self.kmi1.pio = bus.master
375 self.elba_kmi0.pio = bus.master
376 self.elba_kmi1.pio = bus.master
377 self.cf_ctrl.pio = bus.master
378 self.cf_ctrl.config = bus.master
379 self.cf_ctrl.dma = bus.port
379 self.cf_ctrl.dma = bus.slave
380 self.ide.pio = bus.master
381 self.ide.config = bus.master
382 self.ide.dma = bus.slave
383 self.ethernet.pio = bus.master
384 self.ethernet.config = bus.master
385 self.ethernet.dma = bus.slave
386 self.pciconfig.pio = bus.default
387 bus.use_default_range = True

--- 17 unchanged lines hidden ---
380 self.ide.pio = bus.master
381 self.ide.config = bus.master
382 self.ide.dma = bus.slave
383 self.ethernet.pio = bus.master
384 self.ethernet.config = bus.master
385 self.ethernet.dma = bus.slave
386 self.pciconfig.pio = bus.default
387 bus.use_default_range = True

--- 17 unchanged lines hidden ---