Changeset dabaa83 in mainline for tools/ew.py


Ignore:
Timestamp:
2019-06-05T06:37:17Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3f4149
Parents:
77918b0
Message:

Add boot arguments support for Malta

This commit makes it possible to pass console configuration via proper
boot arguemnts instead of having a hardcoded value in the kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    r77918b0 rdabaa83  
    8787
    8888def malta_options():
    89         return '-cpu 4Kc'
     89        return '-cpu 4Kc -append "console=devices/\\hw\\pci0\\00:0a.0\\com1\\a"'
    9090
    9191def find_firmware(name, environ_var, default_paths, extra_info=None):
Note: See TracChangeset for help on using the changeset viewer.