aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-19add support for 2 new SMSC superio chips. Information is a bit ambiguousStefan Reinauer
2008-07-18Random coding style fixes and simplifications (trivial).Uwe Hermann
2008-07-17Add manual HT BUID fixup to detect previously set BUIDs in early init. This f...Marc Jones
2008-07-17Clean up AMD FAM10 HT variable initialization. The structure init is cleaner,...Marc Jones
2008-07-17Add Fam10 Gart table walk enable for MCA reporting to match AMD example code.Marc Jones
2008-07-16Clean up comments, whitespace, and copyright date in the AMD HT code.Marc Jones
2008-07-15Add missing Intel CPU (trivial).Uwe Hermann
2008-07-12There was a programming error which made most USB port4 setup wrong. This pat...Marc Jones
2008-07-11Fix and clean up coreboot image detection heuristic.Carl-Daniel Hailfinger
2008-07-08Add a coreinfo module which can hexdump arbitrary RAM regions andUwe Hermann
2008-07-07flashrom: Trivial SPI cleanupsPeter Stuge
2008-07-07flashrom: Trivial indent fix in ichspi.cPeter Stuge
2008-07-06r3415 removed symbolic constants for device IDs by accident.Carl-Daniel Hailfinger
2008-07-06flashrom: Add AMIC A29002Andreas Thienemann
2008-07-05Adding support for flashing system with Nvidia MCP67Stefan Reinauer
2008-07-05flashrom: Add PCI IDs for EPIA-CNPeter Stuge
2008-07-03Minor cosmetics, e.g. make stuff fit in 80 chars/line etc. (trivial).Uwe Hermann
2008-07-03Mark SST49LF040B as tested.Carl-Daniel Hailfinger
2008-07-03Mark the SST SST49LF040 as OK (tested by me), all operations (trivial).Uwe Hermann
2008-07-03flashrom: Winbond W25x80 TEST_OK PROBE READ ERASE WRITEPeter Stuge
2008-07-03Improve coreboot image detection heuristic in flashrom. It's notCarl-Daniel Hailfinger
2008-07-02flashrom: probe_flash() cleanup for better code readabilityPeter Stuge
2008-07-02set w39v080fa to fully supported. I'm am flashing this chip several times aStefan Reinauer
2008-07-02flashrom: Update to TEST_OK for Winbond W39V040FA PROBE READPeter Stuge
2008-07-02flashrom: Don't rm *~ in make clean, who knows what files that could bePeter Stuge
2008-07-02flashrom: Unknown vendor:board message can be triggered by -m tooPeter Stuge
2008-07-02flashrom: Case insensitive matching of vendor:board strings in coreboot tablePeter Stuge
2008-06-30First attempt to clean up SPI probing and create a commonStefan Reinauer
2008-06-30Mine AMIC flash chip needs 4 bytes RDID. This enables to use the new probing ...Rudolf Marek
2008-06-30Mine AMIC flash chip needs 4 bytes RDID. Following patch adds support for that.Rudolf Marek
2008-06-30This patch adds support for VIA SPI controller on VT8237S. It is similar withRudolf Marek
2008-06-29Add a debug marker after ICH SPI opcode programming.Carl-Daniel Hailfinger
2008-06-29Adds a field to the serial port descriptor about the configured line speed.Patrick Georgi
2008-06-29flashrom: Fix ICH7 non-SPI that broke in r3393Peter Stuge
2008-06-28Use symbolic constants for PCI subsystem probing in flashrom.Carl-Daniel Hailfinger
2008-06-27* ICH7 SPI supportStefan Reinauer
2008-06-27indent according to development guidelines (trivial)Stefan Reinauer
2008-06-26Initial support for the A-Trend ATC-6240 board.Uwe Hermann
2008-06-26Winbond W39V080FA: Probe and Read are OK.Jens Kühnel
2008-06-24flashrom: Test status OK for ST M50FW040 PROBE READPeter Stuge
2008-06-24flashrom: Test status OK for Macronix MX25L8005 PROBE READ ERASE WRITEPeter Stuge
2008-06-24flashrom: Increase delay in probe_jedec() after Product ID Entry to 10msPeter Stuge
2008-06-24flashrom: Slight restructure of SPI probe_ functionsPeter Stuge
2008-06-22Some flashrom documentation fixes, and removal of duplicated info (trivial).Uwe Hermann
2008-06-22flashrom: A few changes were committed before the DoC remove, update README.Peter Stuge
2008-06-22as per Peter's suggestion. clean binary in make cleanStefan Reinauer
2008-06-22flashrom: Remove dead M-Systems Disk on Chip codePeter Stuge
2008-06-22Enable hardware fan control for m57sli.Ronald Hoogenboom
2008-06-22This patch allows support for multiple so-dimms, single or double sided.Joseph Smith
2008-06-22flashrom: Update test status to TEST_OK_PREW for ST M50FLW080A and SST49LF008APeter Stuge
2008-06-22flashrom: Some Makefile cleaningPeter Stuge
2008-06-21flashrom: Fix OBJS in Makefile to compile stm50flw0x0x.c like the othersPeter Stuge
2008-06-21flashrom: Uppercase AMIC since that's what they write in datasheets.Peter Stuge
2008-06-21flashrom: Update comment to match delay change in probe_jedec() r3373Peter Stuge
2008-06-21flashrom: Update test status for Atmel AT29C020 and SST29EE010Peter Stuge
2008-06-21flashrom: Increase delay in probe_jedec() to 2ms to reliably detect AT29C020Peter Stuge
2008-06-20flashrom: Show expected and read byte on verify failure. Trivial.Peter Stuge
2008-06-20coreinfo: Enable serial supportJordan Crouse
2008-06-20libpayload: Support curses for serialJordan Crouse
2008-06-20Extend the VIA vt8237r southbridge decode range for the ROM to 1MB.Bari Ari
2008-06-18flashrom: Add support for AMIC Technology A49LF040A and do not probe W29EE011...Jens Kuehnel
2008-06-18flashrom: Force read unknown flash chipsPeter Stuge
2008-06-13flashrom: Board enable and autodetection for GIGABYTE GA-7VT600Peter Stuge
2008-06-11flashrom: Add support for Amic Technology A29040B flash chip.Peter Stuge
2008-06-11flashrom: Board enable and autodetection for BioStar P4M80-M4.Peter Stuge
2008-06-08Changes Makefile generation so that recursive "make" calls readPierre Pronchery
2008-06-07fix via epia cn abuild.Stefan Reinauer
2008-06-07Add dump support for Winbond (NSC) PC87427. Dumps available from real hardware.Tom Sylla
2008-06-03Ward writes:Peter Stuge
2008-05-28abuild: fix gnu getopt detection (trivial)Stefan Reinauer
2008-05-27Revert r3357 and fix it as intended to (forgotten header commit instead of typo)Mart Raudsepp
2008-05-27Fix typo introduced in r3356 that breaks build (trivial).Mart Raudsepp
2008-05-27flashrom: MX25L4005, S25FL016A, W39V040B, W39V080A, SST49LF008A tests.Peter Stuge
2008-05-27coreinfo: Specify a name, listname and desc item for coreinfoJordan Crouse
2008-05-27libpayload: Add PAYLOAD_INFO macroJordan Crouse
2008-05-27not sure why this ever worked. Add --xml / -x to the supported options (trivial)Stefan Reinauer
2008-05-27libpayload: Add a function to verify the checksum on a LAR fileJordan Crouse
2008-05-27sync latest version of abuild (0.6) (trivial patch)Stefan Reinauer
2008-05-27Mark SST49LF004A/B as tested (trivial).Mart Raudsepp
2008-05-26Mark the following chips as tested (trivial).Uwe Hermann
2008-05-22A bunch of cosmetic improvements (trivial).Uwe Hermann
2008-05-22Mark more chips as tested (all operations), tested on ASUS P4B266 (trivial).Uwe Hermann
2008-05-22Add support for the ASUS P4B266 board.Uwe Hermann
2008-05-22Add support for Amic A25L40P SPI flash.Rudolf Marek
2008-05-22Changes to make flashrom compile (and work) on FreeBSD.Andriy Gapon
2008-05-21This is a simple patch which allows payloads to be placed in memory inMyles Watson
2008-05-21Add KEY_ESC (trivial).Uwe Hermann
2008-05-21Myles reported SST49LF080A status -> TESTED_PREWPeter Stuge
2008-05-20coreinfo: Use the ESC key to exit the payloadJordan Crouse
2008-05-20coreinfo: Fix the subwindow refresh based on the libpayload changesJordan Crouse
2008-05-20libpayload: Add an exec() and i386_do_exec() functionJordan Crouse
2008-05-20libpayload: Add larfptr functionJordan Crouse
2008-05-20libpayload: Fix curses subwindowsJordan Crouse
2008-05-20Add post-RAM init code for the Fintek F71805F Super I/O.Corey Osgood
2008-05-19Add support for the VIA EPIA-CN baord, which uses C7 + CN700 + VT8237R.Aaron Lwe
2008-05-17Initial support for the Intel 82845 (Brookdale) and ICH2 (trivial).Uwe Hermann
2008-05-17flashrom: Support Pm49FL004/2 Block Locking RegistersNikolay Petukhov
2008-05-16I looked at the datasheet and erase_sector_39sf020() is totally andCarl-Daniel Hailfinger
2008-05-16Doesn't have to be executable (trivial).Uwe Hermann
2008-05-16Geode platforms that use a LPC Super I/O had the LPC serial IRQ set to allMarc Jones