Skip to content

Instantly share code, notes, and snippets.

@znedw
Created June 24, 2018 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save znedw/48dc5a9b531500d68bef8d58b9b1bcd6 to your computer and use it in GitHub Desktop.
Save znedw/48dc5a9b531500d68bef8d58b9b1bcd6 to your computer and use it in GitHub Desktop.
coreboot x200
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