Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] coreboot-utils: update to 4.12.
@ 2020-05-20 12:24 m3tav3rse
  2020-05-20 13:32 ` [PR PATCH] [Updated] " m3tav3rse
  2020-05-20 19:38 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 4+ messages in thread
From: m3tav3rse @ 2020-05-20 12:24 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1251 bytes --]

From 30b5daccb06a63ae3a56bc5b782220c94b9d8006 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/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 \

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] coreboot-utils: update to 4.12.
  2020-05-20 12:24 [PR PATCH] coreboot-utils: update to 4.12 m3tav3rse
@ 2020-05-20 13:32 ` m3tav3rse
  2020-05-20 19:38 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 4+ messages in thread
From: m3tav3rse @ 2020-05-20 13:32 UTC (permalink / raw)
  To: ml

[-- 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 \

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: coreboot-utils: update to 4.12.
  2020-05-20 12:24 [PR PATCH] coreboot-utils: update to 4.12 m3tav3rse
  2020-05-20 13:32 ` [PR PATCH] [Updated] " m3tav3rse
@ 2020-05-20 19:38 ` Hoshpak
  1 sibling, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-20 19:38 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

coreboot-utils: update to 4.12.
https://github.com/void-linux/void-packages/pull/22151

Description:


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PR PATCH] coreboot-utils: update to 4.12.
@ 2020-05-18 11:43 ailiop-git
  0 siblings, 0 replies; 4+ messages in thread
From: ailiop-git @ 2020-05-18 11:43 UTC (permalink / raw)
  To: ml

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

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages coreboot-utils
https://github.com/void-linux/void-packages/pull/22077

coreboot-utils: update to 4.12.


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

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

From 4aa6de55f7eb155bf5dc67182e73dfe62cae7d0c Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Mon, 18 May 2020 13:39:37 +0200
Subject: [PATCH] coreboot-utils: update to 4.12.

---
 srcpkgs/coreboot-utils/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/coreboot-utils/template b/srcpkgs/coreboot-utils/template
index 1a70f3d769a..a040faaa35f 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}"
@@ -12,7 +12,7 @@ maintainer="m3tav3rse <n6maa10816@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 \

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-20 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 12:24 [PR PATCH] coreboot-utils: update to 4.12 m3tav3rse
2020-05-20 13:32 ` [PR PATCH] [Updated] " m3tav3rse
2020-05-20 19:38 ` [PR PATCH] [Merged]: " Hoshpak
  -- strict thread matches above, loose matches on Subject: below --
2020-05-18 11:43 [PR PATCH] " ailiop-git

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).