-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coreboot configs: unify turning CONFIG_USBDEBUG off
sed -i '$a CONFIG_USBDEBUG=n' config/coreboot-*.config grep -R CONFIG_COREBOOT_VERSION boards/ | awk -F "/" {'print $2'} | while read board; do if ! sudo make BOARD=$board coreboot.save_in_oldconfig_format_in_place > /dev/null 2>&1; then echo $board failed;fi; done Note: Boards that are unmaintained accumulates settings addition per the sed call. Why deactivate: - Well, this is equivalent of cbmem -c which gives way too much information from attacker. TODO: add an helper later on so that builds aimed at testing coreboot version bump pass to release mode or something. As of this commit, we accept that bricks might happen and that troubleshooting will be made in a case basis?! Signed-off-by: Thierry Laurion <insurgo@riseup.net>
- Loading branch information
Showing
28 changed files
with
28 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -702,3 +702,4 @@ CONFIG_HAVE_BOOTBLOCK=y | |
CONFIG_HAVE_ROMSTAGE=y | ||
CONFIG_HAVE_RAMSTAGE=y | ||
CONFIG_USBDEBUG=y | ||
CONFIG_USBDEBUG=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -696,3 +696,4 @@ CONFIG_HAVE_BOOTBLOCK=y | |
CONFIG_HAVE_ROMSTAGE=y | ||
CONFIG_HAVE_RAMSTAGE=y | ||
CONFIG_USBDEBUG=y | ||
CONFIG_USBDEBUG=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -663,3 +663,4 @@ CONFIG_HAVE_BOOTBLOCK=y | |
CONFIG_HAVE_ROMSTAGE=y | ||
CONFIG_HAVE_RAMSTAGE=y | ||
CONFIG_USBDEBUG=y | ||
CONFIG_USBDEBUG=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -682,3 +682,4 @@ CONFIG_HAVE_BOOTBLOCK=y | |
CONFIG_HAVE_ROMSTAGE=y | ||
CONFIG_HAVE_RAMSTAGE=y | ||
CONFIG_USBDEBUG=y | ||
CONFIG_USBDEBUG=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -692,3 +692,4 @@ CONFIG_HAVE_BOOTBLOCK=y | |
CONFIG_HAVE_ROMSTAGE=y | ||
CONFIG_HAVE_RAMSTAGE=y | ||
CONFIG_USBDEBUG=y | ||
CONFIG_USBDEBUG=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -728,3 +728,4 @@ CONFIG_HAVE_BOOTBLOCK=y | |
CONFIG_HAVE_ROMSTAGE=y | ||
CONFIG_HAVE_RAMSTAGE=y | ||
CONFIG_USBDEBUG=y | ||
CONFIG_USBDEBUG=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -729,3 +729,4 @@ CONFIG_HAVE_BOOTBLOCK=y | |
CONFIG_HAVE_ROMSTAGE=y | ||
CONFIG_HAVE_RAMSTAGE=y | ||
CONFIG_USBDEBUG=y | ||
CONFIG_USBDEBUG=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -729,3 +729,4 @@ CONFIG_HAVE_BOOTBLOCK=y | |
CONFIG_HAVE_ROMSTAGE=y | ||
CONFIG_HAVE_RAMSTAGE=y | ||
CONFIG_USBDEBUG=y | ||
CONFIG_USBDEBUG=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.