summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Use uint16_t and friends where appropriate (trivial).Uwe Hermann2007-09-197-44/+42
* Make the code a bit more generic (trivial). Different Super I/OsUwe Hermann2007-09-184-14/+24
* Superiotool: Add support for the SMSC FDC37N769.Uwe Hermann2007-09-184-12/+111
* Add a README for superiotool (trivial).Uwe Hermann2007-09-181-0/+61
* Split out a dump_superio() function from ite.c, and make it slightly moreUwe Hermann2007-09-163-46/+65
* Make 'struct superio_registers' globally available, pretty muchUwe Hermann2007-09-162-19/+23
* Split up superiotool.c into multiple source files, one per vendor.Uwe Hermann2007-09-166-513/+622
* Change out/in combinations to pci_read/write_byte inAlex Beregszaszi2007-09-111-6/+4
* Remove useless 'extern' keywords (trivial).Uwe Hermann2007-09-092-58/+58
* Add '(C)' where it's missing (for consistency reasons).Uwe Hermann2007-09-0919-29/+29
* Add missing license header to udelay.c.Uwe Hermann2007-09-091-0/+20
* Add a copy of the GPL in the flashrom repository as it's an independentUwe Hermann2007-09-081-0/+339
* Small consistency fixes (trivial).Uwe Hermann2007-09-011-36/+16
* Various coding style and whitespace fixes (trivial).Uwe Hermann2007-09-011-192/+189
* Add ITE IT8716F support to probe_superio. This helps especiallyCarl-Daniel Hailfinger2007-09-011-0/+48
* Rename probe_superio.c to superiotool.c.Uwe Hermann2007-09-012-4/+41
* Move probe_superio into the global util/ directory.Uwe Hermann2007-09-012-0/+0
* Add support for the ITE IT8708F.Uwe Hermann2007-09-011-0/+59
* Fix typo for the ITE IT8712F (trivial).Uwe Hermann2007-08-311-1/+1
* Add support for the Winbond W29EE011.Markus Boas2007-08-305-1/+68
* Add support for the Winbond W29C040P.Markus Boas2007-08-303-0/+4
* Change all flashrom license headers to use our standard format.Uwe Hermann2007-08-2921-306/+257
* This patch makes ITE Super I/O probing/dumping a little bit more generic,Carl-Daniel Hailfinger2007-08-281-117/+139
* This patch rewrites probe_superio almost completely.Carl-Daniel Hailfinger2007-08-271-24/+246
* Cosmetic fixes (trivial).Uwe Hermann2007-08-2320-115/+120
* Drop duplicated code (copies of plain JEDEC functions).Uwe Hermann2007-08-233-116/+5
* Drop a bunch of useless header files, merge them into flash.h.Uwe Hermann2007-08-2338-212/+101
* Move code into *.c files, there's no reason to have it in header files.Uwe Hermann2007-08-238-200/+208
* Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verify.Ed Swierk2007-08-131-6/+1
* flashrom: Add board enable for the EPoX EP-BX3.Luc Verhaegen2007-08-112-0/+22
* flashrom: Add missing supported flash chips to the README (trivial).Uwe Hermann2007-07-271-0/+10
* This patch adds support for the M50FLW040A, M50FLW040B, M50FLW080A,Carl-Daniel Hailfinger2007-07-252-2/+26
* This patch adds support for ST M50FW040 and ST M29W040B to flashrom.Carl-Daniel Hailfinger2007-07-242-0/+6
* Signed-off-by: Stefan Reinauer <stepan@coresystems.de>Stefan Reinauer2007-07-1231-0/+6733
* Flashrom: Add support for Tyan Tomcat K7M.Luc Verhaegen2007-07-041-3/+8
* Fix up and document the AMD CS5530/CS5530A support in flashrom.Uwe Hermann2007-06-062-11/+22
* flashrom: Document the newly supported IBM x3455 board and theUwe Hermann2007-06-053-6/+7
* Move GPIO settings to board specific code for IBM x3455Stefan Reinauer2007-06-052-5/+14
* Add support for BCM HT1000 chipset to flashrom. Tested on IBM x3455.Stefan Reinauer2007-06-051-0/+24
* Minor cosmetics (trivial).Uwe Hermann2007-05-242-3/+4
* drop leftover includes (trivial)Stefan Reinauer2007-05-246-18/+5
* some copyright analysisStefan Reinauer2007-05-242-1/+24
* factor out register mapping code (trivial)Stefan Reinauer2007-05-246-55/+32
* Unify mmap error messages in flashrom (trivial)Stefan Reinauer2007-05-236-10/+9
* big cosmetic offensive on flashrom. (trivial)Stefan Reinauer2007-05-2317-178/+183
* Add support for the Winbond W39V040FA chip.Uwe Hermann2007-05-213-0/+4
* fix lbtdump after last checkin. (trivial)Stefan Reinauer2007-05-201-2/+4
* Here is a small fix to prevent a segmentation fault in lbtdump.Ben Hewson2007-05-201-8/+8
* Flashrom: add support for ASUS P5A (Socket 7, ALi based).Luc Verhaegen2007-05-203-3/+96
* Fix coding style of flashrom by running indent on all files:Uwe Hermann2007-05-0915-800/+734
OpenPOWER on IntegriCloud