Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-01-11 | Merge pull request #143 from sifive/mee-ex-locali | Bunnaroath Sou | |
Update freedom-mee and mee.h files to pickup interrupt fixes | |||
2019-01-11 | Merge pull request #141 from sifive/out-of-tree | Nathaniel Graff | |
Support out-of-tree programs and BSPs | |||
2019-01-11 | Update freedom-mee and mee.h files to pickup interrupt fixes | Bunnaroath Sou | |
2019-01-11 | Ignore and clean hello.hex | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-11 | Add Makefile arguments for out-of-tree BSPs and programs | Nathaniel Graff | |
2019-01-11 | Merge pull request #140 from sifive/itim | Nathaniel Graff | |
Update ITIM example to remove printfs | |||
2019-01-10 | Update ITIM example to remove printfs | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-09 | Merge pull request #139 from sifive/mee-ex-swi | Bunnaroath Sou | |
Add first examples of interrupt usage, software and timer | |||
2019-01-09 | Add timer interrupt example | Bunnaroath Sou | |
2019-01-09 | Add software interrupt example | Bunnaroath Sou | |
2019-01-09 | Merge pull request #138 from sifive/mee-interrupt | Bunnaroath Sou | |
Update DTS and freedom-mee to support interrupt | |||
2019-01-09 | Update DTS and freedom-mee to support interrupt | Bunnaroath Sou | |
2019-01-07 | Merge pull request #135 from sifive/itim | Nathaniel Graff | |
Update HiFive 1 to pull .itim sections into .text | |||
2019-01-07 | Update HiFive 1 to pull .itim sections into .text | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-07 | Merge pull request #127 from sifive/itim | Nathaniel Graff | |
Add an ITIM example | |||
2019-01-07 | Add ITIM example | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> |