X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cbimages.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=89015a292fdad1777061b3f45fc19cfddae54686;hp=e2677b990f1bc1b65023de1122c375a32e69610b;hb=08a7bbf033494ca4b6fd1361f7f7ad63827f47f4;hpb=43694cb43cd670fc51e07700e05f53c9342878eb diff --git a/Makefile b/Makefile index e2677b9..89015a2 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,14 @@ writerom: newlog: cp ../repo/build/coreboot.rom $(DATE)_rom + cp ../seabios/out/bios.bin.elf $(DATE).seabios + cp ../seabios/.config $(DATE).seabios.config cp ../repo/.config $(DATE).config stty -F /dev/ttyS0 115200 nl cat /dev/ttyS0 | tee $(DATE).log lastlog: - vim `ls *_log | sort -rn | head -n1` + vim `ls *.log | sort -rn | head -n1` difflog: - vimdiff `ls *_log | sort -rn | head -n2 | tr '\n' ' '` + vimdiff `ls *.log | sort -rn | head -n2 | tr '\n' ' '`