configs, arm: add option to enable security extensions
Change-Id: I0c839bb649a5d2d73080b7e718da3c9b5839cf8c Signed-off-by: Gedare Bloom <gedare@rtems.org> Reviewed-on: https://gem5-review.googlesource.com/3264 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
@@ -338,6 +338,8 @@ def addFSOptions(parser):
|
||||
parser.add_option("--dtb-filename", action="store", type="string",
|
||||
help="Specifies device tree blob file to use with device-tree-"\
|
||||
"enabled kernels")
|
||||
parser.add_option("--enable-security-extensions", action="store_true",
|
||||
help="Turn on the ARM Security Extensions")
|
||||
parser.add_option("--enable-context-switch-stats-dump", \
|
||||
action="store_true", help="Enable stats dump at context "\
|
||||
"switches and dump tasks file (required for Streamline)")
|
||||
|
||||
Reference in New Issue
Block a user