bsh/ksh-clone and make(1)-syntax don't go well together
[coreboot.git] / util /
2008-01-25 Uwe HermannVarious small fixes and updates for lxbios (trivial).
2008-01-25 Peter StugeAdd ids and chip entry for Spansion S25FL016A to flashr...
2008-01-22 Harald GutmannHere is just a little and simple patch to get the MX25L...
2008-01-22 Carl-Daniel HailfingerFlashrom did not use the read function for verifying...
2008-01-22 Carl-Daniel HailfingerMake sure we delay writing the next byte long enough...
2008-01-21 Ronald HoogenboomOmitting the wait for SPI ready when there is no data...
2008-01-21 Bernhard WalleThis patch adds version information to flashrom. Becaus...
2008-01-19 Uwe HermannAdd Bingxun Shi <bingxunshi@gmail.com> to the list...
2008-01-19 Uwe HermannSmall superiotool fix to detect more Winbond W83627EHF...
2008-01-19 Bingxun ShiThis patch is for winbond w83627DHG superio support...
2008-01-19 Ronald HoogenboomSupport SPI flash chips bigger than 512 kByte sitting...
2008-01-18 Uwe HermannDocument the --list-supported option. Various small...
2008-01-18 Uwe HermannMinor documentation improvements/fixes in the README...
2008-01-18 Stefan Reinauerrename linuxbios_* files in utils repository.
2008-01-18 Stefan Reinauerrename linuxbios_* files, too.
2008-01-18 Stefan Reinauerutil/ renames
2008-01-18 Stefan Reinauerrename linuxbios -> coreboot
2008-01-18 Stefan Reinauerfor some reasons the externals did not get committed.
2008-01-18 Stefan ReinauerRename almost all occurences of LinuxBIOS to coreboot.
2008-01-15 Robinson P. TryonAdd new --list-supported switch for printing the list...
2008-01-11 Bernhard WalleThis patch removes '\n' from the help output since...
2008-01-10 Harald GutmannEnable MX25L8005 support in flashrom. The #defines...
2008-01-07 Carl-Daniel HailfingerAdd support for the SST25VF040B 4 Mbit SPI flash chip.
2008-01-04 Ronald G. MinnichAdd board enable for the gigabyte ga_2761gxdk board
2008-01-04 Carl-Daniel HailfingerPrint at least the vendor for SPI flash chips if the...
2007-12-31 Carl-Daniel HailfingerUnfortunately, EN29F002T, EN29F002AT, EN29F002ANT,...
2007-12-31 Carl-Daniel HailfingerAdd continuation ID support to jedec.c
2007-12-31 Carl-Daniel HailfingerThis fixes a few vendor IDs to conform with JEDEC publi...
2007-12-29 Carl-Daniel HailfingerAll SPI chips mentioned in flashchips.c had their secto...
2007-12-29 Carl-Daniel HailfingerPrint the chip status register for all SPI chips on...
2007-12-29 Carl-Daniel HailfingerAdd 25VF016B support to flashrom. Untested, but verifie...
2007-12-17 Carl-Daniel HailfingerAdd support for ST M25P05-A, M25P10-A, M25P20, M25P40...
2007-12-17 Ulf JordanAdd dump support for NSC PC87317.
2007-12-17 Carl-Daniel HailfingerTo make it easier to add new SPI chips to flashchips...
2007-12-16 Carl-Daniel HailfingerAdd support for ST M25P80 chips to flashrom. Detection...
2007-12-14 Ulf JordanAdd dump support for SMSC LPC47M192.
2007-12-14 Ulf JordanAdd dump support for NSC PC97317.
2007-12-13 Ulf JordanAdd detection and dump support for NSC PC97307.
2007-12-13 Ulf JordanAdd dump support for NSC PC8741x.
2007-12-10 Frederico SilvaAdd support for more atmel chips:
2007-12-08 Ulf JordanAdd detection and dump support for NSC PC87309.
2007-12-07 Uwe HermannAdd/fix some LDN descriptions (trivial).
2007-12-07 Ulf JordanFix typo. According to National's datasheet PC87317...
2007-12-04 Uwe HermannVarious coding style fixes, constification, fixed typos...
2007-12-02 Jonathan A. KollaschAdd board-enable for Acorp 6A815EPD.
2007-11-29 Uwe HermannVarious small fixes (trivial).
2007-11-25 Robinson P. TryonDump support for SMSC FDC37C67x.
2007-11-24 Ulf JordanAdd dump support for the PC87366.
2007-11-22 Uwe HermannDump support for the SMSC LPC47B27x (trivial).
2007-11-17 Uwe HermannDetection support for more Super I/Os. Small fixes...
2007-11-14 Uwe HermannAdd detection and dump support for the SMSC FDC37N958FR...
2007-11-13 Lane Brooks[LinuxBIOS] flashrom support for AMD Geode CS5536
2007-11-13 Ulf JordanAdd dump support for NSC PC87360.
2007-11-13 Carl-Daniel HailfingerFix ATMEL 29C020 detection with flashrom. The JEDEC...
2007-11-13 Frieder FerlemannGrouping register dumps by 8 register values per group...
2007-11-12 Uwe HermannDrop superfluous exit_conf_mode*() calls, we don't...
2007-10-31 Uwe HermannUse the preferred order of 'static const' instead of...
2007-10-30 Rudolf MarekK8 resource dump utility from Rudolf Marek
2007-10-30 Uwe HermannAdd support for Intel 440MX systems.
2007-10-25 Peter LemenkovAdded Am29LV040B
2007-10-24 Stefan ReinauerThis change removes all warnings from romcc in my build...
2007-10-24 Stefan Reinauersmaller changes to silence build warnings. (trivial)
2007-10-22 Peter LemenkovFlashrom: Add more Vendor IDs and ensure correct sortin...
2007-10-22 Carl-Daniel HailfingerIntroduce block and sector erase routines to flashrom...
2007-10-18 Carl-Daniel HailfingerRemove hardcoded wait from SPI write/erase routines...
2007-10-18 Uwe HermannDocumentation fixes and updates (trivial).
2007-10-18 Carl-Daniel HailfingerAdd generic SPI flash erase and write support to flashr...
2007-10-17 Uwe HermannSome cosmetic cleanups in the flashrom code and output.
2007-10-17 Uwe HermannDrop support for the --human-readable option. It's...
2007-10-17 Uwe HermannPrint the version number always, not only in verbose...
2007-10-17 Idwer VolleringAdd dump support for the Winbond W83697SF.
2007-10-17 Carl-Daniel HailfingerFix wrong values/typos in chipset_enable.c. This has...
2007-10-16 Uwe HermannMultiple flashrom fixes:
2007-10-16 Uwe HermannAdd detection support for the Winbond W83977AF as found...
2007-10-16 Michael van der... Add Gigabyte M61P-S3 SPI flash support to board_enable.c
2007-10-16 Carl-Daniel HailfingerConvert the existing it8716f_* functions to generic_spi...
2007-10-16 Uwe HermannFix the detection for the Winbond W83697SF. Unfortunate...
2007-10-16 Idwer VolleringDump support for the Winbond W83977TF.
2007-10-15 Carl-Daniel Hailfinger(forgot to add spi.c)
2007-10-15 Carl-Daniel HailfingerMove SPI code out of board_enable.c where it started...
2007-10-15 Uwe HermannFix stupid thinko in the Winbond detection code which...
2007-10-14 Uwe HermannAdd dump support for the NSC PC8374L (trivial).
2007-10-13 Ulf JordanSet the superiotool version number from svn at build...
2007-10-13 Stefan ReinauerDump support for the SMSC LPC47N227.
2007-10-12 Ronald G. MinnichChanges to flashrom to support the K8N-NEO3, first...
2007-10-11 Uwe HermannSuperiotool manpage/documentation improvements (trivial).
2007-10-10 Uwe HermannRevert my last cleanup patch.
2007-10-10 Uwe HermannCosmetic changes to make the flashrom output more consi...
2007-10-08 Uwe HermannFixup a register dump attached to the wrong Super I...
2007-10-08 Uwe HermannAdd detection support for lots more SMSC Super I/Os...
2007-10-07 Uwe HermannSome more ITE chips and small fixes (trivial).
2007-10-07 Uwe HermannDetection support for a bunch of NSC Super I/Os (trivial).
2007-10-07 Uwe HermannPrint a short message if no Super I/O chip could be...
2007-10-07 Uwe HermannAdd a list of contributors to the README (trivial)...
2007-10-07 David HendricksAdd dump support for the Winbond W83627THF/THG.
2007-10-07 Uwe HermannAdd a manpage for superiotool (trivial).
2007-10-07 Robinson P. TryonDump support for the SMSC FDC37B72x.
2007-10-07 Robinson P. TryonDump support for the SMSC FDC37B78x.
2007-10-07 Robinson P. TryonDump support for the SMSC FDC37M81x.
2007-10-05 Rasmus WimanAdd dump support for the Winbond W83627HF/F/HG/G.
next