Initial commit
authorBernhard Urban <lewurm@gmail.com>
Tue, 24 Jan 2012 20:40:44 +0000 (21:40 +0100)
committerBernhard Urban <lewurm@gmail.com>
Tue, 24 Jan 2012 20:40:44 +0000 (21:40 +0100)
2012-01-24_21:28_m5a99xevo.rom [new file with mode: 0644]
Makefile [new file with mode: 0644]

diff --git a/2012-01-24_21:28_m5a99xevo.rom b/2012-01-24_21:28_m5a99xevo.rom
new file mode 100644 (file)
index 0000000..d056594
Binary files /dev/null and b/2012-01-24_21:28_m5a99xevo.rom differ
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..79e809f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+DATE := $(shell date "+%F_%R")
+
+
+.PHONY: all readrom
+
+all: readrom
+
+readrom:
+       sudo flashrom -r $(DATE)_m5a99xevo.rom
+
+writerom:
+       sudo flashrom -w 2012-01-24_21:28_m5a99xevo.rom