commit | 789c27cbfbc2699e30d69dcb598e28ea7f7089e4 | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Thu Sep 19 17:00:38 2019 -0700 |
committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Tue Sep 24 20:41:59 2019 -0700 |
tree | afae4cb04c088f7249788eea956daa81aa488f69 | |
parent | 738377c281194b2b82779e502a86d0556cec1c56 [diff] |
[dv,sw] sw Makefile refactor [sw] Makefile refactor - added centrallized Makefile infra for maximizing reuse across SW test, lib and boot_rom targets - existing Make flows still remain (for the timebeing; will remove it once all approve of this) - all make commands are to be run from sw/ area - updated with chip_info generation - TODOs - add some documentation - need to fix support for external apps, eg coremark [dv,sw] coremark port now works - updates to get external app (coremark) compiling with the refactored flow - added ability to compile targets with external Makefiles with STANDALONE_SW var - added sw/benchmarks/srcs.mk to supply STANDALONE_CMD to build custom app [dv,sw] removed existing Makefiles (deprecated)
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.
The project contains comprehensive documentation of all IPs and tools. You can either access it online or build it locally by following the steps below.
$ sudo apt install python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./opentitan-docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:5500.
Have a look at CONTRIBUTING.md for guidelines 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).