| commit | 6ee4b6e5f11dce2f94ab193e67c45ccde7f4317b | [log] [tgz] |
|---|---|---|
| author | Dan McArdle <dmcardle@google.com> | Thu Oct 27 18:21:34 2022 -0400 |
| committer | Drew Macrae <drewmacrae@gmail.com> | Tue Nov 08 08:29:22 2022 -0500 |
| tree | 9f2ce86d2f85947e2c62d2c6f1b777cfd914321b | |
| parent | 2238798fba8a5d49c12d041b7ba0edbb2167e90a [diff] |
[test] Implement rom_e2e_asm_watchdog bark tests Test that the watchdog bark restarts the ROM when the bite threshold is artificially inflated to UINT32_MAX. This commit also modifies rom_start.S: * it enables NMIs from the watchdog timer, * it configures the bark and bite thresholds at 1 and 1.1 seconds, respectively, and * it adds a few labels so the GDB tests can make fewer assumptions about the code. Signed-off-by: Dan McArdle <dmcardle@google.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 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).