From ebeb434faa4a68239fa2891d3c5fcf7a4ca8ab4a Mon Sep 17 00:00:00 2001 From: Bunnaroath Sou Date: Thu, 6 Jun 2019 12:10:05 -0700 Subject: Submodule the freedom-devicetree-tools keep both in sync --- .gitmodules | 3 +++ bsp/update-targets.sh | 2 +- freedom-devicetree-tools | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 freedom-devicetree-tools diff --git a/.gitmodules b/.gitmodules index a166706..6feb833 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "software/coremark"] path = software/coremark url = https://github.com/sifive/benchmark-coremark.git +[submodule "freedom-devicetree-tools"] + path = freedom-devicetree-tools + url = git@github.com:sifive/freedom-devicetree-tools.git diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh index e3b2496..63d7e24 100755 --- a/bsp/update-targets.sh +++ b/bsp/update-targets.sh @@ -70,7 +70,7 @@ else echo "[INFO] $0: "$CUSTOM_TARGET" not found! Creating one" >&2 mkdir -p $CUSTOM_TARGET fi - cp $DTSFILE $CUSTOM_TARGET + cp $DTSFILE "$CUSTOM_TARGET/design.dts" TARGET_LIST="$CUSTOM_TARGET " fi diff --git a/freedom-devicetree-tools b/freedom-devicetree-tools new file mode 160000 index 0000000..f81e349 --- /dev/null +++ b/freedom-devicetree-tools @@ -0,0 +1 @@ +Subproject commit f81e349c5b6607723b4b38df01bb517e5748e62e -- cgit v1.2.1-18-gbd029 From eed0f805fc177cf54867b8b79d6fc7b3796f778f Mon Sep 17 00:00:00 2001 From: Bunnaroath Sou Date: Thu, 6 Jun 2019 17:13:20 -0700 Subject: Update to point to reset vector and port-width selection --- freedom-devicetree-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freedom-devicetree-tools b/freedom-devicetree-tools index f81e349..aa23e28 160000 --- a/freedom-devicetree-tools +++ b/freedom-devicetree-tools @@ -1 +1 @@ -Subproject commit f81e349c5b6607723b4b38df01bb517e5748e62e +Subproject commit aa23e2880d81a655f7150e459b9c3b0d938b11f9 -- cgit v1.2.1-18-gbd029