Changeset 7f4937e in mainline for tools/ew.py
- Timestamp:
- 2017-11-15T21:11:15Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5340bfa
- Parents:
- 7de5f12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r7de5f12 r7f4937e 107 107 raise Exception 108 108 if processor == 'us': 109 return 'system-sparc64', '-M sun4u --prom-env boot-args="console=devices/\\hw\\pci0\\0 0:03.0\\com1\\a"'109 return 'system-sparc64', '-M sun4u --prom-env boot-args="console=devices/\\hw\\pci0\\01:01.0\\com1\\a"' 110 110 elif processor == 'sun4v': 111 111 default_path = '/usr/local/opensparc/image/' … … 276 276 'audio' : False, 277 277 'console' : False, 278 'net' : False, 279 'usb' : False 278 280 }, 279 281 'sun4v' : {
Note:
See TracChangeset
for help on using the changeset viewer.