summaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: added ich9gen utilityFrancis Rowe2014-12-2814-54/+1514
| | | | | This can generate the descriptor+gbe images from scratch, without the need for a factory.bin dump.
* ich9deblob: gbe.h: rename reservedWord05h imageVersionInformationFrancis Rowe2014-12-261-1/+1
|
* ich9deblob: fill padding in Gbe with 0xFFFrancis Rowe2014-12-262-2/+21
| | | | | | Words 40h to 53h had unknown data that could not be fonud in the datasheets. Setting them to 0xFFFF doesn't seem to cause any issues for users.
* ich9deblob: gbe struct: words 30-3E (PXE Software Region)Francis Rowe2014-12-261-2/+92
|
* ich9deblob: link to datasheet in descriptor/descriptor.hFrancis Rowe2014-12-261-0/+7
|
* ich9deblob: links to datasheet in gbe/gbe.hFrancis Rowe2014-12-261-0/+8
|
* ich9deblob: gbe struct: info about reserved words 24 to 2FFrancis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about word 21 (82567V Device ID)Francis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about reserved words 20,22,23Francis Rowe2014-12-261-3/+3
|
* ich9deblob: gbe struct: info about word 1F (82567LF Device ID)Francis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about word 1E (82567LM Device ID)Francis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about Reserved Word 1DFrancis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about Reserved Word 1CFrancis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about Reserved Word 1BFrancis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about Reserved Word 1AFrancis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about Reserved Word 19hFrancis Rowe2014-12-261-1/+1
|
* ich9deblob: gbe struct: info about word 18 (LEDCTL02)Francis Rowe2014-12-261-3/+30
|
* ich9deblob: gbe struct: info about word 17 (LEDCTL1)Francis Rowe2014-12-261-1/+31
|
* ich9deblob: gbe struct: word 16: extended config control word 3Francis Rowe2014-12-261-1/+4
|
* ich9deblob: gbe struct: word 15: extended config control word 2Francis Rowe2014-12-261-6/+16
|
* ich9deblob: gbe struct: word 14: shared config control word 1Francis Rowe2014-12-261-1/+14
|
* ich9deblob: gbe struct: fix misaligned reserved word 03h bitfieldFrancis Rowe2014-12-261-1/+2
|
* ich9deblob: gbe struct: info for word 13: shared init control wordFrancis Rowe2014-12-261-1/+22
|
* ich9deblob: gbe struct: info about words 11-12 (reserved)Francis Rowe2014-12-251-2/+1
|
* ich9deblob: gbe struct: info about word 10 (lan power consumption)Francis Rowe2014-12-251-1/+10
|
* ich9deblob: gbe struct: rename PCI_INITIALIZATION_CONTROL_WORDFrancis Rowe2014-12-251-2/+3
|
* ich9deblob: gbe struct: info about word 0F: device revision IDFrancis Rowe2014-12-251-1/+1
|
* ich9deblob: gbe struct: info about word 0E (vendor ID)Francis Rowe2014-12-251-0/+10
|
* ich9deblob: gbe struct: info about word 0D (device ID)Francis Rowe2014-12-251-1/+17
|
* ich9deblob: gbe struct: info about word 0C (subsystem vendor id)Francis Rowe2014-12-251-1/+10
|
* ich9deblob: gbe struct: info about word 0B (subsystem ID)Francis Rowe2014-12-251-3/+12
|
* ich9deblob: gbe struct: info about word 0A (pci init control word)Francis Rowe2014-12-251-1/+17
|
* ich9deblob: gbe struct: more info about word 08-09 (pba low/high)Francis Rowe2014-12-251-2/+19
|
* ich9deblob: gbe struct: more info about words 06h and 07hFrancis Rowe2014-12-251-4/+3
|
* ich9deblob: gbe struct: info about word 05hFrancis Rowe2014-12-251-1/+1
|
* ich9deblob: gbe struct: info about word 04hFrancis Rowe2014-12-251-1/+1
|
* ich9deblob: add Word 03H bitfields to gbe structFrancis Rowe2014-12-251-2/+9
|
* ich9deblob: add real variable names to gbe struct membersFrancis Rowe2014-12-251-1/+35
| | | | (based on datasheets)
* ich9deblob: add more info from datasheet to descriptor structFrancis Rowe2014-12-251-2/+2
|
* ich9deblob: fix typoFrancis Rowe2014-12-251-1/+1
|
* ich9deblob: close file if there are errorsFrancis Rowe2014-12-251-0/+3
|
* ich9deblob: forgot to add obj directory. adding now.Francis Rowe2014-12-254-0/+0
|
* ich9deblob: moved src to src/, .o files to obj/Francis Rowe2014-12-2511-15/+17
|
* ich9deblob: add ich9deblob.h for ich9deblob.cFrancis Rowe2014-12-252-7/+38
|
* ich9deblob: clean up includes in the .c filesFrancis Rowe2014-12-258-12/+12
|
* ich9deblob: move x86compatibility.c and .h to /commonFrancis Rowe2014-12-254-15/+15
|
* ich9deblob: rename common/common.c to common/descriptor_gbe.cFrancis Rowe2014-12-254-13/+16
|
* ich9deblob: move 12k descriptor gbe file creation to new fileFrancis Rowe2014-12-254-38/+113
|
* ich9deblob: x86compatibility.c includes the .h file nowFrancis Rowe2014-12-252-2/+4
|
* ich9deblob: fix typo in commentFrancis Rowe2014-12-241-1/+1
|