Age | Commit message (Expand) | Author |
2019-03-13 | Enable elf2hex in standalone projects | Nathaniel Graff |
2019-03-12 | Build program into SRC_DIR/CONFIGURATION/PROGRAM | Nathaniel Graff |
2019-03-12 | Build metal libs into install/lib/CONFIGURATION | Nathaniel Graff |
2019-03-12 | ELF output has .elf extension | Nathaniel Graff |
2019-03-12 | Support Debug/Release configurations | Nathaniel Graff |
2019-03-07 | Remove BSP checks from Makefile | Nathaniel Graff |
2019-03-06 | Add support for Segger J-Link | Nathaniel Graff |
2019-02-13 | Document INCLUDE_METAL_SOURCES for standalone target | Nathaniel Graff |
2019-02-13 | Create standalone target which copies metal source | Nathaniel Graff |
2019-02-12 | Move libmetal make targets to scripts/libmetal.mk | Nathaniel Graff |
2019-02-04 | Replace all mee with metal | Nathaniel Graff |
2019-01-31 | Add TARGET as a synonym for BOARD | Nathaniel Graff |
2019-01-29 | Remove '-r' from sed command (not required and does not work on MacOS). Remov... | Kevin Mills |
2019-01-24 | Put back OpenOCD into the top-level Makefile | Nathaniel Graff |
2019-01-24 | make it clear | Kevin Mills |
2019-01-24 | Do this more efficiently and with less duplication. | Kevin Mills |
2019-01-24 | Make list-options target for Freedom Studio to parse. | Kevin Mills |
2019-01-23 | Move comment out of recipe and prevent var expansion | Kevin Mills |
2019-01-23 | Disable maintainer mode in MEE build | Nathaniel Graff |
2019-01-18 | Enumerate MEE boards and programs | Nathaniel Graff |
2019-01-18 | Document standalone target | Nathaniel Graff |
2019-01-18 | Add export of standalone project | Nathaniel Graff |
2019-01-15 | Update make help | Nathaniel Graff |
2019-01-11 | Add Makefile arguments for out-of-tree BSPs and programs | Nathaniel Graff |
2019-01-04 | Look for OpenOCD in RISCV_OPENOCD_PATH | Nathaniel Graff |
2019-01-03 | Fix relocation error on 64-bit targets | Nathaniel Graff |
2019-01-03 | Add MEE BSP include path to Makefile | Nathaniel Graff |
2019-01-03 | Link with libgcc | Nathaniel Graff |
2018-12-18 | Pass AR through when building MEE-based examples | Palmer Dabbelt |
2018-12-13 | Add support for generating coreip hex files via elf2hex | Palmer Dabbelt |
2018-12-13 | Support Building of MEE and MEE examples | Nathaniel Graff |
2018-12-12 | Allow users to set a CROSS_COMPLIE argument | Palmer Dabbelt |
2018-12-11 | Remove tools from Makefile | Nathaniel Graff |
2018-09-11 | spaces will break the make invocation | Ken Takusagawa |
2017-10-06 | Merge pull request #67 from dgrubb/Makefile-tweaks | Megan Wachs |
2017-09-22 | Fix typo in help (#75) | pbing |
2017-06-26 | Update Makefile with more user-friendly clean options | dgrubb |
2017-06-14 | Add linker scripts that target the scratchpad | Palmer Dabbelt |
2017-06-13 | Merge pull request #62 from edwardcwang/master | Palmer Dabbelt |
2017-06-10 | Allow users to override the GDB port | Palmer Dabbelt |
2017-06-10 | Pass the BSP_BASE and BOARD variables to "make software_clean" | Palmer Dabbelt |
2017-06-01 | Dead script | Edward Wang |
2017-05-17 | rename 'PREFIX' to 'PATH' for more intuitive naming | mwachs5 |
2017-05-17 | Update Makefile and README with how to use precompiled binaries. | mwachs5 |
2017-05-04 | Update SDK For E31/E51 Coreplex IP Evaluation | Megan Wachs |
2017-02-02 | help: use punctuation consistently | Megan Wachs |
2017-02-02 | help: Re-organized the Makefile help, and updated the README to use the alrea... | Megan Wachs |
2017-01-24 | Use register macros instead of volatile addresses | Megan Wachs |
2017-01-05 | Merge pull request #38 from sifive/benchmarking | Andrew Waterman |
2017-01-04 | Fixes in the root makefile | Quey-Liang Kao |