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

« First ‹ Previous 1 2 3 4 Next › Last »

lisu_ml commented on 2018-11-30 11:57 (UTC)

It doesn't build anymore:

==> Starting prepare()...
Submodule 'arm-trusted-firmware' (/home/michal/Documents/repos/aur/coreboot-utils-git/arm-trusted-firmware.git) registered for path '3rdparty/arm-trusted-firmware'
Submodule '3rdparty/blobs' (/home/michal/Documents/repos/aur/coreboot-utils-git/blobs.git) registered for path '3rdparty/blobs'
Submodule '3rdparty/chromeec' (/home/michal/Documents/repos/aur/coreboot-utils-git/chrome-ec.git) registered for path '3rdparty/chromeec'
Submodule '3rdparty/fsp' (/home/michal/Documents/repos/aur/coreboot-utils-git/fsp.git) registered for path '3rdparty/fsp'
Submodule 'libgfxinit' (/home/michal/Documents/repos/aur/coreboot-utils-git/libgfxinit.git) registered for path '3rdparty/libgfxinit'
Submodule 'libhwbase' (/home/michal/Documents/repos/aur/coreboot-utils-git/libhwbase.git) registered for path '3rdparty/libhwbase'
Submodule 'vboot' (/home/michal/Documents/repos/aur/coreboot-utils-git/vboot.git) registered for path '3rdparty/vboot'
Submodule 'util/nvidia-cbootimage' (/home/michal/Documents/repos/aur/coreboot-utils-git/nvidia-cbootimage.git) registered for path 'util/nvidia/cbootimage'
Synchronizing submodule url for '3rdparty/vboot'
Cloning into '/home/michal/Documents/repos/aur/coreboot-utils-git/src/coreboot/3rdparty/vboot'...
done.
Submodule path '3rdparty/vboot': checked out '392211f0358919d510179ad399d8f056180e652e'
patching file util/romcc/romcc.c
Reversed (or previously applied) patch detected!  Assume -R? [n] 
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file util/romcc/romcc.c.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

swiftgeek commented on 2018-09-06 20:49 (UTC)

Please add intelvbttool (./util/intelvbttool/) , which is useful for intel targets that use intel gpu

lisu_ml commented on 2018-05-09 10:24 (UTC)

Does't build. The error produced:

romcc.c: In function ‘register_builtin_macros’: romcc.c:3645:20: error: ‘"’ directive writing 1 byte into a region of size between 0 and 29 [-Werror=format-overflow=] sprintf(buf, "\"%s\"", scratch); ^~ romcc.c:3645:2: note: ‘sprintf’ output between 3 and 32 bytes into a destination of size 30 sprintf(buf, "\"%s\"", scratch); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ romcc.c:3649:20: error: ‘"’ directive writing 1 byte into a region of size between 0 and 29 [-Werror=format-overflow=] sprintf(buf, "\"%s\"", scratch); ^~ romcc.c:3649:2: note: ‘sprintf’ output between 3 and 32 bytes into a destination of size 30 sprintf(buf, "\"%s\"", scratch); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make: *** [<builtin>: romcc] Error 1 make: Leaving directory '/tmp/tmp.I8RChOB7pS/coreboot-utils-git/src/coreboot/util/romcc' ==> ERROR: A failure occurred in build(). Aborting..</builtin>

Xwang commented on 2018-01-09 17:33 (UTC)

This package conflicts with https://aur.archlinux.org/packages/me_cleaner-git/

anatolik commented on 2018-01-08 21:19 (UTC)

Is me_cleaner need to be part of this package at all? It comes from https://githib.com/corna/me_cleaner and not from https://review.coreboot.org/coreboot

Consider using me_cleaner from https://aur.archlinux.org/packages/me_cleaner-git/

gavinhungry commented on 2018-01-08 21:07 (UTC) (edited on 2018-01-08 21:14 (UTC) by gavinhungry)

Why the specific commit of me_cleaner? I submitted an me_cleaner-git package to the AUR before realizing it was a part of this package.

You're a number of commits behind at this point: See https://github.com/corna/me_cleaner/compare/312ef02714dcab806c9d9bfee07f51002dc61e08...master

I'd recommend either removing it from this package, or cloning the Git repo and including an up-to-date version.

anatolik commented on 2016-08-28 16:02 (UTC)

mytbk, I added you as a comaintainer. Please add your improvements. I would personally keep romcc unless it hurts.

mytbk commented on 2016-08-28 15:23 (UTC) (edited on 2016-08-28 15:24 (UTC) by mytbk)

I think intelmetool can also be added, and we don't need romcc which is only used to compile coreboot pre-CAR/pre-RAM code. Besides, we don't need the submodules blobs, vboot, ATF, etc. to build these utils.

swiftgeek commented on 2016-08-19 21:25 (UTC) (edited on 2016-08-28 05:12 (UTC) by swiftgeek)

blobs repo is not needed - not used for anything, package is created fine without downloading that repo

swiftgeek commented on 2016-08-14 02:26 (UTC)

In addition to missing coreboot's ectool, intelutil is missing man page ( util/inteltool/inteltool.8 )