From bedd0a92d7b9ad677aad24f16d5d7937018caf4e Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 23 Oct 2019 14:35:56 -0700 Subject: [PATCH] Bump Metal and Devicetree tools Picks up changes: - Always clear feature disable register - Disable all plic and clic interrupts on init - Support for __max_heap linker option - Pick first memory range Signed-off-by: Nathaniel Graff --- freedom-devicetree-tools | 2 +- freedom-metal | 2 +- wit-manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/freedom-devicetree-tools b/freedom-devicetree-tools index f2ad4771e..5bb9f91dd 160000 --- a/freedom-devicetree-tools +++ b/freedom-devicetree-tools @@ -1 +1 @@ -Subproject commit f2ad4771ea34b18c2d7ad86667c47d57bf3e60db +Subproject commit 5bb9f91dd5b6115cc6ae0b73b9b0221d1c90e03f diff --git a/freedom-metal b/freedom-metal index 61737c07c..7fea3d1e4 160000 --- a/freedom-metal +++ b/freedom-metal @@ -1 +1 @@ -Subproject commit 61737c07c64c332e9bcb23a19cad9ba7019fe117 +Subproject commit 7fea3d1e4d65b1f0e7495ce0c2990c0ed8155f22 diff --git a/wit-manifest.json b/wit-manifest.json index 4d5646cd0..c5c617748 100644 --- a/wit-manifest.json +++ b/wit-manifest.json @@ -1,11 +1,11 @@ [ { - "commit": "f2ad4771ea34b18c2d7ad86667c47d57bf3e60db", + "commit": "5bb9f91dd5b6115cc6ae0b73b9b0221d1c90e03f", "name": "freedom-devicetree-tools", "source": "git@github.com:sifive/freedom-devicetree-tools.git" }, { - "commit": "61737c07c64c332e9bcb23a19cad9ba7019fe117", + "commit": "7fea3d1e4d65b1f0e7495ce0c2990c0ed8155f22", "name": "freedom-metal", "source": "git@github.com:sifive/freedom-metal.git" },