summaryrefslogtreecommitdiff
path: root/config/submodule/edk2/default/libhwbase
diff options
context:
space:
mode:
Diffstat (limited to 'config/submodule/edk2/default/libhwbase')
-rw-r--r--config/submodule/edk2/default/libhwbase/0001-remove-Werror.patch26
-rw-r--r--config/submodule/edk2/default/libhwbase/module.cfg5
2 files changed, 0 insertions, 31 deletions
diff --git a/config/submodule/edk2/default/libhwbase/0001-remove-Werror.patch b/config/submodule/edk2/default/libhwbase/0001-remove-Werror.patch
deleted file mode 100644
index 8f0eba58..00000000
--- a/config/submodule/edk2/default/libhwbase/0001-remove-Werror.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 5453dc70cdf327e5b4228fbce34b03107936628f Mon Sep 17 00:00:00 2001
-From: Leah Rowe <leah@libreboot.org>
-Date: Mon, 21 Sep 2026 10:58:18 +0100
-Subject: [PATCH 1/1] remove -Werror
-
-Signed-off-by: Leah Rowe <leah@libreboot.org>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index e8d864e..9c10fb6 100644
---- a/Makefile
-+++ b/Makefile
-@@ -43,7 +43,7 @@ endif
- CC = $(CROSS_COMPILE)gcc
- GNATBIND = $(CROSS_COMPILE)gnatbind
-
--CFLAGS += -Wuninitialized -Wall -Werror
-+CFLAGS += -Wuninitialized -Wall
- CFLAGS += -pipe -g
- CFLAGS += -Wstrict-aliasing -Wshadow
- CFLAGS += -fno-common -fomit-frame-pointer
---
-2.47.3
-
diff --git a/config/submodule/edk2/default/libhwbase/module.cfg b/config/submodule/edk2/default/libhwbase/module.cfg
deleted file mode 100644
index bb12f0f0..00000000
--- a/config/submodule/edk2/default/libhwbase/module.cfg
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-subgit="https://review.coreboot.org/libhwbase.git"
-subgit_bkup="https://github.com/coreboot/libhwbase"
-subhash="61f7287f18b249408a79bf9ab5e72568965cca2c"