summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob/ich9gen: Host/CPU read/write access to all regions.Francis Rowe2014-12-293-47/+81
| | | | | The ME is also disabled from reading/writing any regions (though the ME is already removed in libreboot).
* ich9gen: hard-coded flash regions shown, but commentedFrancis Rowe2014-12-292-6/+12
|
* ich9gen: show original flReg1.LIMIT, but commented outFrancis Rowe2014-12-292-0/+2
|
* X200: fix uneven backlight at low levelsFrancis Rowe2014-12-292-3/+3
|
* ich9gen: fix ARM. Initialize customMacAddressFrancis Rowe2014-12-291-0/+2
| | | | | Fixes bug where custom MAC address would always be wrong. Tested on a BBB.
* ich9macchange: new script. changes mac address in gbe on x200 romsFrancis Rowe2014-12-292-0/+84
|
* docs (X200): add notes about changing Gbe MAC addressFrancis Rowe2014-12-282-5/+33
|
* ich9gen: fix typoFrancis Rowe2014-12-281-2/+4
|
* ich9gen: when changing Gbe mac address, spit out new mkgbe.cFrancis Rowe2014-12-282-3/+13
|
* ich9gen: make it possible for user to change the Gbe MAC addressFrancis Rowe2014-12-281-1/+53
| | | | Example: ./ich9gen --macaddress AA:BB:CC:DD:EE:FF
* ich9gen: updated some commentsFrancis Rowe2014-12-282-26/+26
|
* ich9deblob: remove useless comment from descriptor deblob functionFrancis Rowe2014-12-281-4/+0
|
* ich9deblob: re-factored the descriptor deblob functionFrancis Rowe2014-12-283-53/+53
|
* ich9deblob: make clean was not deleting ich9gen binary. fix that.Francis Rowe2014-12-281-1/+3
|
* docs (macbook21): update notes about heat / external flashingFrancis Rowe2014-12-281-22/+5
|
* docs (X200): update flashing guideFrancis Rowe2014-12-283-9/+25
|
* Docs: x200_remove_me.html: Add note about default descriptor gbeFrancis Rowe2014-12-281-0/+10
|
* x200 docs: fix incorrect path for ich9genFrancis Rowe2014-12-281-1/+1
|
* build: include descriptor+gbe images inside X200, by defaultFrancis Rowe2014-12-281-0/+16
| | | | | | | Now the X200 images can be flashed as-is. All images have the same MAC address in the Gbe region, so the user is advised to change the MAC address before flashing. However, the images will work and the machine will boot.
* build-release: don't delete DEBLOB script from srcFrancis Rowe2014-12-281-1/+0
| | | | | The file is only useful in git, but it serves as reference to the user what files were deleted from coreboot.
* ich9deblob: added ich9gen utilityFrancis Rowe2014-12-2818-54/+1590
| | | | | 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
|
* docs/hcl/x200.html: Fix incorrect notes about memory on X200SFrancis Rowe2014-12-262-3/+5
|
* build-release, builddeps-ich9deblob, cleandeps: fix ich9deblobFrancis Rowe2014-12-263-6/+9
|
* 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
|