On Sat, Dec 07, 2013 at 08:01:16PM +0100, Gelip wrote:
root@debian:~# cd /coreboot root@debian:/coreboot# make
[...]
Version: rel-1.7.3-116-gb66456c-dirty-20131207_205816-debian
I'm not sure what branch you were trying to build, but it's not the latest. If you pulled the tree from github, you should have seen something like:
Version: rel-1.7.3-121-g402f9a4-dirty-20131207_153908-morn.localdomain
Try these steps:
cd ~ git clone https://github.com/KevinOConnor/seabios -b testing cd seabios make menuconfig -- select coreboot, serial debug, and debug level 8 make
Then on the coreboot side, via make menuconfig, configure it to use an external payload and point it to ~/seabios/out/bios.bin.elf
-Kevin