index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chipset_enable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print found PCI IDs during chipset detection
Carl-Daniel Hailfinger
2010-05-22
1
-0
/
+3
*
Disable probing for one variant of MCP55 to enable Tyan S2915
Carl-Daniel Hailfinger
2010-05-22
1
-1
/
+9
*
Convert various prints to use msg_p* and msg_g* respectively
Sean Nelson
2010-05-07
1
-108
/
+108
*
Rename identifiers called 'byte'
Michael Karcher
2010-02-25
1
-14
/
+14
*
Refactor MCP SPI detection
Carl-Daniel Hailfinger
2010-02-18
1
-54
/
+101
*
Add SPI mode diagnostics for all post-MCP55 (nForce 5) chipsets from Nvidia
Carl-Daniel Hailfinger
2010-02-13
1
-1
/
+137
*
Add Intel NM10 chipset enable
David Hendricks
2010-01-19
1
-0
/
+1
*
Don't use "byte" as identifier
Michael Karcher
2010-01-12
1
-11
/
+11
*
Chipset: Fix sis5x0 register write verification
Luc Verhaegen
2010-01-10
1
-13
/
+3
*
Fix Intel FWH decode size
Michael Karcher
2010-01-03
1
-2
/
+2
*
Add VIA VT8233A identification, mark as tested
Raúl Soriano
2009-12-23
1
-0
/
+1
*
Chipset/Board: vt8237: Set All mem cycles to LPC in chipset enable
Luc Verhaegen
2009-12-23
1
-0
/
+7
*
Chipset: Add support for Intel Poulsbo chipset
Adam Jurkowski
2009-12-21
1
-0
/
+22
*
Use the maximum decode size infrastructure
Carl-Daniel Hailfinger
2009-12-17
1
-27
/
+96
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
1
-21
/
+0
*
Chipset: remove sis630 chipset enable for sis540
Luc Verhaegen
2009-12-09
1
-51
/
+17
*
Intel PIIX* chipsets only support parallel flash (no LPC/FWH/SPI)
Maciej Pijanka
2009-12-08
1
-0
/
+2
*
Add support for Intel 3400 series / 5 series chipset
Carl-Daniel Hailfinger
2009-11-26
1
-0
/
+3
*
Mark Elitegroup K7S5A as supported
Carl-Daniel Hailfinger
2009-11-15
1
-28
/
+28
*
Add support for every single SiS chipset out there
Carl-Daniel Hailfinger
2009-11-15
1
-67
/
+200
*
Add infrastructure to check the maximum supported flash size of chipsets and ...
Carl-Daniel Hailfinger
2009-10-31
1
-0
/
+11
*
Mark NVIDIA Nforce4/MCP04 as tested
Luc Verhaegen
2009-10-06
1
-1
/
+1
*
Chipset support for the nVidia nForce 4
Luc Verhaegen
2009-10-05
1
-0
/
+1
*
Add chipset support for VIA VT82C596 by adding a PCI ID
Uwe Hermann
2009-09-25
1
-0
/
+1
*
Enable flashrom on Wyse Winterm S50
Nils Jacobs
2009-09-23
1
-0
/
+1
*
Use correct name for SB700/SB710/SB750 instead of calling them SB700
Carl-Daniel Hailfinger
2009-09-01
1
-1
/
+1
*
Add support for ICH9 engineering sample
Carl-Daniel Hailfinger
2009-08-21
1
-0
/
+1
*
Allow the user to override FWH IDSEL on ICH6 and later
Carl-Daniel Hailfinger
2009-08-13
1
-0
/
+14
*
Fix up MSR handling to support more OSes than Linux.
Stefan Reinauer
2009-08-12
1
-69
/
+13
*
Make debug messages printf_debug().
Stefan Reinauer
2009-08-11
1
-15
/
+15
*
Add ICH6,ICH7,ICH8,ICH9,ICH10 FWH IDSEL settings and flash decode settings to...
Carl-Daniel Hailfinger
2009-08-10
1
-0
/
+36
*
Remove unnecessary #include files
Carl-Daniel Hailfinger
2009-08-09
1
-2
/
+1
*
This is a workaround for a bug in SB600 and SB700
Carl-Daniel Hailfinger
2009-07-23
1
-7
/
+31
*
Random minor flashrom fixes
Uwe Hermann
2009-06-28
1
-1
/
+1
*
Print the bus type(s) of both chipset and chip in the flashrom output
Uwe Hermann
2009-06-28
1
-0
/
+2
*
Chipset enable for VIA VT8233
Mateusz Murawski
2009-06-18
1
-0
/
+1
*
Move all printing code to print.c
Uwe Hermann
2009-06-17
1
-26
/
+0
*
List the size (in KB) and type of supported flash chips in 'flashrom -L'
Uwe Hermann
2009-06-16
1
-3
/
+6
*
The VIA VX800 chipset works with the VT8237S code after adding an entry for t...
Arjan Koers
2009-06-15
1
-0
/
+1
*
Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested
Uwe Hermann
2009-06-02
1
-6
/
+6
*
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01
1
-6
/
+17
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
1
-10
/
+9
*
Add NForce2 chipset enable
Luc Verhaegen
2009-05-26
1
-0
/
+14
*
A bunch of output beautifications and improvements, as well as doc fixes
Uwe Hermann
2009-05-22
1
-10
/
+16
*
Use accessor functions for MMIO
Carl-Daniel Hailfinger
2009-05-17
1
-35
/
+35
*
List all boards which are
Uwe Hermann
2009-05-16
1
-19
/
+17
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-3
/
+0
*
Uwe tested the recent SB600 SPI commit and notified me of one unexpected problem
Carl-Daniel Hailfinger
2009-05-15
1
-1
/
+25
*
Create a SB600 SPI detection heuristic
Carl-Daniel Hailfinger
2009-05-10
1
-1
/
+38
*
Make chipset list alphabetically ordered as the other lists
Uwe Hermann
2009-05-08
1
-39
/
+40
[next]