Options.py (12079:a5cc6df83fcf) Options.py (12475:c6a23d6370de)
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

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

338 parser.add_option("--dtb-filename", action="store", type="string",
339 help="Specifies device tree blob file to use with device-tree-"\
340 "enabled kernels")
341 parser.add_option("--enable-security-extensions", action="store_true",
342 help="Turn on the ARM Security Extensions")
343 parser.add_option("--enable-context-switch-stats-dump", \
344 action="store_true", help="Enable stats dump at context "\
345 "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

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

338 parser.add_option("--dtb-filename", action="store", type="string",
339 help="Specifies device tree blob file to use with device-tree-"\
340 "enabled kernels")
341 parser.add_option("--enable-security-extensions", action="store_true",
342 help="Turn on the ARM Security Extensions")
343 parser.add_option("--enable-context-switch-stats-dump", \
344 action="store_true", help="Enable stats dump at context "\
345 "switches and dump tasks file (required for Streamline)")
346 parser.add_option("--generate-dtb", action="store_true", default=False,
347 help="Automatically generate a dtb file")
346
347 # Benchmark options
348 parser.add_option("--dual", action="store_true",
349 help="Simulate two systems attached with an ethernet link")
350 parser.add_option("-b", "--benchmark", action="store", type="string",
351 dest="benchmark",
352 help="Specify the benchmark to run. Available benchmarks: %s"\
353 % DefinedBenchmarks)

--- 19 unchanged lines hidden ---
348
349 # Benchmark options
350 parser.add_option("--dual", action="store_true",
351 help="Simulate two systems attached with an ethernet link")
352 parser.add_option("-b", "--benchmark", action="store", type="string",
353 dest="benchmark",
354 help="Specify the benchmark to run. Available benchmarks: %s"\
355 % DefinedBenchmarks)

--- 19 unchanged lines hidden ---