summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or1k/or1ksim/preinstall.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename or1ksim BSP to generic_or1kHesham ALMatary2015-04-191-120/+0
| | | | | | | or1ksim BSP was initially named after or1ksim simulator, and it was intented to only run there. But now it can also run on QEMU, jor1k and real FPGA boards without modifications. It makes more sense to give it a new generic name like generic_or1k.
* bsps: Fix build errorSebastian Huber2014-09-181-4/+0
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* or1k: New cache manager.Hesham ALMatary2014-09-161-0/+4
| | | | | | Implement new cache functions for or1k and create new bspstart function for or1ksim to initialize instruction and data caches. Also, sim.cfg is modified to enable/confiure cache units.
* or1ksim/Makefile.am: Install shared tm27.h and regenerate preinstall.amJoel Sherrill2014-09-021-4/+4
|
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-6/+6
| | | | | Apparently, at some point automake output changed and these were not updated.
* preinstall: Regenerated files differ from the repo.Chris Johns2014-08-281-6/+7
|
* or1ksim BSP: Include cache manager stubs, and re-generate preinstall.am files.Hesham ALMatary2014-08-251-33/+38
|
* Add new (first) OpenRISC BSP called or1ksim.Hesham ALMatary2014-08-201-0/+114
This BSP is intended to run on or1ksim (the main OpenRISC emulator). Fixed version according to Joel comments from the mailing list.