summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag flashrom 0.9.5.2flashrom-0.9.5.2hailfinger2012-03-080-0/+0
* Increase flashrom release number to 0.9.5.2hailfinger2012-03-081-1/+1
* Prevent submission of empty read requests in linux_spi.mkarcher2012-03-061-2/+14
* linux_spi.c: set SPI mode, bit order and bits per word on init.stefanct2012-03-031-3/+19
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPIhailfinger2012-03-015-4/+12
* nicintel_spi.c: check if write enable is really set (and minor comment changes).stefanct2012-02-271-3/+14
* Increase flashrom release number to 0.9.5.1hailfinger2012-02-251-1/+1
* Support Debian/kFreeBSDhailfinger2012-02-254-7/+14
* SFDP: Fetch parameter table in a more portable wayhailfinger2012-02-241-7/+16
* Fix SFDP probing.stefanct2012-02-221-26/+39
* Increase flashrom release number to 0.9.5hailfinger2012-02-181-1/+1
* Add a bunch of new/tested stuff and various small changes 11stefanct2012-02-173-1/+4
* Add board enable for ASUS OPLX-M.stefanct2012-02-172-0/+3
* Add support for SFDP (JESD216).stefanct2012-02-179-12/+467
* Add a bunch of new/tested stuff and various small changes 10stefanct2012-02-168-29/+57
* Document and enable the linux_spi driverhailfinger2012-02-163-9/+34
* Manpage improvements.stefanct2012-02-161-34/+77
* Reenable forced readhailfinger2012-02-161-4/+19
* Workaround missing %hhx support in MinGW sscanfhailfinger2012-02-161-2/+12
* ichspi.c: warn user and disable writes when a protected address range is dete...stefanct2012-02-162-25/+89
* Warn of one-time programmable (OTP) memorystefanct2012-02-154-28/+62
* Support compilation for the ARM architecture (little-endian only).hailfinger2012-02-135-3/+31
* Board enable for TriGem Anaheim-3mkarcher2012-02-122-0/+3
* SPI command black-/ignorelisting for the flash chip emulator in the dummy pro...hailfinger2012-02-082-3/+111
* Add support for RDC R6030 chipsetstefanct2012-02-072-0/+28
* print*.c: Refine the do not count nor print generic flash chip entries condit...stefanct2012-02-032-9/+16
* Add board enable for the MSC Q7 Tunnel Creek boardstefanct2012-01-312-0/+15
* Add board enable for AOpen i945GMx-VFX (used in FCS ESPRIMO Q5010)stefanct2012-01-192-0/+12
* Reorder list of options to testhailfinger2012-01-121-1/+1
* Postpone layout file readinghailfinger2012-01-111-6/+12
* Replace --mainboard with -p internal:mainboardhailfinger2012-01-049-67/+62
* Add deferred --image processingstefanct2011-12-253-20/+78
* layout: change return type and name of find_next_included_romentrystefanct2011-12-251-16/+17
* Add ich_descriptor_tool to decode all flash descriptors stored in a flash dum...stefanct2011-12-246-2/+1135
* Fix programmer-centric probe (patch v2)mkarcher2011-12-221-2/+3
* ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-hhailfinger2011-12-201-0/+4
* Speed up dediprog SPI page writeshailfinger2011-12-201-6/+170
* Cross-compilation fixeshailfinger2011-12-202-25/+100
* Have all programmer init functions register bus masters/programmershailfinger2011-12-2014-251/+217
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-1842-541/+727
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-1429-269/+301
* Update URLs in print.chailfinger2011-12-081-72/+72
* Add a bunch of new/tested stuff and various small changes 9stefanct2011-12-022-5/+18
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-2322-143/+150
* Add board enable for ASUS A7N8X-VM/400stefanct2011-11-192-0/+11
* Add board enable for ASRock ConRoeXFire-eSATA2stefanct2011-11-162-0/+2
* Add board enable for ASUS P4GV-LA (Guppy)stefanct2011-11-152-0/+2
* board_enable.c: Make it8712f_gpio_set genericstefanct2011-11-142-31/+81
* Create a directory for documentation filesstefanct2011-11-132-0/+18
* ichspi: fix ich_init_opcodes() calls in ich_init_spi()stefanct2011-11-131-2/+2