coreboot-kgpe-d16/util/coreboot-configurator
Elyes Haouas 06b331b4fe util/coreboot-configurator: Don't use old style function definition
Use "int foo(void)" instead of old-style "int foo()".

Change-Id: I19869ce2f47b543af4552ea23ce1fd1beea2f892
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77497
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-08-28 17:07:59 +00:00
..
contrib util/coreboot-configurator: Add RPM spec file 2022-09-22 15:13:07 +00:00
images
src util/coreboot-configurator: Don't use old style function definition 2023-08-28 17:07:59 +00:00
README.md util/coreboot-configurator: Update the README 2022-10-07 22:06:06 +00:00
meson.build
meson_options.txt

README.md

coreboot-configurator alt text

A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility.

coreboot-configurator

How to install

Ubuntu, Linux Mint, elementary OS, Zorin OS and other derivates

Install
sudo add-apt-repository ppa:starlabs/coreboot
sudo apt update
sudo apt install coreboot-configurator
Uninstall
sudo apt purge coreboot-configurator

Debian 11 / MX Linux 19

Install
cd /tmp
wget https://github.com/StarLabsLtd/packages/raw/main/Debian/11/coreboot-configurator_9%2Bf_all.deb \
	https://github.com/StarLabsLtd/packages/raw/main/Debian/11/nvramtool_1_all.deb
sudo dpkg -i *.deb
sudo apt -f install
Uninstall
sudo apt purge coreboot-configurator

Manjaro

Install
sudo pamac install coreboot-configurator
Uninstall
sudo pamac remove coreboot-configurator

Other Distributions

Install
git clone https://github.com/StarLabsLtd/coreboot-configurator.git
cd coreboot-configurator
meson build
ninja -C build install
Uninstall
sudo ninja -C uninstall

Advanced Mode

Enabling advanced mode will all you to see all settings contained inside coreboot. Tread carefully :)

Copying or Reusing

Included scripts are free software licensed under the terms of the GNU General Public License, version 2.

© Star Labs® / All Rights Reserved.

Any issues or questions, please contact us at support@starlabs.systems

View our full range of Linux laptops at: https://starlabs.systems