Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-25 | Add option to not run fixup-dts to update-targets.sh | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-25 | Run scripts/fixup-dts from update-targets.sh | Nathaniel Graff | |
2019-03-25 | Add DTS fixup script | Nathaniel Graff | |
The script is used as a holdover to add missing elements to design.dts until the IP deliveries catch up with the set of information we need in Freedom E SDK. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-22 | Initial internal tag 0.0.1 for FS 19.03 RC | Bunnaroath Sou | |
2019-03-22 | Merge pull request #212 from sifive/floating-pt | Bunnaroath Sou | |
Pickup floating point support from freedom-metal | |||
2019-03-21 | Pick metal PLIC fixes | Bunnaroath Sou | |
2019-03-21 | Update lds files to exclude itim in .text and PLIC subinterrupts | Bunnaroath Sou | |
2019-03-21 | Added design.reglist files to all bsp's based on screenlog output | cgsfv | |
2019-03-19 | Merge pull request #210 from sifive/extra-output-files | Carsten Gosvig | |
Added .map + .lst + .rtl extra output files | |||
2019-03-19 | Merge pull request #209 from sifive/arty-19.2 | Bunnaroath Sou | |
Make rtl target to use ram from dtim, flash from testram | |||
2019-03-19 | Remove accidental added files | Bunnaroath Sou | |
2019-03-19 | Missed one search and replace | cgsfv | |
2019-03-19 | Reverted to naming verilog hex files .hex | cgsfv | |
2019-03-19 | Added .map + .lst + .rtl extra output files | cgsfv | |
2019-03-18 | Make rtl target to use ram from dtim, flash from testram | Bunnaroath Sou | |
2019-03-18 | Merge pull request #202 from sifive/arty-19.2 | Bunnaroath Sou | |
Add ramrodata, scratchpad linker files, and correct timebase value | |||
2019-03-18 | Merge pull request #206 from sifive/doc-build | Nathaniel Graff | |
Update the Documentation Makefile | |||
2019-03-18 | Remove metal.lds which is now metal.default.lds | Bunnaroath Sou | |
2019-03-18 | Add new linker target files for default, ramrodata, scratchpad | Bunnaroath Sou | |
2019-03-18 | Update Arty clock to reflects HW | Bunnaroath Sou | |
2019-03-18 | Add link target options to tools and env | Bunnaroath Sou | |
2019-03-15 | Merge pull request #207 from sifive/tags | Nathaniel Graff | |
Proposal: TARGET_TAGS is used to configure the build and to filter list-targets | |||
2019-03-15 | Merge pull request #208 from sifive/add-readmes | Nathaniel Graff | |
Add missing READMEs to software examples | |||
2019-03-15 | Add missing READMEs to software examples | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-15 | Mark list-* as PHONY | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-15 | Add the list-target-tags make target | Nathaniel Graff | |
`make list-target-tags` returns a list of all unique values in TARGET_TAGS for all of the BSPs. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | list-targets accepts TARGET_REQUIRE_TAGS as filter | Nathaniel Graff | |
make list-targets TARGET_REQUIRE_TAGS="tag1 tag2 tag3" will list only the BSPs with all of the requested tags. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | BSPs are any directory with settings.mk | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | Remove SEGGER_JLINK_OB from settings.mk | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | Use TARGET_TAGS in Makefile | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | Fix typos and formatting in settings.mk | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | Create TARGET_TAGS | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | Document the githubpages Sphinx module in conf.py | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | Documentation clean target cleans better | Nathaniel Graff | |
Instead of deleting the html folder, and thus blowing away the submodule, delete the contents so that when we rebuild the docs we get rid of old versions we don't need. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-14 | Merge pull request #205 from sifive/standalone-hex | Nathaniel Graff | |
Include elf2hex in Standalone Projects | |||
2019-03-13 | Merge pull request #204 from sifive/elf2hex-maintainer | Nathaniel Graff | |
Disable maintainer mode in elf2hex | |||
2019-03-13 | Enable elf2hex in standalone projects | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-13 | Merge pull request #200 from sifive/debugrelease | Nathaniel Graff | |
Support Debug/Release build configurations | |||
2019-03-13 | Update docs | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-13 | Clean a single Metal configuration at a time | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-13 | Update elf2hex to disable maintainer mode | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-12 | Build program into SRC_DIR/CONFIGURATION/PROGRAM | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-12 | Build metal libs into install/lib/CONFIGURATION | Nathaniel Graff | |
Removes the INCLUDE_METAL_SOURCES option. If we want to be able to support multiple build configurations for standalone projects, the Metal library must be rebuilt to take into account those options. An alternative is to put back the prebuilt library option and just remove the configuration option from standalone projects without the Metal library sources. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-12 | ELF output has .elf extension | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-12 | Fix elf2hex submodule url | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-12 | Support Debug/Release configurations | Nathaniel Graff | |
- Puts shared flags in scripts/standalone and adds "build configurations" for debug and release which customize the build flags for specific purposes. - Documents CONFIGURATION in Sphinx docs and makefile help Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-11 | Merge pull request #203 from sifive/fu540-l2 | Nathaniel Graff | |
Update Metal to pick up FU540-C000 L2 driver fixes | |||
2019-03-11 | Update Metal to pick up FU540-C000 L2 driver fixes | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-08 | Merge pull request #199 from sifive/arty-19.2 | Bunnaroath Sou | |
Update freedom-metal to pickup gloss time routines | |||
2019-03-07 | Update freedom-metal to pickup gloss time routines | Bunnaroath Sou | |