Options.py (13432:6ce67b7e6e44) Options.py (13606:2ad4449e6cb4)
1# Copyright (c) 2013 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 349 unchanged lines hidden (view full) ---

358 parser.add_option("--dtb-filename", action="store", type="string",
359 help="Specifies device tree blob file to use with device-tree-"\
360 "enabled kernels")
361 parser.add_option("--enable-security-extensions", action="store_true",
362 help="Turn on the ARM Security Extensions")
363 parser.add_option("--enable-context-switch-stats-dump", \
364 action="store_true", help="Enable stats dump at context "\
365 "switches and dump tasks file (required for Streamline)")
1# Copyright (c) 2013 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 349 unchanged lines hidden (view full) ---

358 parser.add_option("--dtb-filename", action="store", type="string",
359 help="Specifies device tree blob file to use with device-tree-"\
360 "enabled kernels")
361 parser.add_option("--enable-security-extensions", action="store_true",
362 help="Turn on the ARM Security Extensions")
363 parser.add_option("--enable-context-switch-stats-dump", \
364 action="store_true", help="Enable stats dump at context "\
365 "switches and dump tasks file (required for Streamline)")
366 parser.add_option("--generate-dtb", action="store_true", default=False,
367 help="Automatically generate a dtb file")
368
369 # Benchmark options
370 parser.add_option("--dual", action="store_true",
371 help="Simulate two systems attached with an ethernet link")
372 parser.add_option("-b", "--benchmark", action="store", type="string",
373 dest="benchmark",
374 help="Specify the benchmark to run. Available benchmarks: %s"\
375 % DefinedBenchmarks)

--- 19 unchanged lines hidden ---
366
367 # Benchmark options
368 parser.add_option("--dual", action="store_true",
369 help="Simulate two systems attached with an ethernet link")
370 parser.add_option("-b", "--benchmark", action="store", type="string",
371 dest="benchmark",
372 help="Specify the benchmark to run. Available benchmarks: %s"\
373 % DefinedBenchmarks)

--- 19 unchanged lines hidden ---