summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: remove useless variable in main functionFrancis Rowe2015-01-101-7/+5
|
* ich9deblob: do not change the MAC addressFrancis Rowe2015-01-101-15/+1
| | | | ich9gen can change the MAC address, so there's no need here.
* ich9deblob: re-factor main functionFrancis Rowe2015-01-101-120/+52
|
* ich9deblob/ich9gen: re-factor descriptor deblob functionFrancis Rowe2015-01-102-28/+25
|
* ich9deblob/ich9gen: re-factory gbe deblob functionFrancis Rowe2015-01-101-26/+13
|
* ich9deblob/ich9gen: re-factor descriptor/gbe file creationFrancis Rowe2015-01-101-10/+2
|
* ich9deblob/ich9gen: re-factor the gbe checksum functionFrancis Rowe2015-01-102-29/+8
|
* ich9deblob/ich9gen: get word function: make it actually readableFrancis Rowe2015-01-101-9/+9
|
* ich9deblob/ich9gen: word grab function (gbe): use clear namingFrancis Rowe2015-01-102-3/+3
|
* ich9deblob/ich9gen: checksum word grab: shift, not multiplyFrancis Rowe2015-01-101-1/+1
|
* ich9deblob/ich9gen: use portable data typesFrancis Rowe2015-01-1014-235/+244
| | | | For those integers that need to be a certain byte size.
* ich9delob: link to original utility in headerFrancis Rowe2015-01-051-0/+1
|
* Release date to be determined.Francis Rowe2014-12-312-9/+9
|
* build-release: create small source archive with flashrom/buctsFrancis Rowe2014-12-314-0/+84
| | | | | For building those applications on the hosts that are difficult to cross-compile for.
* ich9macchange: fix incorrect error messageFrancis Rowe2014-12-301-1/+1
|
* ich9macchange: removed bad commandFrancis Rowe2014-12-301-1/+0
|
* .gitignore: add ich9fdgbe_8m.bin and ich9fdgbe_4m.binFrancis Rowe2014-12-302-0/+4
|
* build-release: add more to the list of deleted filesFrancis Rowe2014-12-301-0/+4
|
* build-release: include ich9macchange script in libreboot_binFrancis Rowe2014-12-301-0/+3
|
* ich9macchange: add support for armv7lFrancis Rowe2014-12-301-0/+2
| | | | Tested on BeagleBone Black
* ich9macchange: refactoredFrancis Rowe2014-12-302-37/+23
|
* build-release: include static binaries for ich9gen and ich9deblobFrancis Rowe2014-12-302-0/+10
|
* build-release: include statically (cross) compiled cbfstoolFrancis Rowe2014-12-302-0/+14
|
* build-release: refactoredFrancis Rowe2014-12-301-64/+36
|
* deps-trisquel: add gcc-arm-linux-gnueabiFrancis Rowe2014-12-301-0/+3
| | | | For cross-compiling ARM binaries (utilities).
* Refactored the flashing scriptsFrancis Rowe2014-12-306-225/+98
|
* docs (bbb_setup.html): how to use FTDI debug on Beaglebone BlackFrancis Rowe2014-12-303-0/+13
|
* Documentation: merged X200 flashing instructions with mainFrancis Rowe2014-12-304-45/+27
|
* ich9gen/ich9deblob: set default MAC addressFrancis Rowe2014-12-302-7/+17
|
* ich9deblob/ich9gen: change descriptor OEM string to LIBERATEFrancis Rowe2014-12-292-9/+26
|
* Removed redundant flashchip definitions in flashromFrancis Rowe2014-12-299-379/+371
| | | | | | | | | | | | For X200 owners with one of the Macronix flash chips. There are multiple definitions for almost the same chip, and they are all detected at once. Normally the user has to use the -c argument in flashrom to select a flash chip. With this modification, they can run flashrom without the argument. Deletion of redundant flash chip definitions is now also handled by getflashrom instead of builddeps-flashrom. builddeps-flashrom now only patches for i945 lenovo bios sst/macronix.
* X200: add whitelist to flashromFrancis Rowe2014-12-293-2/+16
| | | | | A future release of flashrom will have this upstreamed. Adding to libreboot temporarily as an external patch.
* 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
|