verify vendor bios
[cbimages.git] / Makefile
index 6fc8959dda9fe1a0dd26f596838baf8747fb0adc..622764c9bbec54702b0c887700740e406eeb1bc5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ readrom:
        flashrom $(PROGRAMMER) -r $(DATE)_m5a99xevo.rom
 
 writerom:
-       flashrom $(PROGRAMMER) -n -w 2012-01-24_21:28_m5a99xevo.rom
+       flashrom $(PROGRAMMER) -w 2012-01-24_21:28_m5a99xevo.rom
 
 newlog:
        cp ../repo/build/coreboot.rom $(DATE)_rom
@@ -19,4 +19,7 @@ newlog:
        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' ' '`