Changeset a91d719 in mainline for tools/ew.py


Ignore:
Timestamp:
2016-12-23T20:52:36Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7259317
Parents:
c7a145e
Message:

Pass the loc path to the serial console in boot prom arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    rc7a145e ra91d719  
    9595                return 'system-ppc', '-m 256'
    9696        elif platform == 'sparc64':
    97                 return 'system-sparc64', ''
     97                return 'system-sparc64', '--prom-env boot-args="console=devices/\\hw\\pci0\\00:03.0\\com1\\a"'
    9898
    9999def hdisk_mk():
Note: See TracChangeset for help on using the changeset viewer.