Github messages for voidlinux
 help / color / mirror / Atom feed
From: m3tav3rse <m3tav3rse@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] coreboot-utils: update to 4.12.
Date: Wed, 20 May 2020 15:32:37 +0200	[thread overview]
Message-ID: <20200520133237.Q1KIoiaEPOM7mG2u7bX3eoB77J8L63YN2XY8-p7ATaE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22151@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

There is an updated pull request by m3tav3rse against master on the void-packages repository

https://github.com/m3tav3rse/void-packages coreboot-utils
https://github.com/void-linux/void-packages/pull/22151

coreboot-utils: update to 4.12.


A patch file from https://github.com/void-linux/void-packages/pull/22151.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-coreboot-utils-22151.patch --]
[-- Type: text/x-diff, Size: 3310 bytes --]

From bb25319aa8996d39a5d94ee15cd84ea3364a76fa Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Wed, 20 May 2020 14:10:53 +0200
Subject: [PATCH] coreboot-utils: update to 4.12.

---
 srcpkgs/coreboot-utils/patches/ectool-musl.patch      | 11 +++++++++++
 srcpkgs/coreboot-utils/patches/inteltool-musl-2.patch | 10 ++++++++++
 srcpkgs/coreboot-utils/patches/nvramtool-musl-2.patch | 11 +++++++++++
 srcpkgs/coreboot-utils/template                       |  6 +++---
 4 files changed, 35 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/coreboot-utils/patches/ectool-musl.patch
 create mode 100644 srcpkgs/coreboot-utils/patches/inteltool-musl-2.patch
 create mode 100644 srcpkgs/coreboot-utils/patches/nvramtool-musl-2.patch

diff --git a/srcpkgs/coreboot-utils/patches/ectool-musl.patch b/srcpkgs/coreboot-utils/patches/ectool-musl.patch
new file mode 100644
index 00000000000..1bdbfbe551e
--- /dev/null
+++ b/srcpkgs/coreboot-utils/patches/ectool-musl.patch
@@ -0,0 +1,11 @@
+--- util/ectool/Makefile	2020-05-20 15:20:52.396213112 +0200
++++ -	2020-05-20 15:20:46.512212915 +0200
+@@ -15,6 +15,8 @@
+ LDFLAGS = -l$(shell uname -p)
+ endif
+ 
++LDFLAGS = -lgcc
++
+ all: $(PROGRAM)
+ 
+ $(PROGRAM): ec.o ectool.o
diff --git a/srcpkgs/coreboot-utils/patches/inteltool-musl-2.patch b/srcpkgs/coreboot-utils/patches/inteltool-musl-2.patch
new file mode 100644
index 00000000000..05d4d431b06
--- /dev/null
+++ b/srcpkgs/coreboot-utils/patches/inteltool-musl-2.patch
@@ -0,0 +1,10 @@
+--- src/arch/x86/include/arch/mmio.h	2020-05-20 14:43:31.750138013 +0200
++++ src/arch/x86/include/arch/mmio.h	2020-05-20 14:43:13.438137399 +0200
+@@ -4,6 +4,7 @@
+ #define __ARCH_MMIO_H__
+
+ #include <stdint.h>
++#define __always_inline  inline __attribute__((always_inline))
+
+ static __always_inline uint8_t read8(
+ 	const volatile void *addr)
diff --git a/srcpkgs/coreboot-utils/patches/nvramtool-musl-2.patch b/srcpkgs/coreboot-utils/patches/nvramtool-musl-2.patch
new file mode 100644
index 00000000000..cd3078d10be
--- /dev/null
+++ b/srcpkgs/coreboot-utils/patches/nvramtool-musl-2.patch
@@ -0,0 +1,11 @@
+--- util/nvramtool/Makefile	2020-05-20 15:19:20.652210037 +0200
++++ -	2020-05-20 15:20:00.145211360 +0200
+@@ -34,6 +34,8 @@
+ CFLAGS += -D__GLIBC__
+ endif
+ 
++LDFLAGS = -lgcc
++
+ all: dep $(PROGRAM)
+ 
+ $(PROGRAM): $(OBJS)
diff --git a/srcpkgs/coreboot-utils/template b/srcpkgs/coreboot-utils/template
index 1a70f3d769a..e6c57472ea1 100644
--- a/srcpkgs/coreboot-utils/template
+++ b/srcpkgs/coreboot-utils/template
@@ -1,6 +1,6 @@
 # Template file for 'coreboot-utils'
 pkgname=coreboot-utils
-version=4.11
+version=4.12
 revision=1
 archs="i686* x86_64*"
 wrksrc="coreboot-${version}"
@@ -8,11 +8,11 @@ build_wrksrc="util"
 build_style=gnu-makefile
 makedepends="pciutils-devel zlib-devel"
 short_desc="Coreboot firmware utilities"
-maintainer="m3tav3rse <n6maa10816@tuta.io>"
+maintainer="m3tav3rse <mtvrs@tuta.io>"
 license="GPL-2.0-only"
 homepage="https://coreboot.org"
 distfiles="https://coreboot.org/releases/coreboot-${version}.tar.xz"
-checksum=97fd859b4c39a25534fe33c30eb86e54a233952e08a024c55858d11598a8ad87
+checksum=edcad000ee9b73183c396ea76155629b3d27c693e0f1ae83e3424c4d936e2be2
 
 do_build() {
 	for util in cbfstool cbmem ectool ifdtool inteltool intelmetool \

  reply	other threads:[~2020-05-20 13:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20 12:24 [PR PATCH] " m3tav3rse
2020-05-20 13:32 ` m3tav3rse [this message]
2020-05-20 19:38 ` [PR PATCH] [Merged]: " Hoshpak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200520133237.Q1KIoiaEPOM7mG2u7bX3eoB77J8L63YN2XY8-p7ATaE@z \
    --to=m3tav3rse@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).