Changeset 0436aec in mainline
- Timestamp:
- 2022-02-10T21:56:55Z (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
rf7a8052 r0436aec 173 173 raise Exception 174 174 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 176 179 177 180 # processor = 'sun4v' … … 410 413 'image' : 'image.iso', 411 414 'audio' : False, 415 'console' : is_override('nographic'), 412 416 'net' : False, 413 417 'usb' : False,
Note:
See TracChangeset
for help on using the changeset viewer.