- 09 Apr, 2007 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r102 and coreboot v2 svn r2601. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Randall Philipson authored
Corresponding to flashrom svn r101 and coreboot v2 svn r2599. Signed-off-by:
Randall Philipson <rtphilipson@cox.net> Acked-by:
Ronald G. Minnich <rminnich@gmail.com> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 06 Apr, 2007 1 commit
-
-
Stefan Reinauer authored
* Only open /dev/mem once and do it early. * Drop extern for function prototypes. * Minimize ts5300 impact in probe_flash() This cleanup will making ICH7 SPI support quite some easier. Corresponding to flashrom svn r100 and coreboot v2 svn r2585. Signed-off-by:
Stefan Reinauer <stepan@coresystems.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>
-
- 01 Apr, 2007 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r98 and coreboot v2 svn r2578. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Uwe Hermann authored
Corresponding to flashrom svn r97 and coreboot v2 svn r2577. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 31 Mar, 2007 1 commit
-
-
Uwe Hermann authored
Corresponding to flashrom svn r96 and coreboot v2 svn r2575. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Peter Stuge <peter@stuge.se>
-
- 22 Mar, 2007 1 commit
-
-
Stefan Reinauer authored
Without it, the error message might look like: Image size doesnt match: Success Corresponding to flashrom svn r95 and coreboot v2 svn r2573. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 06 Mar, 2007 1 commit
-
-
Ed Swierk authored
0x0360 is needed to support the DFI LANParty NF590SLI, and I am deducing the others based on pci_ids.h in the Linux kernel. Corresponding to flashrom svn r94 and coreboot v2 svn r2570. 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>
-
- 02 Mar, 2007 2 commits
-
-
Luc Verhaegen authored
* Fix harmless but worrying warning where the return value of pci_write_byte is misinterpreted. * Hash together VT8231 and VT8235 code into VT823x. VT8231 is the better implementation, but lacked the write protect disable code that's apparently needed for VT8235. Corresponding to flashrom svn r93 and coreboot v2 svn r2568. Signed-off-by:
Luc Verhaegen <libv@skynet.be> Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
David Hendricks authored
Corresponding to flashrom svn r92 and coreboot v2 svn r2565. Signed-off-by:
David Hendricks <david.hendricks@gmail.com> Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 28 Feb, 2007 1 commit
-
-
Ward Vandewege authored
Corresponding to flashrom svn r91 and coreboot v2 svn r2564. Signed-off-by:
Ward Vandewege <ward@gnu.org> 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 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r89 and coreboot v2 svn r2551. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
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>
-
- 27 Jan, 2007 1 commit
-
-
Alan Carvalho de Assis authored
Corresponding to flashrom svn r87 and coreboot v2 svn r2539. Signed-off-by:
Alan Carvalho de Assis <acassis@gmail.com> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 24 Jan, 2007 1 commit
-
-
Uwe Hermann authored
Corresponding to flashrom svn r86 and coreboot v2 svn r2538. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 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>
-
- 20 Dec, 2006 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r84 and coreboot v2 svn r2531. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Uwe Hermann authored
Corresponding to flashrom svn r83 and coreboot v2 svn r2530. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 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>
-
- 04 Dec, 2006 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r81 and coreboot v2 svn r2518. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Uwe Hermann authored
Corresponding to flashrom svn r80 and coreboot v2 svn r2517. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 22 Nov, 2006 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r79 and coreboot v2 svn r2507. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
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>
-
- 21 Nov, 2006 4 commits
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r77 and coreboot v2 svn r2504. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
Stefan Reinauer authored
Corresponding to flashrom svn r76 and coreboot v2 svn r2503. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Segher Boessenkool <segher@kernel.crashing.org>
-
Uwe Hermann authored
Corresponding to flashrom svn r75 and coreboot v2 svn r2502. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Uwe Hermann authored
Corresponding to flashrom svn r74 and coreboot v2 svn r2501. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Ronald G. Minnich <rminnich@gmail.com>
-
- 20 Nov, 2006 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r73 and coreboot v2 svn r2500. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Giampiero Giancipoli authored
Corresponding to flashrom svn r72 and coreboot v2 svn r2499. Signed-off-by:
Giampiero Giancipoli <gianci@email.it> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 07 Nov, 2006 3 commits
-
-
Stefan Reinauer authored
This Corresponding to flashrom svn r71 and coreboot v2 svn r2494. will detect any improper erase, closes #31 Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-
Uwe Hermann authored
Add detailed instructions on how and where to get the datasheet, its name, and order number. Corresponding to flashrom svn r70 and coreboot v2 svn r2493. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
Stefan Reinauer authored
Corresponding to flashrom svn r69 and coreboot v2 svn r2492. closes #30 Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 05 Nov, 2006 1 commit
-
-
Uwe Hermann authored
Tested on real hardware, reading, detecting and writing various chips works. Corresponding to flashrom svn r68 and coreboot v2 svn r2489. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 14 Oct, 2006 1 commit
-
-
Stefan Reinauer authored
* add vt8237 support (Uwe Hermann) * add more MCP51 support (me) Corresponding to flashrom svn r67 and coreboot v2 svn r2456.
-
- 07 Oct, 2006 3 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r66 and coreboot v2 svn r2450. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> X-Signed-off-by:
Stefan Reinauer <stepan@coresystems.de>
-
Uwe Hermann authored
Corresponding to flashrom svn r65 and coreboot v2 svn r2449. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> X-Signed-off-by:
Stefan Reinauer <stepan@coresystems.de>
-
Roman Kononov authored
Corresponding to flashrom svn r64 and coreboot v2 svn r2448. Signed-off-by: Roman Kononov <kononov195-lbl@yahoo.com>. X-Signed-off-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 21 Sep, 2006 1 commit
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r63 and coreboot v2 svn r2431.
-