commit | a0b489da56f5803d03d0a866462eaeb8740dfcab | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Mon Oct 12 02:35:10 2020 -0700 |
committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Tue Oct 13 16:58:42 2020 -0700 |
tree | 3e3ca8dc31d6267aa1f04d58b384c140d896c8a0 | |
parent | f2a92572e2006386564883b1190ff48d0df0e9b7 [diff] |
[sw] Remove kDeviceStopAddress from device.h - Removed kDeviceStopAddress since it does the same thing as kDeviceTestStatusAddress - Also update kDeviceTestStatusAddress to 0x30000000 - KDeviceLogBypassUartAddress to 0x30000004 - Updated `hart.c` to remove extra writes on abort() - Updated boot_rom to invoke `abort()` on return from flash - Added helper function in test_status.c - Replicated some of the changes from PR #3598 - Fixes #3619 Signed-off-by: Srikrishna Iyer <sriyer@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 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).