This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Metal and DeviceTree Tools submodules to latest master
Signed-off-by: Nathaniel Graff <[email protected]>
- Loading branch information
1 parent
0f5761d
commit 4e1a910
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule freedom-devicetree-tools
updated
10 files
+2 −1 | Makefile.am | |
+3 −2 | Makefile.in | |
+41 −6 | bare_header/freedom-bare_header-generator.c++ | |
+223 −0 | build.wake | |
+35 −0 | dtc.wake | |
+161 −89 | freedom-ldscript-generator.c++ | |
+288 −90 | freedom-openocdcfg-generator.c++ | |
+42 −12 | metal_header/freedom-metal_header-generator.c++ | |
+26 −0 | multilib.h++ | |
+23 −0 | scripts/autoconf_wrapper |
Submodule freedom-metal
updated
12 files
+1 −1 | LICENSE | |
+2 −1 | Makefile.am | |
+16 −11 | Makefile.in | |
+138 −0 | build.wake | |
+29 −0 | doc/sphinx/devguide/fe310-g000-pll.rst | |
+5 −0 | gloss/crt0.S | |
+59 −0 | gloss/synchronize_harts.c | |
+34 −0 | scripts/autoconf_wrapper | |
+12 −0 | src/drivers/riscv_clint0.c | |
+83 −41 | src/drivers/sifive_spi0.c | |
+3 −0 | src/entry.S | |
+35 −9 | src/pmp.c |