commit | 578e776d6b73a8933ec7219f070713231559b8f5 | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Thu Dec 16 14:27:47 2021 -0800 |
committer | Alphan Ulusoy <alphan@google.com> | Wed Dec 22 13:30:05 2021 -0500 |
tree | 131d2a33f205ef9bc2f54c63411a05cf3a6d9ca3 | |
parent | f28f86320b94ab51ccaab85a7dd701d46a93ea1f [diff] |
[sw/test_rom_ext] Rename/organize code in `exts/common`. The flash C runtime, flash linker script, and test interrupt vectors located in `sw/device/exts/common/` are all used only for building and executing device-side tests (and example binaries), including: smoke tests, IP integration tests, and some mask ROM func tests. To stay consistent with, yet differeniate from, the silicon_creator 2nd boot stage code (ROM_EXT), in this commit, I rename the 2nd (test-only) boot stage code to the "Test ROM_EXT". This fixes #9243. Signed-off-by: Timothy Trippel <ttrippel@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).