[coreboot-gerrit] Patch set updated for coreboot: Set up 3rdparty/libgfxinit

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Mon Oct 10 16:01:33 CEST 2016


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16949

-gerrit

commit 7410299491e51a33c8d0540273d9191dc4e7226c
Author: Nico Huber <nico.huber at secunet.com>
Date:   Sun Oct 9 12:12:52 2016 +0200

    Set up 3rdparty/libgfxinit
    
    `libgfxinit` is a SPARK library for graphics modesetting. It supports
    Intel integrated graphics only, strictly speaking, the Core i processor
    line.
    
    Change-Id: Idf4b0e5fbf37a5d974075b2e44d1fa16dc428da3
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 .gitmodules         | 3 +++
 3rdparty/libgfxinit | 1 +
 Makefile.inc        | 4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index c545ccd..c3270e6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -18,3 +18,6 @@
 [submodule "libhwbase"]
 	path = 3rdparty/libhwbase
 	url = ../libhwbase.git
+[submodule "libgfxinit"]
+	path = 3rdparty/libgfxinit
+	url = ../libgfxinit.git
diff --git a/3rdparty/libgfxinit b/3rdparty/libgfxinit
new file mode 160000
index 0000000..83693c8
--- /dev/null
+++ b/3rdparty/libgfxinit
@@ -0,0 +1 @@
+Subproject commit 83693c8d7d87f5cebe120abdf25951c9e212b319
diff --git a/Makefile.inc b/Makefile.inc
index 69b71a2..dcb1164 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -563,7 +563,7 @@ gitconfig:
 		fi;						     \
 	done
 	# Now set up thehooks for 3rdparty/
-	for hooks in .git/modules/{3rdparty/blobs,libhwbase}/hooks; do					\
+	for hooks in .git/modules/{3rdparty/blobs,libhwbase,libgfxinit}/hooks; do			\
 		if [ -d $$hooks -a									\
 		\( util/gitconfig/commit-msg -nt $$hooks/commit-msg -o					\
 			! -x $$hooks/commit-msg \) ]; then						\
@@ -571,7 +571,7 @@ gitconfig:
 			chmod +x $$hooks/commit-msg; 							\
 		fi											\
 	done
-	for d in 3rdparty/{blobs,libhwbase}; do 				\
+	for d in 3rdparty/{blobs,libhwbase,libgfxinit}; do			\
 		if [ -d $$d ]; then						\
 			cd $$d;							\
 			git config remote.origin.push HEAD:refs/for/master; 	\



More information about the coreboot-gerrit mailing list