schimbat structura
Signed-off-by: hellisabove <robertnedela15@gmail.com>
This commit is contained in:
@@ -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
|
||||||
Binary file not shown.
Binary file not shown.
+6
-2
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user