summaryrefslogtreecommitdiff
path: root/util/flashrom
AgeCommit message (Expand)Author
2008-01-11This patch removes '\n' from the help output since this looks a bit strange.Bernhard Walle
2008-01-10Enable MX25L8005 support in flashrom. The #defines were already there.Harald Gutmann
2008-01-07Add support for the SST25VF040B 4 Mbit SPI flash chip.Carl-Daniel Hailfinger
2008-01-04Add board enable for the gigabyte ga_2761gxdk boardRonald G. Minnich
2008-01-04Print at least the vendor for SPI flash chips if the exact chip ID isCarl-Daniel Hailfinger
2007-12-31Unfortunately, EN29F002T, EN29F002AT, EN29F002ANT, EN29F002NT all haveCarl-Daniel Hailfinger
2007-12-31Add continuation ID support to jedec.cCarl-Daniel Hailfinger
2007-12-31This fixes a few vendor IDs to conform with JEDEC publication 106WCarl-Daniel Hailfinger
2007-12-29All SPI chips mentioned in flashchips.c had their sector size listed asCarl-Daniel Hailfinger
2007-12-29Print the chip status register for all SPI chips on probe if verboseCarl-Daniel Hailfinger
2007-12-29Add 25VF016B support to flashrom. Untested, but verified against theCarl-Daniel Hailfinger
2007-12-17Add support for ST M25P05-A, M25P10-A, M25P20, M25P40, M25P16, M25P32,Carl-Daniel Hailfinger
2007-12-17To make it easier to add new SPI chips to flashchips.c, rename functionsCarl-Daniel Hailfinger
2007-12-16Add support for ST M25P80 chips to flashrom. Detection was tested.Carl-Daniel Hailfinger
2007-12-10Add support for more atmel chips:Frederico Silva
2007-12-04Various coding style fixes, constification, fixed typos (trivial).Uwe Hermann
2007-12-02Add board-enable for Acorp 6A815EPD.Jonathan A. Kollasch
2007-11-13[LinuxBIOS] flashrom support for AMD Geode CS5536Lane Brooks
2007-11-13Fix ATMEL 29C020 detection with flashrom. The JEDEC probe routine hadCarl-Daniel Hailfinger
2007-10-30Add support for Intel 440MX systems.Uwe Hermann
2007-10-25Added Am29LV040BPeter Lemenkov
2007-10-22Flashrom: Add more Vendor IDs and ensure correct sorting in flash.h.Peter Lemenkov
2007-10-22Introduce block and sector erase routines to flashrom, but do not useCarl-Daniel Hailfinger
2007-10-18Remove hardcoded wait from SPI write/erase routines and check the chipCarl-Daniel Hailfinger
2007-10-18Documentation fixes and updates (trivial).Uwe Hermann
2007-10-18Add generic SPI flash erase and write support to flashrom. The firstCarl-Daniel Hailfinger
2007-10-17Some cosmetic cleanups in the flashrom code and output.Uwe Hermann
2007-10-17Fix wrong values/typos in chipset_enable.c. This has been confirmed byCarl-Daniel Hailfinger
2007-10-16Multiple flashrom fixes:Uwe Hermann
2007-10-16Add Gigabyte M61P-S3 SPI flash support to board_enable.cMichael van der Kolff
2007-10-16Convert the existing it8716f_* functions to generic_spi_* functions byCarl-Daniel Hailfinger
2007-10-15(forgot to add spi.c)Carl-Daniel Hailfinger
2007-10-15Move SPI code out of board_enable.c where it started its life. The SPICarl-Daniel Hailfinger
2007-10-12Changes to flashrom to support the K8N-NEO3, first tested at Google on GSOC d...Ronald G. Minnich
2007-10-10Revert my last cleanup patch.Uwe Hermann
2007-10-10Cosmetic changes to make the flashrom output more consistent (trivial).Uwe Hermann
2007-10-04[FLASHROM] Fix the help, and print a message when nothing happensJordan Crouse
2007-10-02This patch aims to restructure SPI flash support in a more reasonableCarl-Daniel Hailfinger
2007-09-27Add preliminary SPI flash identification support for SPI chips attachedCarl-Daniel Hailfinger
2007-09-11Change out/in combinations to pci_read/write_byte inAlex Beregszaszi
2007-09-09Remove useless 'extern' keywords (trivial).Uwe Hermann
2007-09-09Add '(C)' where it's missing (for consistency reasons).Uwe Hermann
2007-09-09Add missing license header to udelay.c.Uwe Hermann
2007-09-08Add a copy of the GPL in the flashrom repository as it's an independentUwe Hermann
2007-08-30Add support for the Winbond W29EE011.Markus Boas
2007-08-30Add support for the Winbond W29C040P.Markus Boas
2007-08-29Change all flashrom license headers to use our standard format.Uwe Hermann
2007-08-23Cosmetic fixes (trivial).Uwe Hermann
2007-08-23Drop duplicated code (copies of plain JEDEC functions).Uwe Hermann
2007-08-23Drop a bunch of useless header files, merge them into flash.h.Uwe Hermann