soc/intel/xeon_sp: Align resources to 4K
[coreboot2.git] / util / coreboot-configurator / README.md
blobcbfe8b78a09b3d4df0343bae093358275e0fdebd
1 # coreboot-configurator ![alt text](images/StarLabs_Logo.png "Star Labs Systems")
3 A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility.
5 ![coreboot-configurator](images/coreboot-configurator.gif)
6 # How to install
7 ## Ubuntu, Linux Mint, elementary OS, Zorin OS and other derivates
8 ##### Install
9 ```
10 sudo add-apt-repository ppa:starlabs/coreboot
11 sudo apt update
12 sudo apt install coreboot-configurator
13 ```
14 ##### Uninstall
15 ```
16 sudo apt purge coreboot-configurator
17 ```
19 ## Debian 11 / MX Linux 19
20 ##### Install
21 ```
22 cd /tmp
23 wget https://github.com/StarLabsLtd/packages/raw/main/Debian/11/coreboot-configurator_9%2Bf_all.deb \
24         https://github.com/StarLabsLtd/packages/raw/main/Debian/11/nvramtool_1_all.deb
25 sudo dpkg -i *.deb
26 sudo apt -f install
27 ```
29 ##### Uninstall
30 ```
31 sudo apt purge coreboot-configurator
32 ```
34 ## Manjaro
35 ##### Install
36 ```
37 sudo pamac install coreboot-configurator
38 ```
39 ##### Uninstall
40 ```
41 sudo pamac remove coreboot-configurator
42 ```
44 ## Other Distributions
45 ##### Install
46 ```
47 git clone https://github.com/StarLabsLtd/coreboot-configurator.git
48 cd coreboot-configurator
49 meson build
50 ninja -C build install
51 ```
52 ##### Uninstall
53 ```
54 sudo ninja -C uninstall
55 ```
57 # Advanced Mode
58 Enabling advanced mode will all you to see all settings contained inside coreboot. Tread carefully :)
60 ## Copying or Reusing
61 Included scripts are free software licensed under the terms of the [GNU General Public License, version 2](https://www.gnu.org/licenses/gpl-2.0.txt).
63 # [© Star Labs® / All Rights Reserved.](https://starlabs.systems)
64 Any issues or questions, please contact us at [support@starlabs.systems](mailto:supportstarlabs.systems)
66 View our full range of Linux laptops at: [https://starlabs.systems](https://starlabs.systems)