code stringlengths 0 21.5M | repo_name stringlengths 4 92 | path stringlengths 1 189 | language stringlengths 0 26 | license stringclasses 11
values | size int64 0 21.5M |
|---|---|---|---|---|---|
#!/bin/bash
# Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.... | intermsofthewhole/libreboot | projects/vboot/vboot | none | mit | 3,097 |
vpd:vpd
| intermsofthewhole/libreboot | projects/vpd/configs/install | none | mit | 8 |
origin/release-R56-9000.B
| intermsofthewhole/libreboot | projects/vpd/configs/revision | none | mit | 26 |
#!/bin/bash
# Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.... | intermsofthewhole/libreboot | projects/vpd/vpd | none | mit | 2,362 |
From 63312528ea81207865077ab2c75963e3660859f0 Mon Sep 17 00:00:00 2001
From: Leah Rowe <info@minifree.org>
Date: Sat, 14 Feb 2015 00:56:43 +0000
Subject: [PATCH] Makefile: don't use git
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 68541e6..b5f43d5 100644
-... | intermsofthewhole/libreboot | resources/bucts/patch/0001-Makefile-don-t-use-git.patch | patch | mit | 518 |
diff --git a/Makefile b/Makefile
index 68541e6..b8579eb 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ endif
all: bucts
bucts: $(OBJ)
- $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci
+ $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci -lz -static
%.o: %.c
$(CC) $(CFLAGS) -DVERSION='"$(VERSION)"' -c $<
| intermsofthewhole/libreboot | resources/bucts/patch/staticlink.diff | diff | mit | 295 |
From 52a0b55c77635dc026793e66d516e3aed335706a Mon Sep 17 00:00:00 2001
From: Leah Rowe <info@minifree.org>
Date: Fri, 11 Mar 2016 06:35:03 +0000
Subject: [PATCH 1/1] New laptops whitelisted: ThinkPad R400 and ThinkPad T500
Support for these laptops was merged in coreboot a while ago, so it makes sense
for flashrom to ... | intermsofthewhole/libreboot | resources/flashrom/patch/0001-New-laptops-whitelisted-ThinkPad-R400-and-ThinkPad-T.patch | patch | mit | 2,219 |
From b1828512abf58911cfb829cb6a98d4e8dbefadc2 Mon Sep 17 00:00:00 2001
From: Leah Rowe <info@minifree.org>
Date: Fri, 11 Mar 2016 06:38:39 +0000
Subject: [PATCH 1/1] Add whitelist for Taurinus X200 laptop
---
board_enable.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board_enable.c b/board_enable.c
index 1d56... | intermsofthewhole/libreboot | resources/flashrom/patch/0002-Add-whitelist-for-Taurinus-X200-laptop.patch | patch | mit | 1,712 |
From 260f0e096b385c9f53e9a28e79293131a11122a6 Mon Sep 17 00:00:00 2001
From: Leah Rowe <info@minifree.org>
Date: Fri, 11 Mar 2016 06:50:50 +0000
Subject: [PATCH 1/1] purged chips
---
flashchips.c | 303 -----------------------------------------------------------
1 file changed, 303 deletions(-)
diff --git a/flashchi... | intermsofthewhole/libreboot | resources/flashrom/patch/0003-purged-chips.patch | patch | mit | 10,190 |
--- flashchips.c 2014-12-30 01:59:49.846383043 +0000
+++ flashchips.c.i945lenovobios_macronix 2014-12-30 02:05:16.060000647 +0000
@@ -6605,12 +6605,12 @@
.name = "MX25L1605D/MX25L1608D/MX25L1673E",
.bustype = BUS_SPI,
.manufacture_id = MACRONIX_ID,
- .model_id = MACRONIX_MX25L1605,
+ .model_id = 0x14,
.t... | intermsofthewhole/libreboot | resources/flashrom/patch/lenovobios_macronix.diff | diff | mit | 876 |
--- flashchips.c 2014-12-30 01:59:49.846383043 +0000
+++ flashchips.c.i945lenovobios_sst 2014-12-30 02:03:51.367580645 +0000
@@ -10886,12 +10886,12 @@
.name = "SST25VF016B",
.bustype = BUS_SPI,
.manufacture_id = SST_ID,
- .model_id = SST_SST25VF016B,
+ .model_id = 0x41,
.total_size = 2048,
.page_size ... | intermsofthewhole/libreboot | resources/flashrom/patch/lenovobios_sst.diff | diff | mit | 759 |
Copyright (C) 2014, 2015, 2016 Leah Rowe <info@minifree.org>
Copyright (C) 2015 Klemens Nanni <contact@autoboot.org>
| intermsofthewhole/libreboot | resources/grub/config/AUTHORS | none | mit | 117 |
set prefix=(memdisk)/boot/grub
insmod nativedisk
insmod ehci
insmod ohci
insmod uhci
insmod usb
insmod usbms
insmod usbserial_pl2303
insmod usbserial_ftdi
insmod usbserial_usbdebug
# Serial and keyboard configuration, very important.
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
terminal_input --append... | intermsofthewhole/libreboot | resources/grub/config/extra/common.cfg | INI | mit | 649 |
intermsofthewhole/libreboot | resources/grub/config/extra/txtmode.cfg | INI | mit | 1 | |
insmod png
background_image (cbfsdisk)/background.png
loadfont (memdisk)/dejavusansmono.pf2
| intermsofthewhole/libreboot | resources/grub/config/extra/vesafb.cfg | INI | mit | 94 |
set prefix=(memdisk)/boot/grub
set root='cbfsdisk'
source (cbfsdisk)/grub.cfg
| intermsofthewhole/libreboot | resources/grub/config/grub_memdisk.cfg | INI | mit | 79 |
function try_user_config {
set root="${1}"
for dir in boot grub grub2 boot/grub boot/grub2; do
for name in libreboot_ autoboot_ librecore_ coreboot_ ''; do
if [ -f /"${dir}"/"${name}"grub.cfg ]; then
unset superusers
configfile /"${dir}"/"${name}"grub.cfg
fi
done
done
}
function search_... | intermsofthewhole/libreboot | resources/grub/config/menuentries/common.cfg | INI | mit | 3,878 |
menuentry 'Load MemTest86+ [m]' --hotkey='m' {
set root='memdisk'
linux16 /memtest.bin
}
| intermsofthewhole/libreboot | resources/grub/config/menuentries/txtmode.cfg | INI | mit | 92 |
intermsofthewhole/libreboot | resources/grub/config/menuentries/vesafb.cfg | INI | mit | 1 | |
abysta at yandex.ru
Adrian Schroeter
Aleksey Chalabyan
Andrey Valentinovich Panov
Ben Laenen
Besarion Gugushvili
Bhikkhu Pesala
Clayborne Arevalo
Dafydd Harries
Danilo Segan
Davide Viti
David Jez
David Lawrence Ramsey
Denis Jacquerye
Dwayne Bailey
Eugeniy Meshcheryakov
Gee Fung Sit
Heikki Lindroos
James Cloos
James Cri... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/AUTHORS | none | mit | 848 |
See http://dejavu.sourceforge.net/wiki/index.php/Bugs
$Id: BUGS 80 2004-11-13 13:12:02Z src $
| intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/BUGS | none | mit | 95 |
Changes from 2.33 to 2.34
* Sans, SansMono, Serif: unlinked references of U+2596 for bug 50848
(by Denis Jacquerye)
* Sans, SansMono, Serif: added U+A7AA (by Denis Jacquerye)
* Sans, SansMono, Serif: added U+2A6A, U+2A6B, U+2E1F based on U+223B
(by Denis Jacquerye)
* Sans, Serif: removed superfluous ligature defini... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/NEWS | none | mit | 72,646 |
DejaVu fonts 2.34 (c)2004-2013 DejaVu fonts team
------------------------------------------------
The DejaVu fonts are a font family based on the Bitstream Vera Fonts
(http://gnome.org/fonts/). Its purpose is to provide a wider range of
characters (see status.txt for more information) while maintaining the
original lo... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/README | none | mit | 2,314 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
Disable hinting manually at smaller sizes (< 8ppem)
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
derived from Ver... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/fontconfig/20-unhint-small-dejavu-sans-mono.conf | INI | mit | 866 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf
Disable hinting manually at smaller sizes (< 8ppem)
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
derived from Vera.
... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/fontconfig/20-unhint-small-dejavu-sans.conf | INI | mit | 856 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
Disable hinting manually at smaller sizes (< 8ppem)
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
derived from Vera.
... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/fontconfig/20-unhint-small-dejavu-serif.conf | INI | mit | 858 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!-- /etc/fonts/conf.d/57-dejavu-sans-mono.conf
Define aliasing and other fontconfig settings for
DejaVu Sans Mono.
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
-->
<fontconfig>
<!-- Font substitution r... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/fontconfig/57-dejavu-sans-mono.conf | INI | mit | 1,509 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!-- /etc/fonts/conf.d/57-dejavu-sans.conf
Define aliasing and other fontconfig settings for
DejaVu Sans.
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
-->
<fontconfig>
<!-- Font substitution rules -->
... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/fontconfig/57-dejavu-sans.conf | INI | mit | 2,011 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!-- /etc/fonts/conf.d/57-dejavu-serif.conf
Define aliasing and other fontconfig settings for
DejaVu Serif.
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
-->
<fontconfig>
<!-- Font substitution rules -->... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/fontconfig/57-dejavu-serif.conf | INI | mit | 1,649 |
This is the language coverage file for DejaVu fonts
($Id: langcover.txt 2538 2013-08-25 16:02:56Z moyogo $)
Sans Serif Sans Mono
aa Afar 100% (62/62) 100% (62/62) 100% (62/62)
... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/langcover.txt | Text | mit | 25,945 |
This is the status file for DejaVu fonts
($Id: status.txt 2475 2011-02-27 14:51:17Z ben_laenen $)
original = present in original Bitstream Vera 1.10
<version> = added in DejaVu fonts <version>
U+0020 space original
U+0021 exclam original
U+0022 quotedbl original
U+0023 numbers... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/status.txt | Text | mit | 1,444,165 |
the others included in this version were deleted since they weren't needed and were just taking up space.
You can get full archive at http://dejavu-fonts.org/wiki/Download
| intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/ttf/README | none | mit | 172 |
This is the Unicode coverage file for DejaVu fonts
($Id: unicover.txt 2538 2013-08-25 16:02:56Z moyogo $)
Control and similar characters are discounted from totals.
Sans Serif Sans Mono
U+0000 Basic Latin ... | intermsofthewhole/libreboot | resources/grub/font/dejavu-fonts-ttf-2.34/unicover.txt | Text | mit | 23,444 |
From 721f09ef24e1879667ac3469c17774450602b29e Mon Sep 17 00:00:00 2001
From: Leah Rowe <info@minifree.org>
Date: Sat, 14 Feb 2015 01:24:23 +0000
Subject: [PATCH 01/10] grub-core/normal/main.c: Display "FREE AS IN FREEDOM",
not version
---
grub-core/normal/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
... | intermsofthewhole/libreboot | resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch | patch | mit | 765 |
From 04e079fed3b275b8ba2081c7fbf9acd853ce055b Mon Sep 17 00:00:00 2001
From: John Lane <john@lane.uk.net>
Date: Tue, 23 Jun 2015 11:16:30 +0100
Subject: [PATCH 02/10] Cryptomount support LUKS detached header
---
grub-core/disk/cryptodisk.c | 22 ++++++++++++++++++----
grub-core/disk/geli.c | 7 +++++--
grub-co... | intermsofthewhole/libreboot | resources/grub/patch/grub.johnlane.ie/0001-Cryptomount-support-LUKS-detached-header.patch | patch | mit | 7,703 |
From 3b7ef4a5fd57b042201fbefb92a217070b944d67 Mon Sep 17 00:00:00 2001
From: John Lane <john@lane.uk.net>
Date: Fri, 26 Jun 2015 13:37:10 +0100
Subject: [PATCH 03/10] Cryptomount support key files
---
grub-core/disk/cryptodisk.c | 46 ++++++++++++++++++++++++++++++++++++++++++++-
grub-core/disk/geli.c | 4 +++-... | intermsofthewhole/libreboot | resources/grub/patch/grub.johnlane.ie/0002-Cryptomount-support-key-files.patch | patch | mit | 7,855 |
From f39e8ee5696f15860c73b07e652a8b59fcc834c7 Mon Sep 17 00:00:00 2001
From: John Lane <john@lane.uk.net>
Date: Fri, 26 Jun 2015 13:49:58 +0100
Subject: [PATCH 04/10] Cryptomount luks allow multiple passphrase attempts
---
grub-core/disk/luks.c | 278 ++++++++++++++++++++++++++------------------------
1 file changed,... | intermsofthewhole/libreboot | resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch | patch | mit | 11,804 |
From 632155a6e8923cdd5c1d4e23576cfadcb78ee67b Mon Sep 17 00:00:00 2001
From: John Lane <john@lane.uk.net>
Date: Fri, 26 Jun 2015 22:09:52 +0100
Subject: [PATCH 05/10] Cryptomount support plain dm-crypt
---
grub-core/disk/cryptodisk.c | 298 +++++++++++++++++++++++++++++++++++++++++++-
grub-core/disk/luks.c | 19... | intermsofthewhole/libreboot | resources/grub/patch/grub.johnlane.ie/0004-Cryptomount-support-plain-dm-crypt.patch | patch | mit | 21,777 |
From 047a5b323de2a0c45a6fe2b6854106830da5f3ae Mon Sep 17 00:00:00 2001
From: John Lane <john@lane.uk.net>
Date: Fri, 26 Jun 2015 22:48:03 +0100
Subject: [PATCH 06/10] Cryptomount support for hyphens in UUID
---
grub-core/disk/cryptodisk.c | 20 +++++++++++++++++---
grub-core/disk/luks.c | 26 ++++++++-----------... | intermsofthewhole/libreboot | resources/grub/patch/grub.johnlane.ie/0005-Cryptomount-support-for-hyphens-in-UUID.patch | patch | mit | 4,155 |
From fd72a029d64e0ee9552e4433387ee01f3cb05592 Mon Sep 17 00:00:00 2001
From: Klemens Nanni <contact@autoboot.org>
Date: Tue, 15 Sep 2015 16:00:03 +0200
Subject: [PATCH 07/10] grub-core/disk/cryptodisk.c: Point to const char
---
grub-core/disk/cryptodisk.c | 2 +-
include/grub/cryptodisk.h | 2 +-
2 files changed, 2... | intermsofthewhole/libreboot | resources/grub/patch/grub.johnlane.ie/0006-grub-core-disk-cryptodisk.c-Point-to-const-char.patch | patch | mit | 1,261 |
From 8dde1d7be2dd321a375570b7ff7e22bb01293044 Mon Sep 17 00:00:00 2001
From: Alexander Couzens <lynxis@fe80.eu>
Date: Fri, 4 Dec 2015 17:10:42 +0100
Subject: [PATCH 08/10] mkstandalone: add argument --fixed-time to override
mtime of files
mkstandalone adds several files to an archive. Doing this it uses the
mtime to ... | intermsofthewhole/libreboot | resources/grub/patch/reproducible/0001-mkstandalone-add-argument-fixed-time-to-override-mti.patch | patch | mit | 2,396 |
From 0f1e1a29d4d019e7b2b1a3ac3db7ca22c75e8d88 Mon Sep 17 00:00:00 2001
From: Alexander Couzens <lynxis@fe80.eu>
Date: Fri, 4 Dec 2015 17:10:43 +0100
Subject: [PATCH 09/10] mkrescue: add argument --fixed-time to get reproducible
uuids
The uuid generation is based on the time.
---
util/grub-mkrescue.c | 15 +++++++++++... | intermsofthewhole/libreboot | resources/grub/patch/reproducible/0002-mkrescue-add-argument-fixed-time-to-get-reproducible.patch | patch | mit | 2,179 |
From 57174ed960905be4f9c229bbf3913b25745dbfd9 Mon Sep 17 00:00:00 2001
From: Alexander Couzens <lynxis@fe80.eu>
Date: Fri, 4 Dec 2015 17:10:44 +0100
Subject: [PATCH 10/10] Makefile: use FIXED_TIMESTAMP for mkstandalone if set
mkstandalone sets timestamps for files which can be overriden by a fixed_timestamp.
This make... | intermsofthewhole/libreboot | resources/grub/patch/reproducible/0003-Makefile-use-FIXED_TIMESTAMP-for-mkstandalone-if-set.patch | patch | mit | 2,066 |
0x00000000:0x00000fff descriptor
0x00001000:0x00002fff gbe
0x00003000:0x00ffffff bios
| intermsofthewhole/libreboot | resources/layouts/generic/cantiga-16mb.layout | layout | mit | 87 |
0x00000000:0x00000fff descriptor
0x00001000:0x00002fff gbe
0x00003000:0x003fffff bios
| intermsofthewhole/libreboot | resources/layouts/generic/cantiga-4mb.layout | layout | mit | 87 |
0x00000000:0x00000fff descriptor
0x00001000:0x00002fff gbe
0x00003000:0x007fffff bios
| intermsofthewhole/libreboot | resources/layouts/generic/cantiga-8mb.layout | layout | mit | 87 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/d510mo/architecture | none | mit | 5 |
2a3434757ef425dbdfedf1fc69e1a033a6e7310d
| intermsofthewhole/libreboot | resources/libreboot/config/grub/d510mo/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/d510mo/config | none | mit | 16,595 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/d510mo/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/ga-g41m-es2l/architecture | none | mit | 5 |
55a54f662e2e793306dc7003afbcb82b49db0a8c
| intermsofthewhole/libreboot | resources/libreboot/config/grub/ga-g41m-es2l/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/ga-g41m-es2l/config | none | mit | 17,419 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/ga-g41m-es2l/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/kcma-d8/architecture | none | mit | 5 |
eee0e229764e965996479d7eb07e6086176b8bf0
| intermsofthewhole/libreboot | resources/libreboot/config/grub/kcma-d8/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/kcma-d8/config | none | mit | 19,062 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/kcma-d8/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/kgpe-d16/architecture | none | mit | 5 |
eee0e229764e965996479d7eb07e6086176b8bf0
| intermsofthewhole/libreboot | resources/libreboot/config/grub/kgpe-d16/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/kgpe-d16/config | none | mit | 19,055 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/kgpe-d16/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/macbook21/architecture | none | mit | 5 |
2a3434757ef425dbdfedf1fc69e1a033a6e7310d
| intermsofthewhole/libreboot | resources/libreboot/config/grub/macbook21/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=" MB21.88Z.00A5.B07.0706270922"
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
... | intermsofthewhole/libreboot | resources/libreboot/config/grub/macbook21/config | none | mit | 16,548 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/macbook21/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/qemu_i440fx_piix4/architecture | none | mit | 5 |
2a3434757ef425dbdfedf1fc69e1a033a6e7310d
| intermsofthewhole/libreboot | resources/libreboot/config/grub/qemu_i440fx_piix4/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/qemu_i440fx_piix4/config | none | mit | 15,936 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/qemu_i440fx_piix4/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/qemu_q35_ich9/architecture | none | mit | 5 |
2a3434757ef425dbdfedf1fc69e1a033a6e7310d
| intermsofthewhole/libreboot | resources/libreboot/config/grub/qemu_q35_ich9/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/qemu_q35_ich9/config | none | mit | 15,975 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/qemu_q35_ich9/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_16mb/architecture | none | mit | 5 |
d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_16mb/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_16mb/config | none | mit | 17,466 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_16mb/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_4mb/architecture | none | mit | 5 |
d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_4mb/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_4mb/config | none | mit | 17,464 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_4mb/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_8mb/architecture | none | mit | 5 |
d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_8mb/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_8mb/config | none | mit | 17,464 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/r400_8mb/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_16mb/architecture | none | mit | 5 |
d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_16mb/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_16mb/config | none | mit | 17,466 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_16mb/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_4mb/architecture | none | mit | 5 |
d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_4mb/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_4mb/config | none | mit | 17,464 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_4mb/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_8mb/architecture | none | mit | 5 |
d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_8mb/cbrevision | none | mit | 41 |
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_CBFS_PREFIX="fallback"
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CON... | intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_8mb/config | none | mit | 17,464 |
d187cd3fc792f8bcefbee4587c83eafbd08441fc
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t400_8mb/vbootrevision | none | mit | 41 |
i386
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t500_16mb/architecture | none | mit | 5 |
d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4
| intermsofthewhole/libreboot | resources/libreboot/config/grub/t500_16mb/cbrevision | none | mit | 41 |