1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-08-19 13:11:18 +02:00

Commit Graph

  • d918daa858 Support for Am29F016D Stefan Reinauer 2006-03-16 16:44:07 +00:00
  • 5eaed68734 Add preliminary (non-working) support for Sharp LHF00L04 Ronald G. Minnich 2006-03-14 19:58:14 +00:00
  • fc7fbdd3fc A few new items and mods for ollie Ronald G. Minnich 2006-03-01 16:11:05 +00:00
  • d2c3a622b7 Add support for ICH5 Ronald G. Minnich 2006-02-24 17:10:10 +00:00
  • 9d3d93e700 Add support for ST M29F040B Stefan Reinauer 2006-02-24 13:47:26 +00:00
  • 5b582f23b8 Add sharp flash Ronald G. Minnich 2006-02-23 17:16:44 +00:00
  • 143da0baae Pass on return values Stefan Reinauer 2006-01-04 16:42:57 +00:00
  • 3a431602df Redo image checking in conversion case Stefan Reinauer 2005-12-18 18:40:46 +00:00
  • e3705282c7 Multiple unrelated changes Stefan Reinauer 2005-12-18 16:41:10 +00:00
  • 53e96253a4 Make flashrom utility build process more solid Stefan Reinauer 2005-12-01 16:19:24 +00:00
  • 06b2c4d433 Mention build dependencies in Makefile Stefan Reinauer 2005-12-01 10:51:08 +00:00
  • 184a404033 Flashrom update from Stefan, resolve issue 21 Ollie Lho 2005-11-26 21:55:36 +00:00
  • 8a10d5a631 Bug fix from Jonathan McDowell <noodles@earth.li> Ollie Lho 2005-08-03 15:04:53 +00:00
  • 952dfce3c2 Nvidia Ck804 support Yinghai Lu 2005-07-06 17:13:46 +00:00
  • a1439cfdee Add dedicated chip erase function for SST49LF040 Ollie Lho 2005-01-11 02:48:22 +00:00
  • efa28589b1 Add -E option for chip erase, remove duplicated code Ollie Lho 2004-12-08 20:10:01 +00:00
  • 1b8b66000f Add retry to write_byte_program_jedec(), 99% success rate Ollie Lho 2004-12-08 02:10:33 +00:00
  • d11f361808 Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/B Ollie Lho 2004-12-07 17:19:04 +00:00
  • 98bea8aba5 SST49LF00[2,3,4] should use the same driver as 49LF008 Ollie Lho 2004-12-07 03:15:51 +00:00
  • ad8ffd2e76 Tyan update to work with new CPU Config Yinghai Lu 2004-10-20 05:07:16 +00:00
  • 1f4d653d8c Support for sst firmware hub Ronald G. Minnich 2004-09-30 16:37:01 +00:00
  • 9ffaf0b423 Use hex print in id1, id2 Ronald G. Minnich 2004-09-28 20:32:17 +00:00
  • 6a96741279 Add support for ICH4 Ronald G. Minnich 2004-09-28 20:09:06 +00:00
  • af47477c29 Code reformat Ollie Lho 2004-09-07 21:31:47 +00:00
  • e66bdb307a Add missing return at 205 Ronald G. Minnich 2004-04-13 19:10:48 +00:00
  • afdfce8cbc Data type consistence Ollie Lho 2004-03-27 00:31:03 +00:00
  • 8b8897a5fd Remove false alarm of erase/write, use verify '-v' if you are not sure about the integrity Ollie Lho 2004-03-27 00:18:15 +00:00
  • 070647d114 More jedec standard consolidation Ollie Lho 2004-03-22 22:19:17 +00:00
  • 3a3dea7260 Remove unused #define and function declaration Ollie Lho 2004-03-20 17:39:43 +00:00
  • f51a766f89 I have no idea what i was trying to show off when I used the while loop rather than for loop Ollie Lho 2004-03-20 17:05:01 +00:00
  • 761bf1bdb7 Consolidate more jedec standard code Ollie Lho 2004-03-20 16:46:10 +00:00
  • 73eca80d9b Remove duplicated code Ollie Lho 2004-03-19 22:10:07 +00:00
  • 180850e2c0 Add support for SST49LF0xxA parts David Hendricks 2004-03-18 21:59:05 +00:00
  • 1f12810d33 Add support for more SST 49lf0xxA parts David Hendricks 2004-03-18 21:55:22 +00:00
  • 856943d483 Forgot a semicolon Ollie Lho 2004-03-18 20:35:33 +00:00
  • f36ad4f172 Remove unused code in pm49fl004, remove experimental delay in sst49lf040 Ollie Lho 2004-03-18 20:31:54 +00:00
  • 789ad3db35 Fix stupid i++ evalution order bug Ollie Lho 2004-03-18 20:27:33 +00:00
  • cf29de8798 Fix 32bit vs. 64bit long int arithematics Ollie Lho 2004-03-18 19:40:07 +00:00
  • cec287936c Use standard product ID exit method for w49f002u Ollie Lho 2004-03-17 23:03:37 +00:00
  • cbbf125981 Move utility functions into new source files Ollie Lho 2004-03-17 22:22:08 +00:00
  • 3770a1132e Add support for SST49LF040 David Hendricks 2004-03-17 21:47:30 +00:00
  • 8ff8432ce6 Fix makefile Ronald G. Minnich 2004-02-13 23:09:54 +00:00
  • e3dad01157 Now we support 8111 and these parts Ronald G. Minnich 2004-02-10 21:34:18 +00:00
  • 84cfad0c9c Remove spd_dump.c, it has nothing to do with flashing flash parts Ronald G. Minnich 2003-11-05 16:36:57 +00:00
  • 5d22aba9c5 Missing return in msys_doc.c:206 Ronald G. Minnich 2004-04-13 19:07:45 +00:00
  • a01c0ed420 Fix another volatile declaration Ronald G. Minnich 2004-03-08 15:22:30 +00:00
  • 7ead885e1c Fix volatile Ronald G. Minnich 2003-11-05 16:36:57 +00:00
  • eaab50bb32 Changes from NIKI Ronald G. Minnich 2003-09-12 22:41:53 +00:00
  • ceec420c3d SONE's changes Ronald G. Minnich 2003-07-25 04:37:41 +00:00
  • afe44a97fd Add flash enable for sc1100 Andrew Ip 2003-07-22 10:12:08 +00:00
  • 772f6457b0 Add vt8235 for epia-m Andrew Ip 2003-07-21 14:54:16 +00:00
  • 7bd1dee5b3 Fix for sis 5595 Ronald G. Minnich 2003-05-08 19:33:19 +00:00
  • b9d27708a7 Add support for CS5530 Ronald G. Minnich 2003-04-21 17:56:12 +00:00
  • e555957f04 Fixes ... Ronald G. Minnich 2003-03-28 03:29:43 +00:00
  • d4228fdc47 Made the ids always print in hex less verbose verify step Ronald G. Minnich 2003-02-28 17:21:38 +00:00
  • 4d32e789a8 Enhancements to make flash_rom easier Ronald G. Minnich 2003-02-12 18:11:42 +00:00
  • c73ad98798 This will now enable flash automagically for chipsets on which it knows how Ronald G. Minnich 2003-02-11 21:06:09 +00:00
  • 4572a82245 Clean up at user request Ronald G. Minnich 2003-02-11 16:09:12 +00:00
  • bb0322f335 Quick fix for 82802ac Ronald G. Minnich 2003-01-13 23:43:36 +00:00
  • 973b26db57 Add w29c011 Andrew Ip 2002-12-30 13:10:06 +00:00
  • f0126ce251 Add w49f002u support Andrew Ip 2002-10-16 06:58:05 +00:00
  • 5643942750 Can now burn 82802ab Ronald G. Minnich 2002-09-06 16:58:14 +00:00
  • 6041bcda7a Add sst39vf020 support Ollie Lho 2002-07-18 03:32:00 +00:00
  • b193490201 Add support for ST M29F400BT - part 2 Ronald G. Minnich 2002-06-11 19:15:55 +00:00
  • 3c910ed807 Add support for ST M29F400BT - part 1 Ronald G. Minnich 2002-05-28 23:29:17 +00:00
  • 1e5003fdeb Add a note on the cs5530 southbridge Ronald G. Minnich 2002-04-10 18:02:07 +00:00
  • 213ee71ff4 Support for the 39sf020 Ronald G. Minnich 2002-04-10 16:01:38 +00:00
  • 3193a90719 Fix idiot bug, thanks to Mikael Halvarsson <mi.halvarsson@telia.com> Ronald G. Minnich 2002-04-09 23:57:21 +00:00
  • 5e8dfff2c3 sst39sf020 support Ronald G. Minnich 2002-03-21 22:41:11 +00:00
  • c831647b17 Add support for 39sf020 Ronald G. Minnich 2002-03-21 22:40:40 +00:00
  • ef5779d1dd Fixes Ronald G. Minnich 2002-01-29 20:18:02 +00:00
  • f4cf2baec9 Dammit Ronald G. Minnich 2002-01-29 18:26:26 +00:00
  • fb331567e9 Dammit Ronald G. Minnich 2002-01-29 18:26:01 +00:00
  • 5e5f75e559 Trying to make this general purpose user-land flash burner Ronald G. Minnich 2002-01-29 18:21:41 +00:00