schimbat structura

Signed-off-by: hellisabove <robertnedela15@gmail.com>
This commit is contained in:
hellisabove
2026-01-30 01:45:33 +02:00
parent 26567341d2
commit aa181d2864
6 changed files with 16 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
CONFIG_VENDOR_LENOVO=y
CONFIG_IFD_BIN_PATH="/home/nedi/coreboot-stuff/ifd.bin"
CONFIG_ME_BIN_PATH="/home/nedi/coreboot-stuff/me_deguard.bin"
CONFIG_GBE_BIN_PATH="/home/nedi/coreboot-stuff/gbe.bin"
CONFIG_HAVE_IFD_BIN=y
CONFIG_BOARD_LENOVO_T480=y
CONFIG_HAVE_ME_BIN=y
CONFIG_HAVE_GBE_BIN=y
CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
CONFIG_DRIVERS_PS2_KEYBOARD=y
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+6 -2
View File
@@ -1,5 +1,9 @@
#!/bin/bash #!/bin/bash
git clone --recursive https://review.coreboot.org/coreboot git clone --recursive https://review.coreboot.org/coreboot
git clone https://review.coreboot.org/deguard
git clone https://github.com/corna/me_cleaner scp pi@nom92home.go.ro:/home/pi/defconfig .
cp defconfig coreboot/.config
make -C coreboot olddefconfig