Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-24 | first: introduce wait_for_irq | Silvan Jegen | |
2019-08-24 | delay: load/write high and low value | Silvan Jegen | |
I don't think this should make a difference in practice. | |||
2019-08-17 | Call delay in ISR | Silvan Jegen | |
2019-08-10 | Implement first version of ISR | Silvan Jegen | |
2019-08-01 | Start implementing irq setup and handling | Silvan Jegen | |
2019-07-23 | first: fix tabs vs. spaces | Silvan Jegen | |
2019-07-22 | Implement first superblink version | Silvan Jegen | |
2019-06-21 | Merge pull request #295 from sifive/update-targets | Nathaniel Graff | |
Fix OpenOCD cfg and remove warnings | |||
2019-06-21 | Fix OpenOCD cfg and remove warnings | Nathaniel Graff | |
Fix OpenOCD config generator for hifive boards Remove some warnings for FE310-compatible targets related to clocks and the PRCI. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Merge pull request #293 from sifive/update-targets | Nathaniel Graff | |
Update BSPs | |||
2019-06-21 | Merge pull request #294 from sifive/update-docs | Nathaniel Graff | |
Update docs | |||
2019-06-21 | Update published docs | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Remove under construction notice | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Update targets | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Change compat on S51 QEMU nodes | Nathaniel Graff | |
Compat strings need to match the FE310 ones to get support from the FE310 drivers. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Update docs for contents of SDK | Nathaniel Graff | |
Remove mention of the coreip, add QEMU targets Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Merge pull request #292 from sifive/update-docs | Nathaniel Graff | |
Update docs for 19.05 | |||
2019-06-21 | Update docs for 19.05 | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Merge pull request #290 from sifive/bump-submodules | Nathaniel Graff | |
Bump Metal and DeviceTree Tools submodules to latest master | |||
2019-06-21 | Merge pull request #291 from sifive/fix-list-targets | Nathaniel Graff | |
Default target is the first BSP | |||
2019-06-21 | Default target is the first BSP | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Bump Metal and DeviceTree Tools submodules to latest master | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-21 | Merge pull request #287 from sifive/remove-coreip-bsps | Nathaniel Graff | |
Remove all CoreIP BSPs | |||
2019-06-21 | Merge pull request #284 from sifive/remove-pmp-fixup | Nathaniel Graff | |
Don't add riscv,pmpregions to DTS | |||
2019-06-21 | Merge pull request #289 from sifive/fix-list-targets | Nathaniel Graff | |
Fix list targets | |||
2019-06-21 | Allow list-* targets to work without specifying a valid TARGET | Kevin Mills | |
2019-06-20 | Merge pull request #288 from sifive/fix-benchmark-standalone-builds | Nathaniel Graff | |
Fix benchmark standalone builds | |||
2019-06-20 | make "clean" work too. | Kevin Mills | |
2019-06-20 | fixup standalone targets to work. | Kevin Mills | |
2019-06-19 | Merge pull request #286 from sifive/generate-openocd-cfg | Nathaniel Graff | |
update-targets.sh generates openocd.cfg | |||
2019-06-19 | update-targets updates everything in the bsp folder | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-19 | Delete coreip BSPs | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-19 | update-targets.sh generates openocd.cfg | Nathaniel Graff | |
Generates for Arty and HiFive targets which don't have "jlink" in TARGET_TAGS Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-18 | Merge pull request #285 from sifive/benchmark-debug-flags | Nathaniel Graff | |
Reorder CFLAGS for benchmarks | |||
2019-06-17 | Reorder CFLAGS for benchmarks | Nathaniel Graff | |
Add benchmark flags after loading the flags for the configuration so that the benchmarks can override the configuration's flags. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-14 | Merge pull request #267 from sifive/test-coreip-assembly | Nathaniel Graff | |
add test-coreip assembly test | |||
2019-06-14 | add test-coreip assembly test | David Connelly | |
2019-06-14 | Merge pull request #270 from sifive/qemu-integration | Nathaniel Graff | |
Adding QEMU BSP's for E31 and S51 targets | |||
2019-06-14 | Don't add riscv,pmpregions to DTS | Nathaniel Graff | |
19.05-generated hardware no longer needs this, and adding the node to targets which don't support PMPs causes the wrong failure when trying to use the Metal PMP API. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-13 | Merge pull request #283 from sifive/fixup-no-testram | Nathaniel Graff | |
Don't add a testram in fixup-dts | |||
2019-06-13 | Adding ref to matching QEMU repo | cgsfv | |
2019-06-13 | Don't add a testram in fixup-dts | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-10 | Merge pull request #279 from sifive/use-bash | Nathaniel Graff | |
Standardize on bash for shell scripts | |||
2019-06-10 | Merge pull request #281 from sifive/update-f | Nathaniel Graff | |
update-targets: Don't test for the .dts extension | |||
2019-06-10 | Merge pull request #280 from sifive/quote_strings_in_fixup-dts | Nathaniel Graff | |
Quote strings in fixup dts | |||
2019-06-07 | update-targets: Don't test for the .dts extension | Palmer Dabbelt | |
I'm not sure why this is failing for me, but it is. Signed-off-by: Palmer Dabbelt <palmer@sifive.com> | |||
2019-06-07 | Quote strings properly in scripts/fixup-dts. | Michael Maloney | |
2019-06-07 | Standardize on bash for shell scripts | Nathaniel Graff | |
Use #!/bin/bash in all shell scripts Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-06-07 | Merge pull request #278 from sifive/fix-dtt-url | Nathaniel Graff | |
Fix DeviceTree tools submodule URL | |||
2019-06-07 | Fix DeviceTree tools submodule URL | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> |