commit | ee1707e0d7c3810576ca39efb10aa5bb0f943a63 | [log] [tgz] |
---|---|---|
author | Michał Mazurek <maz@semihalf.com> | Tue Apr 26 18:48:55 2022 +0200 |
committer | cfrantz <frantzcj+github@gmail.com> | Thu May 12 08:48:43 2022 -0700 |
tree | 11c4c127c0d0fb57de06f3dac0bde02188ebbfe1 | |
parent | fd6d528cb049a12068a0102ae02fab5a28a7684c [diff] |
[opentitantool] Add support for 'emulator' commands Introduction of new command 'emulator' to opentitantool. Now all backends supporting 'EMULATOR' capability can be controlled using emulator sub-commands. Short description of 'emulator' sub commands: 'state' - Return current state of Emulator in human readable form. 'stop' - Stop Emulator sub-process 'start' - Start Emulator sub-process with provided arguments. Example: ``` $ opentitantool --interface=ti50Emulator state $ opentitantool --interface=ti50Emulator start \ --apps-list=test_app --flash-list=/data/bank1.img,/data/bank2.img ... $ opentitantool --interface=ti50Emulator stop ``` Signed-off-by: Michał Mazurek <maz@semihalf.com>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at [CONTRIBUTING]({{< relref “CONTRIBUTING.md” >}}) and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).