index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
flashrom
/
board_enable.c
Age
Commit message (
Expand
)
Author
2008-10-18
Coding-style fixes for flashrom, partly indent-aided (trivial).
Uwe Hermann
2008-08-19
Add support for MSI KT4V to flashrom. The KT4V is autodetected and supports
Sean Nelson
2008-07-21
flashrom: Winbond W39V040C and MSI K8T Neo2-F
Peter Stuge
2008-07-05
flashrom: Add PCI IDs for EPIA-CN
Peter Stuge
2008-07-02
flashrom: Unknown vendor:board message can be triggered by -m too
Peter Stuge
2008-07-02
flashrom: Case insensitive matching of vendor:board strings in coreboot table
Peter Stuge
2008-06-13
flashrom: Board enable and autodetection for GIGABYTE GA-7VT600
Peter Stuge
2008-06-11
flashrom: Board enable and autodetection for BioStar P4M80-M4.
Peter Stuge
2008-05-22
A bunch of cosmetic improvements (trivial).
Uwe Hermann
2008-05-22
Add support for the ASUS P4B266 board.
Uwe Hermann
2008-05-22
Changes to make flashrom compile (and work) on FreeBSD.
Andriy Gapon
2008-03-17
Support for the Winbond W39V080FA series of chips.
Stefan Reinauer
2008-03-13
Also print the required -m option in --list-supported output (trivial).
Uwe Hermann
2008-03-12
Add --list-supported option to flashrom which lists the supported
Uwe Hermann
2008-02-20
flashrom: Add board_enable for Artec Group DBE61 and DBE62
Mart Raudsepp
2008-02-09
Flashrom: Add board enable for VIA EPIA SP.
Luc Verhaegen
2008-01-27
Make the vendor name optional in the -m flashrom parameter when there's only
Peter Stuge
2008-01-18
for some reasons the externals did not get committed.
Stefan Reinauer
2008-01-04
Add board enable for the gigabyte ga_2761gxdk board
Ronald G. Minnich
2007-12-04
Various coding style fixes, constification, fixed typos (trivial).
Uwe Hermann
2007-12-02
Add board-enable for Acorp 6A815EPD.
Jonathan A. Kollasch
2007-10-17
Some cosmetic cleanups in the flashrom code and output.
Uwe Hermann
2007-10-16
Add Gigabyte M61P-S3 SPI flash support to board_enable.c
Michael van der Kolff
2007-10-16
Convert the existing it8716f_* functions to generic_spi_* functions by
Carl-Daniel Hailfinger
2007-10-15
Move SPI code out of board_enable.c where it started its life. The SPI
Carl-Daniel Hailfinger
2007-10-12
Changes to flashrom to support the K8N-NEO3, first tested at Google on GSOC d...
Ronald G. Minnich
2007-10-02
This patch aims to restructure SPI flash support in a more reasonable
Carl-Daniel Hailfinger
2007-09-27
Add preliminary SPI flash identification support for SPI chips attached
Carl-Daniel Hailfinger
2007-08-29
Change all flashrom license headers to use our standard format.
Uwe Hermann
2007-08-23
Cosmetic fixes (trivial).
Uwe Hermann
2007-08-23
Drop a bunch of useless header files, merge them into flash.h.
Uwe Hermann
2007-08-11
flashrom: Add board enable for the EPoX EP-BX3.
Luc Verhaegen
2007-07-04
Flashrom: Add support for Tyan Tomcat K7M.
Luc Verhaegen
2007-06-05
flashrom: Document the newly supported IBM x3455 board and the
Uwe Hermann
2007-06-05
Move GPIO settings to board specific code for IBM x3455
Stefan Reinauer
2007-05-20
Flashrom: add support for ASUS P5A (Socket 7, ALi based).
Luc Verhaegen
2007-05-09
Fix coding style of flashrom by running indent on all files:
Uwe Hermann
2007-05-04
Add WinBond Super IO helpers.
Luc Verhaegen
2007-05-03
Enable flashing on the IWILL DK8-HTX board by configuring the Super I/O
Mondrian Nuessle
2007-04-04
flashrom: split flash_enable.c into chipset_enable.c and board_enable.c
Luc Verhaegen