Age | Commit message (Expand) | Author |
2017-01-24 | Add atomic bit-banging to the demo | Megan Wachs |
2017-01-24 | Use register macros instead of volatile addresses | Megan Wachs |
2017-01-24 | Bump riscv-toolchain to pick up GDB which can handle 'C' | Megan Wachs |
2017-01-24 | Use consistent OpenOCD config for Arty and HiFive1 | Megan Wachs |
2017-01-12 | Use HTTPS when possible and speedup the first build (#40) | dns2utf8 |
2017-01-11 | Merge pull request #45 from sifive/double_tap_dontboot | Megan Wachs |
2017-01-11 | reduce code duplication and apply the same flags to Arty board | mwachs5 |
2017-01-11 | double_tap_dontboot: Clean up indentation | mwachs5 |
2017-01-11 | Spaces, not tabs. | mwachs5 |
2017-01-11 | Add the 'bootloader' which ships on HiFive1 Boards. | mwachs5 |
2017-01-10 | Merge pull request #44 from sifive/led_fade_demo | Megan Wachs |
2017-01-10 | Add the led_fade demo which ships on HiFive1 boards | mwachs5 |
2017-01-05 | Merge pull request #38 from sifive/benchmarking | Andrew Waterman |
2017-01-03 | Add benchmarking README | Andrew Waterman |
2017-01-03 | Add CoreMark build skeleton | Andrew Waterman |
2017-01-03 | Compile Dhrystone without RVC | Andrew Waterman |
2017-01-03 | Regularize timing code | Andrew Waterman |
2017-01-03 | Improve HiFive1 CPU frequency measurement routine | Andrew Waterman |
2017-01-03 | Keep mtvec 4-byte aligned | Andrew Waterman |
2017-01-03 | Merge pull request #37 from NonerKao/master | Richard Xia |
2017-01-04 | Fixes in the root makefile | Quey-Liang Kao |
2016-12-24 | Merge pull request #33 from sifive/verify_openocd_flash | Megan Wachs |
2016-12-24 | Bump OpenOCD to pick up corrected malloc in Flashing code. Add 'verify' to en... | mwachs5 |
2016-12-20 | Separate .text.unlikely and .text.startup from .text | Andrew Waterman |
2016-12-20 | Avoid jal to weak symbols | Andrew Waterman |
2016-12-20 | Enable RVC by default | Andrew Waterman |
2016-12-20 | Pass argc and argv to main() | Andrew Waterman |
2016-12-20 | Merge pull request #32 from sifive/default-hifive1 | Megan Wachs |
2016-12-20 | Default to freedom-e300-hifive1 | Andrew Waterman |
2016-12-20 | Completely ignore RISCV environment variable | Andrew Waterman |
2016-12-19 | Merge pull request #30 from sifive/bump_openocd | Megan Wachs |
2016-12-19 | Bump OpenOCD to get around assertion error for flashign programs. | Megan Wachs |
2016-12-17 | Merge pull request #29 from sifive/remove_srst_delay | Megan Wachs |
2016-12-17 | Merge pull request #28 from sifive/init_fini | Megan Wachs |
2016-12-17 | Remove unncessary srst delay when connecting with OpenOCD to HiFive1 | Megan Wachs |
2016-12-17 | Correct init/fini functions for Arty Dev Kit | Megan Wachs |
2016-12-14 | Move start.S and entry.S to a common directory | Albert Ou |
2016-12-14 | Merge pull request #25 from sifive/add_srst_option | Megan Wachs |
2016-12-14 | Merge pull request #26 from sifive/readme-zlib1g-dev | Megan Wachs |
2016-12-14 | Update README.md | Megan Wachs |
2016-12-14 | hifive1: Update OpenOCD Config script to optionally allow pulsing SRST | Megan Wachs |
2016-12-14 | Refactor libc stubs into libwrap | Albert Ou |
2016-12-14 | Bump riscv-gnu-toolchain and update configure options | Albert Ou |
2016-12-13 | Use more standard form of _init() | Megan Wachs |
2016-12-13 | Correct ifdef guards for HiFive1 demo_gpio | Megan Wachs |
2016-12-13 | Use cleaner .S files | Megan Wachs |
2016-12-11 | Merge pull request #22 from sifive/more_defines | Megan Wachs |
2016-12-11 | Add some missing LICENSE headers. | Megan Wachs |
2016-12-11 | platform: add more defines which are generally needed | Megan Wachs |
2016-12-11 | Update README.md | Megan Wachs |