Package Details: coreboot-utils-git 4.19.r781.g6b6b8f86df3-1

Git Clone URL: https://aur.archlinux.org/coreboot-utils-git.git (read-only, click to copy)
Package Base: coreboot-utils-git
Description: Tools and utilities to work with coreboot firmware
Upstream URL: https://www.coreboot.org/
Licenses: GPL
Submitter: anatolik
Maintainer: anatolik (mytbk)
Last Packager: anatolik
Votes: 13
Popularity: 0.000000
First Submitted: 2014-11-17 18:57 (UTC)
Last Updated: 2023-03-10 02:15 (UTC)

Latest Comments

1 2 3 4 Next › Last »

atomicfs commented on 2024-02-14 09:39 (UTC)

@anatolik ?

atomicfs commented on 2024-02-05 12:01 (UTC) (edited on 2024-02-05 12:24 (UTC) by atomicfs)

Also, I am having issues with buildin caused by opensil:

==> Starting prepare()...
Skipping submodule '3rdparty/amd_blobs'
Skipping submodule '3rdparty/blobs'
Skipping submodule '3rdparty/cmocka'
Skipping submodule '3rdparty/fsp'
Skipping submodule '3rdparty/intel-microcode'
Skipping submodule '3rdparty/qc_blobs'
fatal: repository '/home/atom/devel/aur.archlinux.org/coreboot-utils-git/opensil_genoa_poc.git' does not exist
fatal: clone of '/home/atom/devel/aur.archlinux.org/coreboot-utils-git/opensil_genoa_poc.git' into submodule path '/home/atom/devel/aur.archlinux.org/coreboot-utils-git/src/coreboot/src/vendorcode/amd/opensil/genoa_poc/opensil' failed
Failed to clone 'src/vendorcode/amd/opensil/genoa_poc/opensil'. Retry scheduled
fatal: repository '/home/atom/devel/aur.archlinux.org/coreboot-utils-git/opensil_genoa_poc.git' does not exist
fatal: clone of '/home/atom/devel/aur.archlinux.org/coreboot-utils-git/opensil_genoa_poc.git' into submodule path '/home/atom/devel/aur.archlinux.org/coreboot-utils-git/src/coreboot/src/vendorcode/amd/opensil/genoa_poc/opensil' failed
Failed to clone 'src/vendorcode/amd/opensil/genoa_poc/opensil' a second time, aborting
==> ERROR: A failure occurred in prepare().
    Aborting...

Can be fixed with:

diff --git a/PKGBUILD b/PKGBUILD
index adb5232..fcec246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Iru Cai <mytbk920423@gmail.com>

 pkgname=coreboot-utils-git
-pkgver=4.19.r781.g6b6b8f86df3
+pkgver=4.22.r680.g3e397ddacbaa
 pkgrel=1
 pkgdesc='Tools and utilities to work with coreboot firmware'
 url='https://www.coreboot.org/'
@@ -29,6 +29,7 @@ source=(git+https://review.coreboot.org/coreboot.git
         git+https://review.coreboot.org/9esec-security-tooling.git
         git+https://review.coreboot.org/STM#branch=stmpe
         git+https://review.coreboot.org/goswid#branch=trunk
+        git+https://review.coreboot.org/opensil_genoa_poc.git

         # vboot provides vb2_api.h needed by cbfstool
         autoport-tool-paths.patch)
@@ -50,6 +51,7 @@ sha256sums=('SKIP'
             'SKIP'
             'SKIP'
             'SKIP'
+            'SKIP'
             '5136f8ae6c690501b483243a33b91dc978971cf23bcf48c27bdca845db53bdb1')

 BUILD_AUTOPORT=y
@@ -83,6 +85,7 @@ prepare() {
   git config -f .gitmodules 'submodule.3rdparty/intel-sec-tools.url' "$srcdir/9esec-security-tooling"
   git config -f .gitmodules 'submodule.3rdparty/stm.url' "$srcdir/STM"
   git config -f .gitmodules 'submodule.util/goswid.url' "$srcdir/goswid"
+  git config -f .gitmodules 'submodule.src/vendorcode/amd/opensil/genoa_poc/opensil.url' "$srcdir/opensil_genoa_poc"

   git -c protocol.file.allow=always submodule update --init

atomicfs commented on 2024-02-05 11:47 (UTC) (edited on 2024-02-05 11:47 (UTC) by atomicfs)

Would it be possible to add provides with all the tools provided in the package?

diff --git a/PKGBUILD b/PKGBUILD
index adb5232..97e5f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,18 @@ arch=(x86_64)
 depends=(pciutils)
 optdepends=("python: me_cleaner support")
 makedepends=(git)
+provides=(
+  'cbfstool'
+  'cbmem'
+  'ectool'
+  'ifdtool'
+  'intelmetool'
+  'intelp2m'
+  'inteltool'
+  'intelvbttool'
+  'nvramtool'
+  'superiotool'
+)
 source=(git+https://review.coreboot.org/coreboot.git
         git+https://review.coreboot.org/blobs.git
         git+https://review.coreboot.org/nvidia-cbootimage.git

swiftgeek commented on 2021-04-25 06:08 (UTC) (edited on 2021-04-25 06:08 (UTC) by swiftgeek)

Please add util/intelp2m

anatolik commented on 2020-11-15 23:30 (UTC)

@thx1138 thank you for the report.

I updated PKGBUILD for the upstream changes. The package builds now.

thx1138 commented on 2020-11-14 03:21 (UTC) (edited on 2020-11-14 03:26 (UTC) by thx1138)

fatal: clone of '/home/james/.cache/yay/coreboot-utils-git/STM' into submodule path '/var/build/coreboot-utils-git/src/coreboot/3rdparty/stm' failed
Failed to clone '3rdparty/stm' a second time, aborting

Any suggestions?

anatolik commented on 2020-09-11 17:58 (UTC)

Thank you @lisu_ml, the version is bumped and the build is fixed.

lisu_ml commented on 2020-09-11 07:52 (UTC)

Another build error started to appear recently:

Skipping submodule '3rdparty/qc_blobs'
Cloning into '/tmp/tmp.JXudGlbg49/coreboot-utils-git/src/coreboot/3rdparty/vboot'...
done.
Cloning into '/tmp/tmp.JXudGlbg49/coreboot-utils-git/src/coreboot/util/nvidia/cbootimage'...
done.
fatal: repository '/tmp/tmp.JXudGlbg49/coreboot-utils-git/9esec-security-tooling.git' does not exist
fatal: clone of '/tmp/tmp.JXudGlbg49/coreboot-utils-git/9esec-security-tooling.git' into submodule path '/tmp/tmp.JXudGlbg49/coreboot-utils-git/src/coreboot/3rdparty/intel-sec-tools' failed
Failed to clone '3rdparty/intel-sec-tools' a second time, aborting

mkopec commented on 2020-01-10 04:03 (UTC)

Thank you, it the package builds and runs perfectly now.

mkopec commented on 2020-01-09 17:29 (UTC)

Building romcc fails with:

make: *** romcc: No such file or directory.  Stop.

Seems like romcc has been removed from the repository after the 4.11 release.