Revamp cbmem.py to use the coreboot tables.
[coreboot.git] / util / acpi / acpidump-all
index fe10e9d1e6cfee5604fc07ebffc7ed1a4c445c97..8550e5b94bdaaf313eb4094d766b3a80a5589972 100755 (executable)
 
 rm -rf out
 mkdir out
+
 # walk through all ACPI tables with their addresses
-# example: 
+# example:
 #    RSDT @ 0xcf6794ba
-# we can not just dump the tables by their names because some 
+# we can not just dump the tables by their names because some
 # machines have double ACPI tables
 
 acpidump | grep "@ 0x" | while read line