index
:
delta/flashrom.git
0.9.7
master
stuge
code.coreboot.org: Obsolete (use flashrom-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chipset_enable.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clear byte 0x92 of the LPC bridge for all CK804 (and MCP51) chipsets
stefanct
2011-08-06
1
-0
/
+6
*
Rephrase warnings in chipset_enable.c
stefanct
2011-08-04
1
-22
/
+22
*
Random whitespace and coding-style fixes.
uwe
2011-07-28
1
-83
/
+92
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO.
hailfinger
2011-07-27
1
-12
/
+12
*
Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmer
hailfinger
2011-07-25
1
-7
/
+27
*
add a bunch of new/tested stuff and various small changes 5
stefanct
2011-07-25
1
-3
/
+3
*
chipset_enable.c: add a message for untested chipset enables
stefanct
2011-07-21
1
-5
/
+14
*
enable writing on mcp6x_7x
stefanct
2011-07-13
1
-2
/
+3
*
fix memleaks due to incorrect usage of flashbuses_to_text
stefanct
2011-06-26
1
-2
/
+4
*
add intel 6 series pci ids to chipset_enables
stefanct
2011-06-18
1
-0
/
+15
*
fix and add a few chipset_enables entries
stefanct
2011-06-18
1
-5
/
+10
*
resort chipset_enables array by pci ids
stefanct
2011-06-18
1
-105
/
+105
*
add a bunch of new/tested motherboards, board/chipset enables and flash chips...
stefanct
2011-06-12
1
-4
/
+4
*
enable_flash_ich: warn if SMM BIOS Write Protection is detected in BIOS_CNTL
stefanct
2011-06-11
1
-1
/
+10
*
add a bunch of new/tested motherboards, board/chipset enables and flash chips 2
stefanct
2011-06-04
1
-1
/
+1
*
whitespace, documentation and other small stuff
stefanct
2011-05-19
1
-2
/
+2
*
Add support for the Via VX855 chipset
mkarcher
2011-05-05
1
-0
/
+1
*
List AMD SB850 as supported (it has the same PCI ID as SB700).
hailfinger
2011-04-02
1
-1
/
+1
*
Fix typo in chipset_enable.c
stepan
2011-03-29
1
-1
/
+1
*
flashrom: fix sparse warning: Using plain integer as NULL pointer
stepan
2011-01-24
1
-1
/
+1
*
Fix decoding of SB600 LPC ROM protection registers.
krause
2011-01-01
1
-6
/
+6
*
Revert PCI config space writes on shutdown.
hailfinger
2010-11-10
1
-45
/
+33
*
A lot of messages sent to flashrom@flashrom.org just have "flashrom -V"
hailfinger
2010-10-08
1
-3
/
+8
*
Remove duplicate includes from the code.
stepan
2010-10-06
1
-1
/
+0
*
Add a board-enable for the ASRock K7S41, chipset-enable for SiS 741.
uwe
2010-10-05
1
-0
/
+1
*
Add chipset enable for Broadcom OSB4.
hailfinger
2010-09-15
1
-0
/
+18
*
Add a board enable for MSI MS-6561 (745 Ultra).
uwe
2010-09-11
1
-1
/
+1
*
Add support for Intel 5 Series / 3400 Series chipsets
mkarcher
2010-08-11
1
-0
/
+14
*
Various cosmetic and coding-style fixes (trivial).
uwe
2010-08-08
1
-3
/
+3
*
Add support for SIS661 (SIS963).
hailfinger
2010-07-31
1
-0
/
+1
*
Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashing
hailfinger
2010-07-28
1
-146
/
+39
*
Split off programmer.h from flash.h.
hailfinger
2010-07-27
1
-0
/
+1
*
Convert all PCI-based external programmers to use special little-endian
hailfinger
2010-07-27
1
-2
/
+2
*
Move SB600 SPI initialization to sb600spi.c
mkarcher
2010-07-22
1
-77
/
+5
*
Move Intel SPI initialisation to ichspi.c
mkarcher
2010-07-22
1
-200
/
+18
*
Fix out-of-bounds ICH FREG permission printing. A bit was masked, but
hailfinger
2010-07-13
1
-3
/
+4
*
Make programmer_param static by converting all users to
hailfinger
2010-07-08
1
-1
/
+1
*
Various places in the flashrom source feature custom parameter
hailfinger
2010-07-06
1
-5
/
+10
*
Kill global variables, constants and functions if local scope suffices.
hailfinger
2010-07-03
1
-30
/
+30
*
ICH9/10: display FRAP/FREGx access controls
hailfinger
2010-07-01
1
-15
/
+47
*
Kill unneeded #include wherever possible.
hailfinger
2010-06-21
1
-3
/
+1
*
Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5,
hailfinger
2010-06-20
1
-0
/
+2
*
VIA: disable byte merging
mkarcher
2010-06-13
1
-7
/
+52
*
Board-enable for MS-7025 (K8N Neo2 Platinum)
mkarcher
2010-06-12
1
-0
/
+1
*
Remove unneeded #include statements completely.
hailfinger
2010-05-30
1
-0
/
+1
*
ICH SPI can enforce address restrictions for all accesses which take an
hailfinger
2010-05-28
1
-4
/
+4
*
Handle the following architectures in generic flashrom code:
hailfinger
2010-05-26
1
-1
/
+6
*
Add debug output of the exact matched chipset PCI ID to keep track of
hailfinger
2010-05-22
1
-0
/
+3
*
Fix Tyan S2915 OEM board by commenting out MCP55 LPC bridge PCI ID
hailfinger
2010-05-22
1
-1
/
+9
*
convert programmer print messages to msg_p*
snelson
2010-05-07
1
-108
/
+108
[prev]
[next]