commit | b826e4d7ab2b4adce37accb2221354c83ed1c1ba | [log] [tgz] |
---|---|---|
author | Weicai Yang <weicai@google.com> | Tue Feb 16 11:53:23 2021 -0800 |
committer | weicaiyang <49293026+weicaiyang@users.noreply.github.com> | Wed Feb 17 14:32:25 2021 -0800 |
tree | 6048812ad429f3231470e8380881503994e58ebc | |
parent | 5d25c33b71e3b4b7aff2fa2283f3a046e8c81506 [diff] |
[top/dv] Fix backdoor override readelf may trancate the symbol name if long is over 85 chars Since we need to find the symbol name `exp_spi_device_rx_data` to replace the value, we can't trancate it Before the fix: > 1512: 20003698 128 OBJECT LOCAL DEFAULT 6 exp_spi_device_r[...] After: > 1512: 20003698 128 OBJECT LOCAL DEFAULT 6 exp_spi_device_rx_data Signed-off-by: Weicai Yang <weicai@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).