summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-14Add a SMP examplePalmer Dabbelt
2017-06-14Ignore some generated binariesPalmer Dabbelt
2017-06-14Call puts instead of printf when printing constantsPalmer Dabbelt
2017-06-14Add linker scripts that target the scratchpadPalmer Dabbelt
2017-06-14New Freedom Studio Examples (#66)Megan Wachs
2017-06-13Merge pull request #65 from sifive/led_fade_debugPalmer Dabbelt
2017-06-13led_fade: make sure the HFROSC is running before you try to use it.mwachs5
2017-06-13Merge pull request #62 from edwardcwang/masterPalmer Dabbelt
2017-06-10Allow users to override the GDB portPalmer Dabbelt
2017-06-10Just lump all the RAM sections togetherPalmer Dabbelt
2017-06-10Pass the BSP_BASE and BOARD variables to "make software_clean"Palmer Dabbelt
2017-06-10We no longer define __riscv64, we define __riscv_xlen=64Palmer Dabbelt
2017-06-09Use the correct global pointer symbolPalmer Dabbelt
2017-06-09Support the performance counters example on 32-bitPalmer Dabbelt
2017-06-09Mark more boards as unsupportedPalmer Dabbelt
2017-06-09Don't use .section\nALIGN, reorder sdata and srodataPalmer Dabbelt
2017-06-09Don't call _{init,fini} in start.S, we call libc_{init,fini}_arryPalmer Dabbelt
2017-06-09Update submodule to the 20170608 tagged releasesPalmer Dabbelt
2017-06-09Print the exit codes as unsigned numbersPalmer Dabbelt
2017-06-08Specify alignment on the .sdata and .srodata sectionsPalmer Dabbelt
2017-06-08Add a simple regression scriptPalmer Dabbelt
2017-06-01Dead scriptEdward Wang
2017-05-26Merge pull request #61 from sifive/rtosPalmer Dabbelt
2017-05-25Bump openocd, for many RTOS fixesPalmer Dabbelt
2017-05-17Merge pull request #59 from sifive/use_precompiledMegan Wachs
2017-05-17rename 'PREFIX' to 'PATH' for more intuitive namingmwachs5
2017-05-17Re-arrange some Makefile instructionsMegan Wachs
2017-05-17Update Makefile and README with how to use precompiled binaries.mwachs5
2017-05-17Merge pull request #58 from sifive/bump_openocd_segfaultPalmer Dabbelt
2017-05-17Bump OpenOCD to version which avoids segfaulting on HiFive1mwachs5
2017-05-09Bump openocd, to a multicore debug fixPalmer Dabbelt
2017-05-09Merge pull request #57 from sifive/freedom-studiodbarbi1
2017-05-08revert backDrew Barbier
2017-05-08fixed definesDrew Barbier
2017-05-08Added debug launch filesDrew Barbier
2017-05-08more launch filesDrew Barbier
2017-05-07changed write_hex to new defDrew Barbier
2017-05-07added global interrupt programDrew Barbier
2017-05-07Merge remote-tracking branch 'origin/master' into freedom-studioDrew Barbier
2017-05-05Merge pull request #56 from sifive/e51_fixesMegan Wachs
2017-05-05coreplex-e51: Correct width of MCAUSEmwachs5
2017-05-05write_hex: allow for different size error codesMegan Wachs
2017-05-05coreplexip-e51-arty: MCAUSE is XLEN-bits wide.Megan Wachs
2017-05-05added demo_gpioDrew Barbier
2017-05-05added coreplexip_welcomeDrew Barbier
2017-05-05E51 libwrap and local interrupt exampleDrew Barbier
2017-05-05Merge remote-tracking branch 'origin/master' into freedom-studioDrew Barbier
2017-05-05Merge pull request #55 from sifive/local_interrupts_typoMegan Wachs
2017-05-05local_interrupts: fix typo in the instructionsMegan Wachs
2017-05-05local interrupt exampleDrew Barbier