From 92b50c1b69a9c2edbf122f78be3ecb3c262a2c96 Mon Sep 17 00:00:00 2001 From: Nandkumar Joshi Date: Wed, 16 Sep 2020 23:33:20 +0530 Subject: [PATCH] Fix memory overrun in l2pf, l2pm examples. --- freedom-metal | 2 +- software/example-l2pf | 2 +- software/example-l2pm | 2 +- wit-manifest.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/freedom-metal b/freedom-metal index d47cd29a0..7150fb361 160000 --- a/freedom-metal +++ b/freedom-metal @@ -1 +1 @@ -Subproject commit d47cd29a097416b8747938210a6e76d84c29b982 +Subproject commit 7150fb3619a46fbb1f8d8a8df4f90e4e0ee0fccd diff --git a/software/example-l2pf b/software/example-l2pf index 88e0394e6..2aa54fae8 160000 --- a/software/example-l2pf +++ b/software/example-l2pf @@ -1 +1 @@ -Subproject commit 88e0394e61294152c487512516758bfadfb1d12e +Subproject commit 2aa54fae8a46be61d267a3bc786093c10c7d0671 diff --git a/software/example-l2pm b/software/example-l2pm index 950b3ac73..ea2ab97f2 160000 --- a/software/example-l2pm +++ b/software/example-l2pm @@ -1 +1 @@ -Subproject commit 950b3ac73c3e5a2cf7e7463aa05b144e8616569c +Subproject commit ea2ab97f258f7a84275cfe7ffe7b191d40d33418 diff --git a/wit-manifest.json b/wit-manifest.json index 26c97ee05..20a4b277b 100644 --- a/wit-manifest.json +++ b/wit-manifest.json @@ -5,7 +5,7 @@ "source": "git@github.com:sifive/freedom-devicetree-tools.git" }, { - "commit": "d47cd29a097416b8747938210a6e76d84c29b982", + "commit": "7150fb3619a46fbb1f8d8a8df4f90e4e0ee0fccd", "name": "freedom-metal", "source": "git@github.com:sifive/freedom-metal.git" }, @@ -260,12 +260,12 @@ "source": "git@github.com:sifive/example-hca-metal.git" }, { - "commit": "950b3ac73c3e5a2cf7e7463aa05b144e8616569c", + "commit": "ea2ab97f258f7a84275cfe7ffe7b191d40d33418", "name": "example-l2pm", "source": "git@github.com:sifive/example-l2pm.git" }, { - "commit": "88e0394e61294152c487512516758bfadfb1d12e", + "commit": "2aa54fae8a46be61d267a3bc786093c10c7d0671", "name": "example-l2pf", "source": "git@github.com:sifive/example-l2pf.git" }