Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/47646 )
Change subject: Update to use upstream version 4.3.12 ......................................................................
Update to use upstream version 4.3.12
The EM100Pro/EM100Pro-G2 Software package was updated by Dediprog to 4.3.12 on 2020-11-13 13:41:05.
Upstream 4.3.12 is using the original download slot again, adjust the makechips.sh script.
Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Change-Id: I310f34d493569d7b887873a277e22cda325d8049 --- M makechips.sh 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/46/47646/1
diff --git a/makechips.sh b/makechips.sh index 8a2d901..b4c43d0 100755 --- a/makechips.sh +++ b/makechips.sh @@ -12,8 +12,7 @@ # GNU General Public License for more details. #
-URL="https://www.dediprog.com/download/save/1145.msi" -VURL="https://www.dediprog.com/download?productCategory=SPI+Flash+Solution&pro..." +URL="https://www.dediprog.com/download/save/78.msi"
if ! which curl > /dev/null; then echo "Install curl to run this script."