summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-03Add benchmarking READMEAndrew Waterman
2017-01-03Add CoreMark build skeletonAndrew Waterman
2017-01-03Compile Dhrystone without RVCAndrew Waterman
2017-01-03Regularize timing codeAndrew Waterman
2017-01-03Improve HiFive1 CPU frequency measurement routineAndrew Waterman
2017-01-03Keep mtvec 4-byte alignedAndrew Waterman
2016-12-20Separate .text.unlikely and .text.startup from .textAndrew Waterman
2016-12-20Avoid jal to weak symbolsAndrew Waterman
2016-12-20Enable RVC by defaultAndrew Waterman
2016-12-20Pass argc and argv to main()Andrew Waterman
2016-12-20Merge pull request #32 from sifive/default-hifive1Megan Wachs
2016-12-20Default to freedom-e300-hifive1Andrew Waterman
2016-12-20Completely ignore RISCV environment variableAndrew Waterman
2016-12-19Merge pull request #30 from sifive/bump_openocdMegan Wachs
2016-12-19Bump OpenOCD to get around assertion error for flashign programs.Megan Wachs
2016-12-17Merge pull request #29 from sifive/remove_srst_delayMegan Wachs
2016-12-17Merge pull request #28 from sifive/init_finiMegan Wachs
2016-12-17Remove unncessary srst delay when connecting with OpenOCD to HiFive1Megan Wachs
2016-12-17Correct init/fini functions for Arty Dev KitMegan Wachs
2016-12-14Move start.S and entry.S to a common directoryAlbert Ou
2016-12-14Merge pull request #25 from sifive/add_srst_optionMegan Wachs
2016-12-14Merge pull request #26 from sifive/readme-zlib1g-devMegan Wachs
2016-12-14Update README.mdMegan Wachs
2016-12-14hifive1: Update OpenOCD Config script to optionally allow pulsing SRSTMegan Wachs
2016-12-14Refactor libc stubs into libwrapAlbert Ou
2016-12-14Bump riscv-gnu-toolchain and update configure optionsAlbert Ou
2016-12-13Use more standard form of _init()Megan Wachs
2016-12-13Correct ifdef guards for HiFive1 demo_gpioMegan Wachs
2016-12-13Use cleaner .S filesMegan Wachs
2016-12-11Merge pull request #22 from sifive/more_definesMegan Wachs
2016-12-11Add some missing LICENSE headers.Megan Wachs
2016-12-11platform: add more defines which are generally neededMegan Wachs
2016-12-11Update README.mdMegan Wachs
2016-12-09Merge pull request #21 from sifive/openocd_verifyMegan Wachs
2016-12-09Merge pull request #20 from sifive/trap_entryMegan Wachs
2016-12-09demo_gpio: Make the demo more interesting with interrupts that actually do th...Megan Wachs
2016-12-09demo_gpio: Correct trap_entry handling to enable timer/ext interruptsMegan Wachs
2016-12-09Bump OpenOCD to Allow for Verify and Blank CheckMegan Wachs
2016-12-07Merge pull request #17 from sifive/enable-fpuScott Johnson
2016-12-07Initialize FPU properlyScott Johnson
2016-12-07Place .init_array/.fini_array sections in flash instead of RAMAlbert Ou
2016-12-07Deduplicate freedom-e300-arty filesAlbert Ou
2016-12-06Enable FPU in MSTATUS CSR during initScott Johnson
2016-12-06Merge pull request #16 from sifive/bump_openocdMegan Wachs
2016-12-06bump OpenOCD to fix compile warningsMegan Wachs
2016-12-05Add libexpat1-dev to the required packages list (#14)Megan Wachs
2016-12-01Add missing file (#12)Megan Wachs
2016-11-30Bump Everything to Match new Freedom Repo (#8)Megan Wachs
2016-11-28Use full LICENSE textMegan Wachs
2016-11-09Create LICENSEmwachs5