aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/chipset_enable.c
AgeCommit message (Expand)Author
2008-05-14Add the Intel 6300ESB as known chipset to the chipset struct enables.Claus Gindhart
2008-04-29flashrom: Enable ROM decode range to 1MB for vt8237rBari Ari
2008-03-18Add ICH9 detection to flashrom. Straight from the datasheet, untested.Carl-Daniel Hailfinger
2008-03-14Prepare for ICH7/ICH8 SPI support by adding some debugging for allCarl-Daniel Hailfinger
2008-03-13Also print the chip vendor name in --list-supported output (trivial).Uwe Hermann
2008-03-12Add --list-supported option to flashrom which lists the supportedUwe Hermann
2008-02-11flashrom: further cleanups to enable_flash_cs5536Mart Raudsepp
2008-02-08Improve error handling and make RCONF_DEFAULT_MSR address be a constant.Mart Raudsepp
2008-02-08This implements support for devices using AMD Geode companion chipMart Raudsepp
2008-01-26Correctly disable the ROM area Write Protect bit in the Geode LX.Marc Jones
2007-12-04Various coding style fixes, constification, fixed typos (trivial).Uwe Hermann
2007-11-13[LinuxBIOS] flashrom support for AMD Geode CS5536Lane Brooks
2007-10-30Add support for Intel 440MX systems.Uwe Hermann
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-10Revert my last cleanup patch.Uwe Hermann
2007-10-10Cosmetic changes to make the flashrom output more consistent (trivial).Uwe Hermann
2007-09-11Change out/in combinations to pci_read/write_byte inAlex Beregszaszi
2007-08-29Change all flashrom license headers to use our standard format.Uwe Hermann
2007-08-23Cosmetic fixes (trivial).Uwe Hermann
2007-08-23Drop a bunch of useless header files, merge them into flash.h.Uwe Hermann
2007-06-06Fix up and document the AMD CS5530/CS5530A support in flashrom.Uwe Hermann
2007-06-05flashrom: Document the newly supported IBM x3455 board and theUwe Hermann
2007-06-05Move GPIO settings to board specific code for IBM x3455Stefan Reinauer
2007-06-05Add support for BCM HT1000 chipset to flashrom. Tested on IBM x3455.Stefan Reinauer
2007-05-20Flashrom: add support for ASUS P5A (Socket 7, ALi based).Luc Verhaegen
2007-05-09Fix coding style of flashrom by running indent on all files:Uwe Hermann
2007-04-09add support for CX700 builtin southbridgeRandall Philipson
2007-04-04flashrom: split flash_enable.c into chipset_enable.c and board_enable.cLuc Verhaegen