diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 11:53:55 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 11:53:55 (EST) |
commit | e6cde45609eecb4306bc0ac35fed0bbd24191c82 (patch) | |
tree | 8dcca241d206993387a3274e06cc61a71301a293 /resources/utilities | |
parent | 84d26747a98b44efa749de5d2614fa5e7f720fb1 (diff) | |
download | libreboot-e6cde45609eecb4306bc0ac35fed0bbd24191c82.zip libreboot-e6cde45609eecb4306bc0ac35fed0bbd24191c82.tar.gz libreboot-e6cde45609eecb4306bc0ac35fed0bbd24191c82.tar.bz2 |
ich9deblob: link to datasheet in descriptor/descriptor.h
Diffstat (limited to 'resources/utilities')
-rw-r--r-- | resources/utilities/ich9deblob/src/descriptor/descriptor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.h b/resources/utilities/ich9deblob/src/descriptor/descriptor.h index b893811..ecef537 100644 --- a/resources/utilities/ich9deblob/src/descriptor/descriptor.h +++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.h @@ -27,6 +27,13 @@ * 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 flash descriptor (read page 850 onwards): + * http://www.intel.co.uk/content/dam/doc/datasheet/io-controller-hub-9-datasheet.pdf + */ #ifndef DESCRIPTORSTRUCT_H #define DESCRIPTORSTRUCT_H |