FSConfig.py (11598:e0ddee91eb13) FSConfig.py (11599:55bd18998b7c)
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
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 if ruby:
397 fatal("You're trying to use Ruby on ARM, which is not working " \
398 "properly yet. If you want to test it anyway, you " \
399 "need to remove this fatal error from FSConfig.py.")
400
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 ---
401 return self
402
403
404def makeLinuxMipsSystem(mem_mode, mdesc=None, cmdline=None):
405 class BaseMalta(Malta):
406 ethernet = NSGigE(pci_bus=0, pci_dev=1, pci_func=0)
407 ide = IdeController(disks=[Parent.disk0, Parent.disk2],
408 pci_func=0, pci_dev=0, pci_bus=0)

--- 315 unchanged lines hidden ---