diff --git a/defconfig b/defconfig new file mode 100644 index 0000000..d9b0488 --- /dev/null +++ b/defconfig @@ -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 diff --git a/gbe.bin b/gbe.bin new file mode 100644 index 0000000..c65db1f Binary files /dev/null and b/gbe.bin differ diff --git a/ifd.bin b/ifd.bin new file mode 100644 index 0000000..f14d86c Binary files /dev/null and b/ifd.bin differ diff --git a/me_deguard.bin b/me_deguard.bin new file mode 100644 index 0000000..32d4e3c Binary files /dev/null and b/me_deguard.bin differ diff --git a/me_donor.bin b/me_donor.bin new file mode 100644 index 0000000..b4a6674 Binary files /dev/null and b/me_donor.bin differ diff --git a/pull-stuff.sh b/pull-stuff.sh index 630b5e5..2e1cde1 100755 --- a/pull-stuff.sh +++ b/pull-stuff.sh @@ -1,5 +1,9 @@ #!/bin/bash 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 +