| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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> | |||
| 2019-06-06 | Merge pull request #271 from sifive/submodule-fdt | Bunnaroath Sou | |
| Adding Freedom-devicetree-tools as a submodule for the two to be in sync | |||
| 2019-06-06 | Update to point to reset vector and port-width selection | Bunnaroath Sou | |
| 2019-06-06 | Merge pull request #269 from sifive/fixup-bug-fixes | Nathaniel Graff | |
| DTS Fixup bug fixes | |||
| 2019-06-06 | Merge pull request #274 from sifive/update-targets-shell | Nathaniel Graff | |
| Run update targets in Bash | |||
| 2019-06-06 | Run update targets in Bash | Nathaniel Graff | |
| Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
| 2019-06-06 | Merge pull request #273 from sifive/sed_re_flag | Nathaniel Graff | |
| Allow sed to work on MacOS | |||
| 2019-06-06 | Allow sed to work on MacOS | Kevin Mills | |
| 2019-06-06 | Submodule the freedom-devicetree-tools keep both in sync | Bunnaroath Sou | |
| 2019-06-05 | Merge pull request #268 from sifive/update_coremark_readme | Bunnaroath Sou | |
| Update README for coremark. | |||
| 2019-06-05 | Adding QEMU BSP's for E31 and S51 targets | cgsfv | |
| 2019-06-05 | Merge pull request #265 from sifive/open-docs | Nathaniel Graff | |
| Add make target to open local documentation | |||
| 2019-06-05 | Merge pull request #266 from sifive/fixup-arty-metal-entry | Nathaniel Graff | |
| Detect when we need to add metal,entry for FPGA targets | |||
| 2019-06-05 | Look for hex digits, not decimal digits in fixup-dts | Nathaniel Graff | |
| Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
| 2019-06-05 | fixup-dts takes first matching port | Nathaniel Graff | |
| Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
| 2019-06-04 | Update README for coremark. | Hsiang-Chia.Huang | |
| 2019-06-05 | Merge pull request #259 from sifive/coremark_development-19.05 | hsiang-chia.huang | |
| Coremark development 19.05 | |||
| 2019-06-03 | Detect when we need to add metal,entry for FPGA targets | Nathaniel Graff | |
| Automatically add a 0x400000 byte offset to the entry point of FPGA and Arty targets Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
