aboutsummaryrefslogtreecommitdiffstats
path: root/util/ich_descriptors_tool/TODO
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-12-24 00:00:32 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-12-24 00:00:32 +0000
commitb3850964f6a87f107e7eaae16d75299f32cc6e76 (patch)
tree9af3d08c6dfd14c5ef741db24abcc1507b5f045c /util/ich_descriptors_tool/TODO
parent222bf1013f39808e42479cd2f1cc2687cc59e657 (diff)
downloadflashrom-b3850964f6a87f107e7eaae16d75299f32cc6e76.tar.gz
flashrom-b3850964f6a87f107e7eaae16d75299f32cc6e76.tar.bz2
flashrom-b3850964f6a87f107e7eaae16d75299f32cc6e76.zip
Add ich_descriptor_tool to decode all flash descriptors stored in a flash dump file
This patch adds an external utility that shares most of the existing descriptor decoding source code. Additionally to what is available via FDOC/FDOD this allows to access: - the softstraps which are used to configure the chipset by flash content without the need for BIOS routines. on ICH8 it is possible to read those with FDOC/FDOC too, but this was removed in later chipsets. - the ME VSCC (Vendor Specific Component Capabilities) table. simply put, this is an SPI chip database used to figure out the flash's capabilities. - the MAC address stored in the GbE image. Intel thinks this information should be confidential for ICH9 and up, but references some tidbits in their public documentation. This patch includes the human-readable information for ICH8, Ibex Peak (5 series) and Cougar Point (6 series); the latter two were obtained from leaked "SPI Flash Programming Guides" found by google. Data regarding ICH9 and 10 is unknown to us yet. It can probably found in: "Intel® ICH7, ICH8, ICH9 and ICH10 — SPI Family Flash Programming Guide" Information regarding the upcoming Panther Point chipset is also not included. Corresponding to flashrom svn r1480. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Matthias Wenzel <bios@mazzoo.de>
Diffstat (limited to 'util/ich_descriptors_tool/TODO')
-rw-r--r--util/ich_descriptors_tool/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/ich_descriptors_tool/TODO b/util/ich_descriptors_tool/TODO
new file mode 100644
index 00000000..e1bb843e
--- /dev/null
+++ b/util/ich_descriptors_tool/TODO
@@ -0,0 +1,10 @@
+- reverse the path: assemble a descriptormode image from various
+ blobs (BIOS, GbE, ME, OEM) and a description (xml? custom config?
+ sane defaults and cmd-line switches?)
+- dump 256 OEM bytes
+- deal with the various possible locations of mac address(es?)
+ /* mazzoo said: from what I've seen, the MAC address is the 1st or
+ * 2nd 6 bytes in the GbE region. It seems the PXE-OpROM and/or the
+ * intel EEUPDATE-tool copies the MAC address to the 2nd part.
+ */
+- add descriptions for the missing chipsets