Changeset 0436aec in mainline for tools/ew.py


Ignore:
Timestamp:
2022-02-10T21:56:55Z (2 years ago)
Author:
Jakub Jermář <jakub@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ddd7f8
Parents:
f7a8052
git-author:
Jakub Jermář <jakub@…> (2022-02-10 21:54:56)
git-committer:
Jakub Jermář <jakub@…> (2022-02-10 21:56:55)
Message:

tools/ew.py: Allow to run sun4u with serial console only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    rf7a8052 r0436aec  
    173173                        raise Exception
    174174                if processor == 'us':
    175                         return 'system-sparc64', '-M sun4u'
     175                        cmdline = '-M sun4u'
     176                        if is_override('nographic'):
     177                            cmdline += ' --prom-env boot-args="console=devices/\\hw\\pci0\\01:01.0\\com1\\a"'
     178                        return 'system-sparc64', cmdline
    176179
    177180                # processor = 'sun4v'
     
    410413                                'image' : 'image.iso',
    411414                                'audio' : False,
     415                                'console' : is_override('nographic'),
    412416                                'net' : False,
    413417                                'usb' : False,
Note: See TracChangeset for help on using the changeset viewer.