- 22 Jun, 2008 2 commits
-
-
Peter Stuge authored
DOC support has been disabled by default for many years. The write function does nothing but print text. It has a call to write_page_md2802() commented out, but that function does not exist. This is dead code with ugly #ifdefs. Updates README to reflect that there was a time when there was code, but it didn't work. Removes M-Systems #defines and also includes svn rm msys_doc.* Corresponding to flashrom svn r269 and coreboot v2 svn r3382. Signed-off-by:
Peter Stuge <peter@stuge.se> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
Peter Stuge authored
Corresponding to flashrom svn r267 and coreboot v2 svn r3378. Signed-off-by:
Peter Stuge <peter@stuge.se> Acked-by:
Peter Stuge <peter@stuge.se>
-
- 21 Jun, 2008 1 commit
-
-
Peter Stuge authored
Corresponding to flashrom svn r266 and coreboot v2 svn r3377. Signed-off-by:
Peter Stuge <peter@stuge.se> Acked-by:
Peter Stuge <peter@stuge.se>
-
- 22 May, 2008 1 commit
-
-
Andriy Gapon authored
This patch addresses different argument order of outX() calls, FreeBSD-specific headers, difference in certain type names and system interface names, and also FreeBSD-specific way of gaining IO port access. Corresponding to flashrom svn r245 and coreboot v2 svn r3344. Signed-off-by:
Andriy Gapon <avg@icyb.net.ua> Acked-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-
- 17 May, 2008 1 commit
-
-
Nikolay Petukhov authored
The PMC chips understand both LPC and FWH flash commands. When in FWH mode (MSR_DIVIL_BALL_OPT(0x51400015) = 0x00000f7d on 5536 boards) the Block Locking Registers by default lock the flash chip for write and erase - in addition to any chipset write protection. This patch adds unlock operations before Pm49FL004/2 write and erase, and it includes an svn mv pm49fl004.c pm49fl00x.c Thanks go to Nikolay for this patch. Corresponding to flashrom svn r243 and coreboot v2 svn r3332. Signed-off-by:
Nikolay Petukhov <nikolay.petukhov@gmail.com> Signed-off-by:
Peter Stuge <peter@stuge.se> Acked-by:
Bari Ari <bari@onelabs.com>
-
- 16 May, 2008 1 commit
-
-
Dominik Geyer authored
This is done by using the generic SPI interface. Corresponding to flashrom svn r239 and coreboot v2 svn r3325. Signed-off-by:
Dominik Geyer <dominik.geyer@kontron.com> Acked-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-
- 13 May, 2008 1 commit
-
-
Carl-Daniel Hailfinger authored
No behavioural changes, but greatly improved SPI abstraction. Corresponding to flashrom svn r229 and coreboot v2 svn r3305. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by:
Peter Stuge <peter@stuge.se>
-
- 28 Apr, 2008 1 commit
-
-
Claus Gindhart authored
The generic jedec.c does not work for the ST M50FLW flash devices, because they need an unlock command first. For this reason, ST M50FLW support is moved to a new HW support module, because any change in jedec.c would bear the risk to cause problems with the already supported devices. It's already tested with ST M50FLW080A; the other chips of this family i dont have available, so i couldnt test it. Corresponding to flashrom svn r219 and coreboot v2 svn r3274. Signed-off-by:
Claus Gindhart <claus.gindhart@kontron.com> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 17 Mar, 2008 1 commit
-
-
Stefan Reinauer authored
Support for flashing on the Kontron 986LCD-M board. Corresponding to flashrom svn r213 and coreboot v2 svn r3165. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-
- 14 Mar, 2008 1 commit
-
-
Uwe Hermann authored
Corresponding to flashrom svn r206 and coreboot v2 svn r3142. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 13 Mar, 2008 1 commit
-
-
Carl-Daniel Hailfinger authored
Corresponding to flashrom svn r201 and coreboot v2 svn r3137. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by:
Peter Stuge <peter@stuge.se>
-
- 14 Feb, 2008 1 commit
-
-
Clark Rawlins authored
With this small change it is possible to build flashrom again when specifying custom CFLAGS/LDFLAGS from the make command line like. make CFLAGS="..." LDFLAGS="..." I need to do this when building flashrom in a cross compiler environment like buildroot for a foreign target. Corresponding to flashrom svn r196 and coreboot v2 svn r3102. Signed-off-by:
Clark Rawlins <clark@bit63.org> Acked-by:
Ronald G. Minnich <rminnich@gmail.com> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 21 Jan, 2008 1 commit
-
-
Bernhard Walle authored
Because 'v' and 'V' are already in use, the patch uses 'R' (for release) and, of course, '--version'. Corresponding to flashrom svn r182 and coreboot v2 svn r3067. Signed-off-by:
Bernhard Walle <bernhard.walle@gmx.de> Acked-by:
Ulf Jordan <jordan@chalmers.se> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 18 Jan, 2008 1 commit
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r179 and coreboot v2 svn r3058. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 16 Oct, 2007 1 commit
-
-
Uwe Hermann authored
- Install binary in /usr/sbin (not /usr/bin), as it's a root-only tool. - Rename manpage from flashrom.1 to flashrom.8, as section 8 contains "System administration commands (usually only for root)". - Actually install the manpage upon 'make install'. Corresponding to flashrom svn r149 and coreboot v2 svn r2866. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 15 Oct, 2007 1 commit
-
-
Carl-Daniel Hailfinger authored
The SPI chip finding and SPI chip accessor code is moved as well. This can be split later if we feel like it. The non-use of svn cp is intentional because the only history we'd have to preserve are a few commits which were early prototypes of chip identification code. For those who intend to look at that history, they can look at board_enable.c revision 2853. Corresponding to flashrom svn r145 and coreboot v2 svn r2857. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 30 Aug, 2007 1 commit
-
-
Markus Boas authored
Corresponding to flashrom svn r133 and coreboot v2 svn r2753. Signed-off-by:
Markus Boas <ryven@ryven.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 11 Apr, 2007 1 commit
-
-
Uwe Hermann authored
The tool is called 'flashrom' after all. Corresponding to flashrom svn r103 and coreboot v2 svn r2603. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 04 Apr, 2007 1 commit
-
-
Luc Verhaegen authored
This splits up the ROM Write enable code into chipset specific and board specific parts. This of course means that a lot of code is plainly moved about. * Allows for linuxbios name matching and pci-subsystem id matching. The latter uses a double set to properly distuinguish boards despite of some known vendors being lax about it. * Fixes GPIO15 being raised on every VT8235 southbridge, regardless of what that line actually controls; rom on EPIA-M, backlight on mitac 8999 laptop. * Adds flashrom support for Asus A7V400-MX (KM400 + VT8235) * Island aruma was renamed agami aruma, the board specific code now got adjusted. A set of pci-ids was retrieved from source code. Corresponding to flashrom svn r99 and coreboot v2 svn r2581. Signed-off-by:
Luc Verhaegen <libv@skynet.be> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 16 Feb, 2007 1 commit
-
-
Ed Swierk authored
Currently the flashrom Makefile tries to detect whether pciutils-devel is installed, but the test also fails if zlib-devel is missing. This patch changes the error message accordingly. Corresponding to flashrom svn r90 and coreboot v2 svn r2553. Signed-off-by:
Ed Swierk <eswierk@arastra.com> Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 06 Feb, 2007 1 commit
-
-
Adam Kaufman authored
* flash.h: - add a license header - add system definitions * flash_enable.c: - put io priviledge access in one single place - add includes required for Solaris. * lbtable.c, flash_rom.c, 82802ab.c: - use MEM_DEV so it works on Solaris * sst49lfxxxc.c, sharplhf00l04.c, sst_fwhub.c, 82802ab.c - drop unneeded include to sys/io.h * Makefile - adapt to Solaris specifics. Corresponding to flashrom svn r88 and coreboot v2 svn r2550. Signed-off-by:
Adam Kaufman <adam.kaufman@pinnacle.com> Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Adam Kaufman <adam.kaufman@pinnacle.com>
-
- 22 Jan, 2007 1 commit
-
-
Yinghai Lu authored
Also add suport for NVIDIA MCP55. Corresponding to flashrom svn r85 and coreboot v2 svn r2537. Signed-off-by:
Yinghai Lu <yinghai.lu@amd.com> Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Peter Stuge <peter@stuge.se>
-
- 14 Dec, 2006 1 commit
-
-
Uwe Hermann authored
Corresponding to flashrom svn r82 and coreboot v2 svn r2524. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 22 Nov, 2006 1 commit
-
-
Giampiero Giancipoli authored
Added a check-reprogram loop in the same function, to come around the high page write failure rate on some boards. This patch includes the changes suggested by Ron to simplify the control flow. It also includes trivial changes by me to make flashrom build on newer systems (libpci needs libz now). I also made a small type case compile fix and proper return code handling in one or two places. Corresponding to flashrom svn r78 and coreboot v2 svn r2505. Signed-off-by:
Giampiero Giancipoli <gianci@email.it> Signed-off-by:
Ronald G Minnich <rminnich@gmail.com> Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 19 Mar, 2006 1 commit
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r49 and coreboot v2 svn r2215.
-
- 23 Feb, 2006 1 commit
-
-
Ronald G. Minnich authored
Corresponding to flashrom svn r40 and coreboot v2 svn r2180.
-
- 01 Dec, 2005 1 commit
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r36 and coreboot v2 svn r2117.
-
- 26 Nov, 2005 1 commit
-
-
Ollie Lho authored
Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
-
- 30 Sep, 2004 1 commit
-
-
Ronald G. Minnich authored
Corresponding to flashrom svn r25 and coreboot v2 svn r1651.
-
- 17 Mar, 2004 2 commits
-
-
Ollie Lho authored
Corresponding to flashrom svn r6 and coreboot v2 svn r1428.
-
David Hendricks authored
Corresponding to flashrom svn r5 and coreboot v2 svn r1422.
-
- 13 Feb, 2004 1 commit
-
-
Ronald G. Minnich authored
Corresponding to flashrom svn r4 and coreboot v2 svn r1376.
-
- 12 Sep, 2003 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r873.
-
- 11 Feb, 2003 1 commit
-
-
Ronald G. Minnich authored
Currently, only e7500 supported, but it is easy to add more. Corresponding to coreboot v1 svn r744.
-
- 16 Oct, 2002 1 commit
-
-
Andrew Ip authored
Corresponding to coreboot v1 svn r643.
-
- 06 Sep, 2002 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r633.
-
- 28 May, 2002 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r582.
-
- 21 Mar, 2002 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r523.
-
- 29 Jan, 2002 2 commits
-
-
Ronald G. Minnich authored
- switch to volatile everywhere - use myusec_delay instead of usleep Corresponding to coreboot v1 svn r492.
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r489.
-