From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7138269680747151360 X-Received: by 2002:a05:6512:228a:b0:48a:fa84:e298 with SMTP id f10-20020a056512228a00b0048afa84e298mr11160240lfu.183.1662105543676; Fri, 02 Sep 2022 00:59:03 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:3fa:b0:494:799f:170 with SMTP id n26-20020a05651203fa00b00494799f0170ls885590lfq.0.-pod-prod-gmail; Fri, 02 Sep 2022 00:59:02 -0700 (PDT) X-Google-Smtp-Source: AA6agR4JuKj8r0YURIwH7cKc4EYsAQwEb95X3xeeVLrYXD3nxQFQKoKZl3KASwJUYfBTOKwi1wkq X-Received: by 2002:a05:6512:b87:b0:494:6e9d:34d5 with SMTP id b7-20020a0565120b8700b004946e9d34d5mr6189303lfv.389.1662105542064; Fri, 02 Sep 2022 00:59:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1662105542; cv=none; d=google.com; s=arc-20160816; b=VJ8JRAGbPXcPJLJD2VMOJUzWRbhcGApYFxIbmlvydaWe4HVU/2MqXGqe+dN4O9HyCL TtShLCjcg+6cD6JT/hrNmT3TEFXDWke1beb60yfV9lu2Y/7uce19opHuSwtvDu7gw86W AcTUTvMfayea12rsHz1+prbFS2rj1wICvJfWVkclFpCHKWj2PW8S9SNLtFCTQRxAU1At TOLzwuiwysP+UIKzJNIzMr5P1c8eGsf8P9Uy7QNcVgmvonjD34ZP5OkKT0fJBNyHmA7z pVBZYKZfS43xbYwOqS0Vzz7q4Aw+2EnxfFIXLmFNdQ3b+YhYQHtV/zglXKQU5TeApcZQ Sf8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from; bh=8VvgoNXfL/bsDF9xpB39zyxONyZ0IPTSH9EsVnSbVTM=; b=jYgRyy189FwWkD9vA9MfUYc3Zcy4OkJ+WDpqWKuXIOoC1vglavt5hAgOOeYdWnegWS XgI01UGCPlcYjIjXZL72FJH1swJNiMJHoLZhYeJ/50YYb0mHd5Q6x8XheQH3YhC9mVBL kLQVZu6y/37AcBYWqiK0IWWTkv7B+eW+GhBA4xW2LFd8tvf4atBYq3/wXGLxSXeQxwNE SKRQE0c1BnqS7qRoNqZf8aCacvZfg/0e12dyUGH9mOIyw6wS9KdAaPy6SPL1GAMe+g/x nFS0faVfKv3BLA2qBHz33DlJuH7OuEJl62/xUkejLTbgj6VHRKfYs1DF3Bn5VhQeZJtB zA0w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id d23-20020a056512369700b00492f1480d0fsi55502lfs.13.2022.09.02.00.59.01 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 02 Sep 2022 00:59:01 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 2827wxar007340 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 2 Sep 2022 09:59:01 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v2 2/2] opensbi-sifive-fu540: update to version 1.1 Date: Fri, 2 Sep 2022 09:58:59 +0200 Message-Id: <20220902075859.8026-3-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220902075859.8026-1-ubely@ilbers.de> References: <20220902075859.8026-1-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: eOm5x1OqASzr This version includes a build fix for riscv64 against binutils >=2.38: https://github.com/riscv-software-src/opensbi/commit/5d53b55 Signed-off-by: Uladzimir Bely --- meta-isar/recipes-bsp/opensbi/files/sifive-fu540-rules | 2 +- ...pensbi-sifive-fu540_0.9.bb => opensbi-sifive-fu540_1.1.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta-isar/recipes-bsp/opensbi/{opensbi-sifive-fu540_0.9.bb => opensbi-sifive-fu540_1.1.bb} (68%) diff --git a/meta-isar/recipes-bsp/opensbi/files/sifive-fu540-rules b/meta-isar/recipes-bsp/opensbi/files/sifive-fu540-rules index 04e5b5ae..98bc1b49 100644 --- a/meta-isar/recipes-bsp/opensbi/files/sifive-fu540-rules +++ b/meta-isar/recipes-bsp/opensbi/files/sifive-fu540-rules @@ -5,7 +5,7 @@ export CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- endif override_dh_auto_build: - CFLAGS= LDFLAGS= $(MAKE) $(PARALLEL_MAKE) PLATFORM=sifive/fu540 \ + CFLAGS= LDFLAGS= $(MAKE) $(PARALLEL_MAKE) PLATFORM=generic \ FW_PAYLOAD_PATH=/usr/lib/u-boot/sifive_unleashed/u-boot.bin %: diff --git a/meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_0.9.bb b/meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_1.1.bb similarity index 68% rename from meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_0.9.bb rename to meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_1.1.bb index c25215be..92f75f2d 100644 --- a/meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_0.9.bb +++ b/meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_1.1.bb @@ -8,7 +8,7 @@ inherit dpkg SRC_URI = " \ https://github.com/riscv/opensbi/archive/v${PV}.tar.gz;downloadfilename=opensbi-${PV}.tar.gz \ file://sifive-fu540-rules" -SRC_URI[sha256sum] = "60f995cb3cd03e3cf5e649194d3395d0fe67499fd960a36cf7058a4efde686f0" +SRC_URI[sha256sum] = "d183cb890130983a4f01e75fc03ee4f7ea0e16a7923b8af9c6dff7deb2fedaec" S = "${WORKDIR}/opensbi-${PV}" @@ -19,5 +19,5 @@ do_prepare_build() { cp ${WORKDIR}/sifive-fu540-rules ${WORKDIR}/rules deb_debianize - echo "build/platform/sifive/fu540/firmware/fw_payload.bin /usr/lib/opensbi/sifive-fu540/" > ${S}/debian/install + echo "build/platform/generic/firmware/fw_payload.bin /usr/lib/opensbi/sifive-fu540/" > ${S}/debian/install } -- 2.20.1