summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-02Print superiotool version when run with --verbose.Robinson P. Tryon
2007-10-02This patch aims to restructure SPI flash support in a more reasonableCarl-Daniel Hailfinger
2007-10-01Thee lines in i82801xx_pci.c need to be removed. They cause theJoseph Smith
2007-10-01De-uglify the --version output (trivial).Uwe Hermann
2007-09-28Random minor fixes. Use svn revision as superiotool version number.Uwe Hermann
2007-09-28Add support for some more Fintek chips and an ALi chip.Uwe Hermann
2007-09-28Fix up the SMSC detection code to probe _both_ old- and new-styleUwe Hermann
2007-09-27Add preliminary SPI flash identification support for SPI chips attachedCarl-Daniel Hailfinger
2007-09-26Don't arbitrarily enable PERR# and SERR# for PCI devices. Marc Jones
2007-09-26Add detection support for lots more Winbond Super I/Os (trivial).Uwe Hermann
2007-09-26Dump support for the Fintek F71805 (trivial).Uwe Hermann
2007-09-25As per suggestion from Yinghai Lu <yinghailu@gmail.com> this patchUwe Hermann
2007-09-24Detection support for the Winbond W83627HF (trivial).Uwe Hermann
2007-09-24Fix compilation warning.Ward Vandewege
2007-09-24Various cosmetic changes and coding style fixes (trivial).Uwe Hermann
2007-09-24Add detection support for quite a number of SMSC Super I/Os. Also, addUwe Hermann
2007-09-23Minor fixes/improvements in the Fintek code (trivial).Uwe Hermann
2007-09-22Fix another, similar typo as in r2800 (trivial).Uwe Hermann
2007-09-22Fix typo which causes build error if CK804_USE_NIC is set (trivial).Uwe Hermann
2007-09-22Add SiS device IDs for further update.Morgan Tsai
2007-09-21Fix abuild for the MSI MS-7260 (trivial).Uwe Hermann
2007-09-21Add support for the MSI MS-7260 (K9N Neo) mainboard.Uwe Hermann
2007-09-21Add register dump capability for ITE IT8718F (trivial).Uwe Hermann
2007-09-20Add -D / --dump-readable option which prints the Super I/O registerUwe Hermann
2007-09-20Decouple the ITE code from fintek.c, it doesn't belong there.Uwe Hermann
2007-09-20Fix up and generalize the ITE IT8708F code. It was only working out ofUwe Hermann
2007-09-20The s2891 ships with a 1MB rom chip. The targets/tyan/s2891/Config.lb file as...Ward Vandewege
2007-09-20Superiotool: Add dump support to the Winbond W83697HF/F.Uwe Hermann
2007-09-19Implement usage for --help and put the same information into the README, too.Uwe Hermann
2007-09-19Add support for the Winbond W83697HF/F and W83627EHF/EF/EHG/EG.Uwe Hermann
2007-09-19Further code simplifications and improvements.Uwe Hermann
2007-09-19Add support for a precompressed LZMA payload (trivial).Ward Vandewege
2007-09-19Sorry, I mixed up two patches. Reverting this change.Ward Vandewege
2007-09-19Split out enter_conf_mode_*()/exit_conf_mode_() functions, we'll soon needUwe Hermann
2007-09-19Add support for a precompressed LZMA payload (trivial).Ward Vandewege
2007-09-19Use uint16_t and friends where appropriate (trivial).Uwe Hermann
2007-09-18Make the code a bit more generic (trivial). Different Super I/OsUwe Hermann
2007-09-18Superiotool: Add support for the SMSC FDC37N769.Uwe Hermann
2007-09-18Add a README for superiotool (trivial).Uwe Hermann
2007-09-16Split out a dump_superio() function from ite.c, and make it slightly moreUwe Hermann
2007-09-16Make 'struct superio_registers' globally available, pretty muchUwe Hermann
2007-09-16Split up superiotool.c into multiple source files, one per vendor.Uwe Hermann
2007-09-14More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE.Yinghai Lu
2007-09-14This is a full rewrite of all the CS5530/CS5530A code. The previous code wasUwe Hermann
2007-09-13I still don't understand a word, but I tried to improve the documentation. (t...Stefan Reinauer
2007-09-13Fix abuild run of the MSI MS-6178 (trivial).Uwe Hermann
2007-09-13Add a common/global failover.c file which can be used by allUwe Hermann
2007-09-12Add initial support for the Intel 810 based board MSI MS-6178.Uwe Hermann
2007-09-11Change out/in combinations to pci_read/write_byte inAlex Beregszaszi
2007-09-09Remove useless 'extern' keywords (trivial).Uwe Hermann
2007-09-09Add '(C)' where it's missing (for consistency reasons).Uwe Hermann
2007-09-09Add missing license header to udelay.c.Uwe Hermann
2007-09-09Partial changes and fixup.Ronald G. Minnich
2007-09-08Welcome to PC Engines and the ALIX 1C!Ronald G. Minnich
2007-09-08Add a copy of the GPL in the flashrom repository as it's an independentUwe Hermann
2007-09-01Small consistency fixes (trivial).Uwe Hermann
2007-09-01Various coding style and whitespace fixes (trivial).Uwe Hermann
2007-09-01Add ITE IT8716F support to probe_superio. This helps especiallyCarl-Daniel Hailfinger
2007-09-01Rename probe_superio.c to superiotool.c.Uwe Hermann
2007-09-01Move probe_superio into the global util/ directory.Uwe Hermann
2007-09-01Add support for the ITE IT8708F.Uwe Hermann
2007-08-31Fix typo for the ITE IT8712F (trivial).Uwe Hermann
2007-08-30Add support for the Athlon64 x2 5000+ CPU.Torsten Duwe
2007-08-30Add support for the Winbond W29EE011.Markus Boas
2007-08-30Add support for the Winbond W29C040P.Markus Boas
2007-08-29Change all flashrom license headers to use our standard format.Uwe Hermann
2007-08-28This patch makes ITE Super I/O probing/dumping a little bit more generic,Carl-Daniel Hailfinger
2007-08-27This patch rewrites probe_superio almost completely.Carl-Daniel Hailfinger
2007-08-23Cosmetic fixes (trivial).Uwe Hermann
2007-08-23Drop duplicated code (copies of plain JEDEC functions).Uwe Hermann
2007-08-23Drop a bunch of useless header files, merge them into flash.h.Uwe Hermann
2007-08-23Move code into *.c files, there's no reason to have it in header files.Uwe Hermann
2007-08-13Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verify.Ed Swierk
2007-08-11flashrom: Add board enable for the EPoX EP-BX3.Luc Verhaegen
2007-07-27flashrom: Add missing supported flash chips to the README (trivial).Uwe Hermann
2007-07-25This patch adds support for the M50FLW040A, M50FLW040B, M50FLW080A,Carl-Daniel Hailfinger
2007-07-24This patch adds support for ST M50FW040 and ST M29W040B to flashrom.Carl-Daniel Hailfinger
2007-07-12Fix Agami Aruma target (the only one using the part)Stefan Reinauer
2007-07-12trivial: clarify comment on ADM1026_DEVICE addressPeter Stuge
2007-07-12Signed-off-by: Stefan Reinauer <stepan@coresystems.de>Stefan Reinauer
2007-07-12some agami i2c mergesStefan Reinauer
2007-07-12[Arg! Forgot to 'svn add', sorry]Uwe Hermann
2007-07-12Generic driver for pretty much all known Standard Microsystems CorporationUwe Hermann
2007-07-04Flashrom: Add support for Tyan Tomcat K7M.Luc Verhaegen
2007-06-20Artec Group dbe61 mainboard support.Marc Jones
2007-06-19Various minor cosmetics and coding style fixes (trivial).Uwe Hermann
2007-06-19The GPIOs used for UART2 RX and TX were reversed.Marc Jones
2007-06-19This patch fixes up a couple mistakes I made with the i82810 and mew-vw to makeCorey Osgood
2007-06-14small agami aruma configuration updates (trivial)Stefan Reinauer
2007-06-14Fix the static device tree of the ASI MB-5BLMP target. This was broken inUwe Hermann
2007-06-14his patch fixes the CAS map for -.5 and -1 CAS settings. The -.5 setting shou...Marc Jones
2007-06-14Small bugfix in i82801xx_lpc.c.Corey Osgood
2007-06-14Add initial support for the Intel 82810 northbridge.Corey Osgood
2007-06-14This patch adds support for the Intel i82810 northbridge and various i82801xxCorey Osgood
2007-06-12Add the AMD DB800 (AKA Salsa) mainboard.Marc Jones
2007-06-07Minor tweaks in the 440BX RAM init code (trivial).Uwe Hermann
2007-06-07Add support for the IEI JUKI-511P and IEI ROCKY-512 half-size boards.Nikolay Petukhov
2007-06-06Fix up and document the AMD CS5530/CS5530A support in flashrom.Uwe Hermann
2007-06-06Add support for the Winbond W83977F-A Super I/O.Nikolay Petukhov
2007-06-05flashrom: Document the newly supported IBM x3455 board and theUwe Hermann