Created
June 24, 2018 03:45
-
-
Save znedw/48dc5a9b531500d68bef8d58b9b1bcd6 to your computer and use it in GitHub Desktop.
coreboot x200
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd coreboot | |
git pull --rebase | |
git submodule update --init --checkout | |
make clean && make | |
cd util/nvramtool && make | |
cd ../../../ | |
./coreboot/util/nvramtool/nvramtool -C coreboot/build/coreboot.rom -y coreboot/src/mainboard/lenovo/x200/cmos.layout -D coreboot/src/mainboard/lenovo/x200/cmos.layout -w gfx_uma_size=256M | |
dd if=ich9fdgbe_8m.bin of=coreboot/build/coreboot.rom bs=1 count=12k conv=notrunc | |
cp coreboot/build/coreboot.rom coreboot.final.rom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment