Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-05 | Updated to submodule | David Connelly | |
2019-03-05 | submodule name change | David Connelly | |
2019-03-05 | changed demo name to coreip-welcome to match bsp convention (was ↵ | David Connelly | |
coreplexip-welcome) | |||
2019-03-04 | fix spacing, remove tabs | David Connelly | |
2019-03-04 | coreplexip-welcome example updated using freedom metal | David Connelly | |
2019-03-02 | Merge pull request #186 from sifive/coreip-19.2 | Bunnaroath Sou | |
Update BSP for 19.2 coreip release | |||
2019-03-01 | E76, S76 pmp not working, floating compiler/linker not working | Bunnaroath Sou | |
2019-03-01 | Add CoreIPs E76, S76 for 19.2 rel | Bunnaroath Sou | |
2019-03-01 | Add CoreIPs E34, S54 and update S51 for 19.2 rel | Bunnaroath Sou | |
2019-03-01 | Update CoreIPs E20, E21, E31 and E24 for 19.2 rel | Bunnaroath Sou | |
2019-03-01 | Merge pull request #183 from sifive/e-series | Bunnaroath Sou | |
Adding readme to bsp targets for E20, E21, E31/Arty, S51/Arty | |||
2019-02-27 | Spellcheck correction readme for bsp targets for E20, E21, E31/Arty, S51/Arty | Bunnaroath Sou | |
2019-02-27 | Merge branch 'e-series' of github.com:sifive/freedom-e-sdk into e-series | Bunnaroath Sou | |
2019-02-27 | Optimize for size using gc-sections, function-sections, data-sections flags | Bunnaroath Sou | |
2019-02-26 | Add corrected formatting for bullet lists | Kevin Mills | |
Markdown bullet lists should: (1) have a blank line before and after the list; (2) start each list item at the beginning of the line (no leading white-space) The markdown processor in Freedom Studio enforces these standards and does not render correctly otherwise. | |||
2019-02-25 | Adding readme to bsp targets for E20, E21, E31/Arty, S51/Arty | Bunnaroath Sou | |
2019-02-22 | Merge pull request #179 from sifive/e-series | Bunnaroath Sou | |
Adding E2 Series support, E20, E21 | |||
2019-02-22 | Adding Standard CoreIPs forE20, E21 support | Bunnaroath Sou | |
2019-02-20 | Merge pull request #164 from sifive/add-empty-example | Nathaniel Graff | |
Add an empty example project | |||
2019-02-20 | Add empty example submodule | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-15 | Merge pull request #176 from sifive/fix-clic | Nathaniel Graff | |
Put back CLIC_SUBINTERRUPTS outside of MACHINE_MACROS | |||
2019-02-15 | Put back CLIC_SUBINTERRUPTS outside of MACHINE_MACROS | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-15 | Merge pull request #175 from sifive/docs | Nathaniel Graff | |
Update User Guide and Contents | |||
2019-02-15 | Regenerate documentation | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-15 | Add more documentation to user guide | Nathaniel Graff | |
Also adds mention of example-spi to SDK contents Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-14 | Merge pull request #174 from sifive/metal-spi | Nathaniel Graff | |
Add SPI driver and example | |||
2019-02-14 | Add SPI example program | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-14 | Update BSPs | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-14 | Update Metal for SPI driver | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-14 | Add clocking and pinmux to the SPI on hifive1 | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-14 | Merge pull request #173 from sifive/minor-fixes | Bunnaroath Sou | |
Update minor fix to local-interrupt and its stacksize | |||
2019-02-14 | Update minor fix to local-interrupt and its stacksize | Bunnaroath Sou | |
2019-02-13 | Merge pull request #172 from sifive/update-docs | Nathaniel Graff | |
Update docs for INCLUDE_METAL_SOURCES in standalone | |||
2019-02-13 | Update docs for INCLUDE_METAL_SOURCES in standalone | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-13 | Merge pull request #171 from sifive/standalone-build-metal | Nathaniel Graff | |
Enable Freedom Metal builds in standalone projects | |||
2019-02-13 | Document INCLUDE_METAL_SOURCES for standalone target | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-13 | Create standalone target which copies metal source | Nathaniel Graff | |
Don't include .git* files in the copied metal sources. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-12 | Move libmetal make targets to scripts/libmetal.mk | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-11 | Merge pull request #170 from sifive/hw-breakpoint | Bunnaroath Sou | |
Add hw-exec-breakpoint support in dts | |||
2019-02-11 | Update BSPs for hw-exec-breakpoint | Bunnaroath Sou | |
2019-02-11 | Minor cleanup | Bunnaroath Sou | |
2019-02-06 | Merge pull request #169 from sifive/documentation | Nathaniel Graff | |
Add initial documentation | |||
2019-02-06 | Add published documentation as submodule | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-06 | Add link to github.io docs to README | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-06 | Copy the contents of the README into the User Guide | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-06 | Init Sphinx docs for E SDK | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-05 | Merge pull request #167 from sifive/rename-metal | Nathaniel Graff | |
Rename everything to metal | |||
2019-02-04 | Regen BSPs for metal rename | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-04 | Update examples for metal rename | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-04 | Replace all mee with metal | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> |