summaryrefslogtreecommitdiff
path: root/chipset_enable.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clear byte 0x92 of the LPC bridge for all CK804 (and MCP51) chipsetsstefanct2011-08-061-0/+6
* Rephrase warnings in chipset_enable.cstefanct2011-08-041-22/+22
* Random whitespace and coding-style fixes.uwe2011-07-281-83/+92
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-12/+12
* Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmerhailfinger2011-07-251-7/+27
* add a bunch of new/tested stuff and various small changes 5stefanct2011-07-251-3/+3
* chipset_enable.c: add a message for untested chipset enablesstefanct2011-07-211-5/+14
* enable writing on mcp6x_7xstefanct2011-07-131-2/+3
* fix memleaks due to incorrect usage of flashbuses_to_textstefanct2011-06-261-2/+4
* add intel 6 series pci ids to chipset_enablesstefanct2011-06-181-0/+15
* fix and add a few chipset_enables entriesstefanct2011-06-181-5/+10
* resort chipset_enables array by pci idsstefanct2011-06-181-105/+105
* add a bunch of new/tested motherboards, board/chipset enables and flash chips...stefanct2011-06-121-4/+4
* enable_flash_ich: warn if SMM BIOS Write Protection is detected in BIOS_CNTLstefanct2011-06-111-1/+10
* add a bunch of new/tested motherboards, board/chipset enables and flash chips 2stefanct2011-06-041-1/+1
* whitespace, documentation and other small stuffstefanct2011-05-191-2/+2
* Add support for the Via VX855 chipsetmkarcher2011-05-051-0/+1
* List AMD SB850 as supported (it has the same PCI ID as SB700).hailfinger2011-04-021-1/+1
* Fix typo in chipset_enable.cstepan2011-03-291-1/+1
* flashrom: fix sparse warning: Using plain integer as NULL pointerstepan2011-01-241-1/+1
* Fix decoding of SB600 LPC ROM protection registers.krause2011-01-011-6/+6
* Revert PCI config space writes on shutdown.hailfinger2010-11-101-45/+33
* A lot of messages sent to flashrom@flashrom.org just have "flashrom -V"hailfinger2010-10-081-3/+8
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Add a board-enable for the ASRock K7S41, chipset-enable for SiS 741.uwe2010-10-051-0/+1
* Add chipset enable for Broadcom OSB4.hailfinger2010-09-151-0/+18
* Add a board enable for MSI MS-6561 (745 Ultra).uwe2010-09-111-1/+1
* Add support for Intel 5 Series / 3400 Series chipsetsmkarcher2010-08-111-0/+14
* Various cosmetic and coding-style fixes (trivial).uwe2010-08-081-3/+3
* Add support for SIS661 (SIS963).hailfinger2010-07-311-0/+1
* Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashinghailfinger2010-07-281-146/+39
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Convert all PCI-based external programmers to use special little-endianhailfinger2010-07-271-2/+2
* Move SB600 SPI initialization to sb600spi.cmkarcher2010-07-221-77/+5
* Move Intel SPI initialisation to ichspi.cmkarcher2010-07-221-200/+18
* Fix out-of-bounds ICH FREG permission printing. A bit was masked, buthailfinger2010-07-131-3/+4
* Make programmer_param static by converting all users tohailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-5/+10
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-30/+30
* ICH9/10: display FRAP/FREGx access controlshailfinger2010-07-011-15/+47
* Kill unneeded #include wherever possible.hailfinger2010-06-211-3/+1
* Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5,hailfinger2010-06-201-0/+2
* VIA: disable byte mergingmkarcher2010-06-131-7/+52
* Board-enable for MS-7025 (K8N Neo2 Platinum)mkarcher2010-06-121-0/+1
* Remove unneeded #include statements completely.hailfinger2010-05-301-0/+1
* ICH SPI can enforce address restrictions for all accesses which take anhailfinger2010-05-281-4/+4
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-1/+6
* Add debug output of the exact matched chipset PCI ID to keep track ofhailfinger2010-05-221-0/+3
* Fix Tyan S2915 OEM board by commenting out MCP55 LPC bridge PCI IDhailfinger2010-05-221-1/+9
* convert programmer print messages to msg_p*snelson2010-05-071-108/+108