Age | Commit message (Expand) | Author |
2019-06-21 | Default target is the first BSP | Nathaniel Graff |
2019-06-21 | Allow list-* targets to work without specifying a valid TARGET | Kevin Mills |
2019-06-20 | fixup standalone targets to work. | Kevin Mills |
2019-06-06 | Allow sed to work on MacOS | Kevin Mills |
2019-06-05 | Merge pull request #265 from sifive/open-docs | Nathaniel Graff |
2019-06-03 | Add make target to open local documentation | Nathaniel Graff |
2019-06-02 | Update Makefile to handle special ENV require for coremark, dhrystone | Bunnaroath Sou |
2019-05-22 | Simplify the list-programs make target | Nathaniel Graff |
2019-03-29 | Mix a minor cleanup missed | Bunnaroath Sou |
2019-03-19 | Reverted to naming verilog hex files .hex | cgsfv |
2019-03-19 | Added .map + .lst + .rtl extra output files | cgsfv |
2019-03-15 | Mark list-* as PHONY | Nathaniel Graff |
2019-03-15 | Add the list-target-tags make target | Nathaniel Graff |
2019-03-14 | list-targets accepts TARGET_REQUIRE_TAGS as filter | Nathaniel Graff |
2019-03-14 | BSPs are any directory with settings.mk | Nathaniel Graff |
2019-03-14 | Use TARGET_TAGS in Makefile | Nathaniel Graff |
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 |