summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for Intel 82574L to nicintel_spi.c.stefanct2014-03-171-2/+9
* Add board enable for ASUS A7V8X-MX.stefanct2014-03-141-0/+1
* Clean up physmap, fix unaligned mapping problemshailfinger2014-03-054-21/+51
* Add board enable for ASUS P5LD2-VM DH.stefanct2013-11-212-0/+4
* Ensure DMI strings used in dmi_compare() are not NULL.stefanct2013-10-291-3/+7
* Add board enable for abit BF6.stefanct2013-10-262-2/+4
* Refactor Intel Chipset Enables.stefanct2013-10-253-271/+214
* programmer_delay: filter 0 usec delays.stefanct2013-10-211-1/+2
* serial: use internal_delay() for timeouts.stefanct2013-10-191-1/+1
* Refine support for SST25VF family.stefanct2013-10-192-54/+169
* rayer_spi: Fix Xilinx DLC-5 cable.stefanct2013-10-021-0/+20
* rayer_spi: Add pinout for Wiggler LPT.stefanct2013-10-022-1/+12
* rayer_spi: Add pinout for Atmel STK200/300.stefanct2013-10-022-2/+30
* rayer_spi: Add pinout for Altera ByteBlasterMV.stefanct2013-10-022-2/+31
* rayer_spi: Improve support for different pinouts.stefanct2013-10-022-54/+67
* layout: Verify layout entries before building a new image using them.stefanct2013-09-234-8/+52
* sbxxx: Set SPI clock to 16.5 MHz and disable fast reads.stefanct2013-09-151-8/+63
* layout: Add a method to cleanup layout data structures.stefanct2013-09-153-2/+18
* Enable fwh_idsel parameter for C-ICH and ICH2/3/4/5 chipsets.stefanct2013-09-142-13/+23
* Use ich_generation parameter in enable functions prior to ICH7.stefanct2013-09-142-25/+64
* Introduce enable_flash_ich_fwh_decode().stefanct2013-09-141-8/+28
* Remove exit call and mayfail parameter from physmap_common().stefanct2013-09-147-28/+25
* Remove exit call from sys_physmap_*.stefanct2013-09-132-9/+6
* Add debug output to programmer_map_flash_region().stefanct2013-09-131-2/+4
* BSD refinements.stefanct2013-09-124-10/+56
* sbxxx: Add detection for the remaining AMD chipset families.stefanct2013-09-121-27/+110
* Makefile: Warn if user tries to compile for libpayload w/o crossgcc.stefanct2013-09-121-0/+5
* Fix ROM decoding on VIA VT82C596 and VT82C686A/B.stefanct2013-09-121-13/+43
* Enable sector erase function for selected ST M50 chips.stefanct2013-09-122-10/+22
* Add support for ST M50LPW080.stefanct2013-09-122-0/+26
* Cleanup ST M50 driver.stefanct2013-09-126-137/+127
* Add an internal DMI decoder.stefanct2013-09-115-63/+294
* DOS refinements.stefanct2013-09-112-13/+19
* Add board enable for Bcom WinNET P680.stefanct2013-09-102-1/+2
* layout: Rename romlayout_t to romentry_t.stefanct2013-08-301-6/+6
* layout: Rename romimages to num_rom_entries.stefanct2013-08-301-19/+18
* libpayload: Remove file I/O in flashrom.c.stefanct2013-08-301-0/+10
* Add now auto-generated manpage to svn:ignore.stefanct2013-08-290-0/+0
* Automatically add version and date to the manpage.stefanct2013-08-292-6/+10
* Improve getrevision.sh.stefanct2013-08-292-151/+203
* libpayload: By default build libflashrom.a instead of flashrom.stefanct2013-08-281-0/+4
* Add support for AT45CS1282.stefanct2013-08-273-3/+60
* Add support for AT45DB321C.stefanct2013-08-273-6/+81
* Add support for Atmel AT45DB* chips.stefanct2013-08-277-59/+759
* Add support for Fujitsu MBM29LV160BE/TE.stefanct2013-08-252-0/+66
* Makefile: Explain process of handling CONFIG_* variables.stefanct2013-08-251-2/+13
* IT87: Add ability to select between chips on GIGABYTE DualBIOS boards.stefanct2013-08-243-10/+55
* Get rid of sp_die().stefanct2013-08-243-63/+99
* Add additional error handling to pcidev_readbar() callers.stefanct2013-08-2312-2/+36
* Introduce serialport_config().stefanct2013-08-232-46/+60