Changeset 5340bfa in mainline for tools/ew.py


Ignore:
Timestamp:
2017-12-13T20:17:33Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4cca9a9
Parents:
16f2dcc (diff), 7f4937e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sun4u_qemu_2.11'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    r16f2dcc r5340bfa  
    107107                        raise Exception
    108108                if processor == 'us':
    109                         return 'system-sparc64', '-M sun4u --prom-env boot-args="console=devices/\\hw\\pci0\\00:03.0\\com1\\a"'
     109                        return 'system-sparc64', '-M sun4u --prom-env boot-args="console=devices/\\hw\\pci0\\01:01.0\\com1\\a"'
    110110                elif processor == 'sun4v':
    111111                        default_path = '/usr/local/opensparc/image/'
     
    276276                                'audio' : False,
    277277                                'console' : False,
     278                                'net' : False,
     279                                'usb' : False
    278280                        },
    279281                        'sun4v' : {
Note: See TracChangeset for help on using the changeset viewer.