Deleted Added
sdiff udiff text old ( 11598:e0ddee91eb13 ) new ( 11599:55bd18998b7c )
full compact
1# Copyright (c) 2010-2012, 2015-2016 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

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

388
389 self.intrctrl = IntrControl()
390 self.terminal = Terminal()
391 self.vncserver = VncServer()
392
393 if not ruby:
394 self.system_port = self.membus.slave
395
396 return self
397
398
399def makeLinuxMipsSystem(mem_mode, mdesc=None, cmdline=None):
400 class BaseMalta(Malta):
401 ethernet = NSGigE(pci_bus=0, pci_dev=1, pci_func=0)
402 ide = IdeController(disks=[Parent.disk0, Parent.disk2],
403 pci_func=0, pci_dev=0, pci_bus=0)

--- 315 unchanged lines hidden ---