flashrom: Board enable support for HP DL145 G3.
[coreboot.git] / util / flashrom /
2009-03-30 Mondrian Nuessleflashrom: Board enable support for HP DL145 G3.
2009-03-19 Carl-Daniel HailfingerMove the Atmel AT45 comments about block and page sizes...
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2009-03-06 Carl-Daniel HailfingerFreeBSD definitions of (read|write)[bwl] collide with...
2009-03-06 Carl-Daniel HailfingerDuring the conversion of flash chip accesses to helper...
2009-03-05 Carl-Daniel Hailfingerflashrom: Use helper functions to access flash chips.
2009-02-25 Zheng Baoflashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ
2009-02-22 Peter Stugeflashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITE
2009-02-09 Peter Stugeflashrom: Fix broken flash chip base address logic
2009-02-02 Peter Stugeflashrom: MSI MS-7046 board enable
2009-02-01 Rudolf Marek Following patch fixes VIA SPI (VT8237S). It needs...
2009-01-28 Carl-Daniel HailfingerFactor out read and erase functions from flashrom main().
2009-01-26 Peter Stugeflashrom: Add VT8237A PCI ID
2009-01-26 Peter Stugeflashrom: Fix one dead increment and one dead assignmen...
2009-01-26 Peter Stugeflashrom: Driver for ST M29F002T/NT/B. T/NT TEST_OK_...
2009-01-26 Peter Stugeflashrom: Fix copypaste error in r3913.
2009-01-26 Peter Stugeflashrom: SST25VF040B using 0x90 identification and...
2009-01-26 Peter Stugeflashrom: Decode SST25VF040B status register, also...
2009-01-26 Peter Stugeflashrom: Intel Desktop Board D201GLY
2009-01-26 Peter Stugeflashrom: Winbond SuperIO SPI driver.
2009-01-26 Peter Stugeflashrom: Export Winbond SuperIO register access functi...
2009-01-26 Peter Stugeflashrom: Document exit() codes introduced in r3907.
2009-01-26 Peter Stugeflashrom: exit(2) on /dev/mem open() failure and exit...
2009-01-26 Peter Stugeflashrom: Add license header to physmap.c so everyone...
2009-01-26 Stefan Reinauerflashrom: Darwin / Mac OS X
2009-01-26 Peter Stugeflashrom: Small cleanup in Makefile.
2009-01-26 Stefan Reinauerflashrom: Abstract mmap() in physmap.c and only open...
2009-01-26 Peter Stugeflashrom: Change flashrom.c:map_flash_registers() from...
2009-01-26 Peter Stugeflashrom: Forgot some things in r3899.
2009-01-26 Peter Stugeflashrom: Little readability improvement in cbtable...
2009-01-26 Stefan Reinauerflashrom: Change FreeBSD #ifdef into #if defined()
2009-01-25 Peter Stugeflashrom: Make Makefile a bit more portable. Shell...
2009-01-25 Peter Stugeflashrom: Add dry Am29F080B Am29LV081B SST39VF080 defin...
2009-01-25 Peter Stugeflashrom: Beautify flash chip ID verbose printout a...
2009-01-25 Peter Stugeflashrom: Fix stupid off-by-one error in erase verifica...
2009-01-24 Peter Stugeflashrom: ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE
2009-01-24 Peter Stugeflashrom: SST25VF080B TEST_OK_PROBE
2009-01-23 Peter Stugeflashrom: Check all mmap() calls and print helpful...
2009-01-22 Peter Stugeflashrom: Provide some hints for the user in case ...
2009-01-18 FENG yu ningflashrom: Fix ICH9 locking register address and add...
2009-01-15 Peter Stugeflashrom: Add ICH opcode debugging.
2009-01-15 Stephan GuillouxSimilarly to flashchips array, this patch intends to...
2009-01-13 Peter Stugeflashrom: Always print address when verification fails...
2009-01-12 Peter Stugeflashrom: Board enable for GIGABYTE GA-MA78G-DS3H
2009-01-12 Peter Stugeflashrom: IT8718F works just like IT8716F.
2009-01-12 Peter Stugeflashrom: Check return value of fscanf()/fwrite()/fread()
2009-01-11 Idwer Volleringflashrom: Update usage in README
2009-01-08 Carl-Daniel HailfingerAdd erase and write functions to the following chip...
2009-01-08 Carl-Daniel HailfingerThe flashrom man page has incomplete author/copyright...
2009-01-08 Stephan GuillouxThis patch improves machine parseability and human...
2009-01-07 Sven SchnelleAdd SST49LF020 support.
2009-01-07 Sven SchnelleAdd AMD-768 chipset support.
2009-01-07 Sven SchnelleAdd i631x LPC support.
2008-12-22 Uwe HermannIf you pass a bogus layout file to the -l option flashr...
2008-12-22 Uwe HermannAdd another board-enable line for the Kontron 986LCD...
2008-12-22 Peter Stugeflashrom: Initialize ICH SPI opcodes also for ICH9...
2008-12-15 FENG yu ning* add a generic preop-opcode-pair table.
2008-12-10 Carl-Daniel HailfingerAdd 28 flash chips of the MX29 series to the flashrom...
2008-12-08 Carl-Daniel HailfingerKill obsolete and misplaced comment.
2008-12-08 FENG yu ningGenerates OPCODES struct from the ICH7/ICH9/VIA chipset...
2008-12-08 FENG yu ningBreaks chip info into multiple lines.
2008-12-06 Peter Stugeflashrom: Display test status in -L chip listing
2008-12-05 Niels Ole Salscheiderflashrom: Add AMD SB700 flash enable
2008-12-05 Peter Stugeflashrom: Fix compilation of r3797 with gcc-4.3.2
2008-12-05 Peter Stugeflashrom: Check if erase succeeds and exit with error...
2008-12-04 Carl-Daniel HailfingerAdd RDID/REMS IDs for the following flash chips:
2008-12-03 Peter Stugeflashrom: gcc thinks base could be used uninitialized...
2008-12-03 Peter Stugeflashrom: Fix bug in r3790
2008-12-03 Stefan ReinauerReplace #ifdefs for sc520 systems by run time probing.
2008-11-29 Jason WangQingpei... Copyright update by Jason Wang for freshly written...
2008-11-28 Carl-Daniel HailfingerDeclare special commands to support the Atmel AT25F512A.
2008-11-28 Carl-Daniel HailfingerIf a chip has any TEST_BAD_* flag set, we don't even...
2008-11-28 Jason WangAdd support for the AMD/ATI SB600 southbridge SPI funct...
2008-11-28 Jason WangAdd SST25VF080B flash chip support.
2008-11-28 Carl-Daniel HailfingerFlashrom already has the following probe functions:
2008-11-27 Carl-Daniel HailfingerThe existing check in probe_spi_res() was right for...
2008-11-24 Tero O PeippolaAdd support for 32Mbit SPI flash SST25VF032B. Tested...
2008-11-18 Carl-Daniel HailfingerCurrently flashrom assumes every vendor BIOS shares...
2008-11-18 Carl-Daniel HailfingerCheck for failed SPI command execution in flashrom...
2008-11-18 Carl-Daniel HailfingerImplement read support for the following Atmel chips:
2008-11-17 Mart Raudseppflashrom: SST39VF020 TEST_OK_ PROBE READ ERASE WRITE
2008-11-15 Carl-Daniel HailfingerThe AT25 and AT26 series SPI chips from Atmel are plain...
2008-11-08 Peter Stugeflashrom: SST39SF040 TEST_OK_ PROBE READ ERASE WRITE
2008-11-05 Carl-Daniel HailfingerThe ST M25P16 chip has been confirmed to work fine...
2008-11-04 Carl-Daniel HailfingerAdd support for 8 new chips to flashrom and fix up...
2008-11-03 Carl-Daniel HailfingerDump ICH8/ICH9/ICH10 SPI registers in flashrom.
2008-11-03 Carl-Daniel HailfingerAdd additional SPI sector erase and chip erase command...
2008-11-02 Stefan ReinauerDrop nr/opcode_index parameter from run_opcode and...
2008-11-02 Carl-Daniel HailfingerAdd support for the ST M50FW002 chip to flashrom. Ident...
2008-10-30 Uwe HermannMark two more chips as fully tested (trivial).
2008-10-29 Stefan ReinauerFlashrom support for some Numonyx parts (M25PE)
2008-10-29 Ed SwierkEnable SPI boot flash support on EP80579, which has...
2008-10-28 Uwe HermannMark Winbond W39V040FA" (512 KB) as fully supported...
2008-10-28 Uwe HermannAdd support for the Intel 82371MX (MPIIX) southbridge...
2008-10-26 Uwe HermannAdd support for the Intel 82371FB PIIX and 82371SB...
2008-10-25 Uwe HermannAdd support for the VIA VT82C586A/B chipset, improve...
2008-10-21 Uwe HermannReduce serial output, otherwise flashing will fail...
2008-10-18 Uwe HermannCoding-style fixes for flashrom, partly indent-aided...
2008-10-18 Urja Rannikkoflashrom: Allow the SiS 620 chipset to detect and read...
2008-10-15 Marc JonesSB600 has four write once LPC ROM protect areas. It...
next