Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-31 | Document TARGET in README | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-31 | Add TARGET as a synonym for BOARD | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-30 | Merge pull request #157 from sifive/mee-pmp-no-vtable | Nathaniel Graff | |
Add PMP example | |||
2019-01-30 | Add PMP example program | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-30 | Update BSPs for PMPs | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-30 | Add PMPs to coreip DTSs | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-29 | Merge pull request #163 from sifive/fix-linguist | Nathaniel Graff | |
Fix github-linguist language stats | |||
2019-01-29 | Fix github-linguist language stats | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-29 | Merge pull request #162 from sifive/heap-improvements | Nathaniel Graff | |
Improvements to dynamic memory allocation | |||
2019-01-29 | Regen BSPs for separate stacks and heaps | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-29 | Update MEE for new sbrk | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-29 | Merge pull request #161 from sifive/standalone-makefile-updates | Kevin Mills | |
Fix list-programs on MacOS | |||
2019-01-29 | Remove '-r' from sed command (not required and does not work on MacOS). ↵ | Kevin Mills | |
Remove 'echo Done', no longer needed. | |||
2019-01-25 | Merge pull request #160 from sifive/doc-link-update | Nathaniel Graff | |
Update Freedom Metal documentation link | |||
2019-01-25 | Update Freedom Metal documentation link | Nathaniel Graff | |
2019-01-25 | Merge pull request #159 from sifive/api-changes | Nathaniel Graff | |
Update Metal API | |||
2019-01-25 | Update Metal API | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-25 | Merge pull request #158 from sifive/fix-openocd | Nathaniel Graff | |
Put back OpenOCD into the top-level Makefile | |||
2019-01-24 | Put back OpenOCD into the top-level Makefile | Nathaniel Graff | |
Finding OpenOCD with RISCV_OPENOCD_PATH got accidentally dropped with the split to the standalone Makefile. Put it back. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-24 | Merge pull request #156 from sifive/fix-pll-driver | Nathaniel Graff | |
Fix PLL driver | |||
2019-01-24 | Fix PLL driver | Nathaniel Graff | |
Pull the fixed FE310 PLL driver Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-24 | Merge pull request #155 from sifive/list-options-target | Kevin Mills | |
List options target | |||
2019-01-24 | make it clear | Kevin Mills | |
2019-01-24 | Do this more efficiently and with less duplication. | Kevin Mills | |
2019-01-24 | Make list-options target for Freedom Studio to parse. | Kevin Mills | |
2019-01-24 | Merge pull request #154 from sifive/disable-maintainer | Nathaniel Graff | |
Update MEE to disable maintainer mode by default | |||
2019-01-24 | Update MEE to latest | Nathaniel Graff | |
- Disables maintainer mode by default - Adds Doxygen and Sphinx generated documentation Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-23 | Merge pull request #153 from sifive/better-makefile-comment | Kevin Mills | |
Move comment out of recipe and prevent var expansion | |||
2019-01-23 | Move comment out of recipe and prevent var expansion | Kevin Mills | |
2019-01-23 | Merge pull request #152 from sifive/disable-maintainer | Nathaniel Graff | |
Disable maintainer mode in MEE build | |||
2019-01-23 | Disable maintainer mode in MEE build | Nathaniel Graff | |
To support users without automake/autoconf/m4, disable maintainer mode during the Freedom Metal build to make sure that the autoconf scripts don't try to run automatically. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-21 | Merge pull request #151 from sifive/export-standalone | Nathaniel Graff | |
Standalone project export | |||
2019-01-20 | Remove unused/legacy FreedomStudio examples | Kevin Mills | |
2019-01-18 | Enumerate MEE boards and programs | Nathaniel Graff | |
Make targets `list-boards` and `list-programs` will enumerate the available boards and programs for use with Freedom Metal Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-18 | Document standalone target | Nathaniel Graff | |
Add documentation to README and `make help` Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-18 | Add export of standalone project | Nathaniel Graff | |
Split out board init, toolchain setup, and program build into scripts/standalone.mk which can be included in the top-level Makefile to allow in-SDK builds or be exported and used on its own. Create a `standalone` Make target which copies and example, the built Freedom Metal library, and the standalone Makefile into an external project. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-15 | Merge pull request #150 from sifive/mee-ex-locali | Bunnaroath Sou | |
Pick up freedom-metal intptr_t/uintptr_t support | |||
2019-01-15 | Pick up freedom-metal intptr_t/uintptr_t support | Bunnaroath Sou | |
2019-01-15 | Merge pull request #149 from sifive/mee-ex-locali | Bunnaroath Sou | |
Update mee.h files for freedom-metal clic support | |||
2019-01-15 | Merge pull request #148 from sifive/update-readme | Nathaniel Graff | |
Update readme | |||
2019-01-15 | Update make help | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-15 | Add clarifications to README | Nathaniel Graff | |
- Note that the repository is under construction - Explain what Freedom Metal is - Clarify what the arguments to `make` mean - Explicitly list which examples are for which BSP Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-15 | Update mee.h files for freedom-metal clic support | Bunnaroath Sou | |
2019-01-14 | Merge pull request #147 from sifive/pass-fail | Bunnaroath Sou | |
Simple RTL example returning pass and fail | |||
2019-01-14 | Simple RTL example returning pass and fail | Bunnaroath Sou | |
2019-01-14 | Merge pull request #146 from sifive/submod-2https | Bunnaroath Sou | |
Fix new examples submodules to use https | |||
2019-01-14 | Fix new examples submodules to use https | Bunnaroath Sou | |
2019-01-11 | Merge pull request #142 from sifive/ignore-hello-hex | Nathaniel Graff | |
Update hello example to ignore hello.hex | |||
2019-01-11 | Merge pull request #144 from sifive/mee-ex-locali | Bunnaroath Sou | |
Add a simple local interrupt example | |||
2019-01-11 | Add a simple local interrupt example | Bunnaroath Sou | |