diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 11:53:21 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 11:53:21 (EST) |
commit | 84d26747a98b44efa749de5d2614fa5e7f720fb1 (patch) | |
tree | fae564591133f0358312f181302904ec23f70763 | |
parent | 4d212fbca6255a089cfdf3567cd2d572f2747cc5 (diff) | |
download | libreboot-84d26747a98b44efa749de5d2614fa5e7f720fb1.zip libreboot-84d26747a98b44efa749de5d2614fa5e7f720fb1.tar.gz libreboot-84d26747a98b44efa749de5d2614fa5e7f720fb1.tar.bz2 |
ich9deblob: links to datasheet in gbe/gbe.h
-rw-r--r-- | resources/utilities/ich9deblob/src/gbe/gbe.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index 2770007..fdf855d 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -29,6 +29,14 @@ * bit fields used, corresponding to datasheet. See links to datasheets * and documentation in ich9deblob.c */ + + /* + * See docs/hcl/x200_remove_me.html for info plus links to datasheet (also linked below) + * + * Info about Gbe region (read whole datasheet): + * http://www.intel.co.uk/content/dam/doc/application-note/i-o-controller-hub-9m-82567lf-lm-v-nvm-map-appl-note.pdf + * https://communities.intel.com/community/wired/blog/2010/10/14/how-to-basic-eeprom-checksums + */ #ifndef GBESTRUCT_H #define GBESTRUCT_H |