- 27 Jun, 2008 1 commit
-
-
Stefan Reinauer authored
* ICH7 SPI support * fix some variable names in ichspi.c (Offset -> offset) * Dump ICH7 SPI bar with -V * Improve error message in case IOPL goes wrong. (It might not even be an IOPL) Corresponding to flashrom svn r278 and coreboot v2 svn r3393. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Peter Stuge <peter@stuge.se>
-
- 22 May, 2008 2 commits
-
-
Uwe Hermann authored
- Fix typos and inconsistencies. - Drop duplicate line which tells us the chip name twice. - Also print the chip vendor, not only the name. Corresponding to flashrom svn r249 and coreboot v2 svn r3348. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
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>
-
- 16 May, 2008 2 commits
-
-
Carl-Daniel Hailfinger authored
Add ICH8 support to the ICH9 code. Corresponding to flashrom svn r241 and coreboot v2 svn r3327. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
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>
-
- 14 May, 2008 2 commits
-
-
Carl-Daniel Hailfinger authored
Corresponding to flashrom svn r234 and coreboot v2 svn r3314. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
Claus Gindhart authored
Corresponding to flashrom svn r233 and coreboot v2 svn r3310. Signed-off-by:
Claus Gindhart <claus.gindhart@kontron.com> Acked-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-
- 29 Apr, 2008 1 commit
-
-
Bari Ari authored
Corresponding to flashrom svn r220 and coreboot v2 svn r3275. Signed-off-by:
Bari Ari <bari@onelabs.com> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 18 Mar, 2008 1 commit
-
-
Carl-Daniel Hailfinger authored
Straight from the datasheet, untested. Corresponding to flashrom svn r215 and coreboot v2 svn r3167. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 14 Mar, 2008 1 commit
-
-
Carl-Daniel Hailfinger authored
Functionality (except printing) should be unchanged. Corresponding to flashrom svn r207 and coreboot v2 svn r3144. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Ward says: This code detects the ICH8 chipset on my laptop, and it appears to use SPI. Acked-by:
Ward Vandewege <ward@gnu.org>
-
- 13 Mar, 2008 1 commit
-
-
Uwe Hermann authored
Cosmetic changes in some files, partly bending the 80-characters-per-line rule in this special case, as the 80-character-limited version looks equally crappy even in an 80x25 console/xterm, so let's make it at least look good in a high-resolution xterm. Corresponding to flashrom svn r203 and coreboot v2 svn r3139. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 12 Mar, 2008 1 commit
-
-
Uwe Hermann authored
Corresponding to flashrom svn r199 and coreboot v2 svn r3133. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Ward Vandewege <ward@gnu.org>
-
- 11 Feb, 2008 1 commit
-
-
Mart Raudsepp authored
- Remove the "enable write to flash" message, as the caller appears to already report that. - Move the 'modprobe msr' suggestions to the first lseek64 error handling, as we get an error there already. - Rename a perror string from "read" to "read msr", as we use the latter already in this function for another read. Corresponding to flashrom svn r195 and coreboot v2 svn r3101. Signed-off-by:
Mart Raudsepp <mart.raudsepp@artecdesign.ee> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 08 Feb, 2008 2 commits
-
-
Mart Raudsepp authored
Also, move a big code comment to the top of enable_flash_cs5536(). Corresponding to flashrom svn r193 and coreboot v2 svn r3098. Signed-off-by:
Mart Raudsepp <mart.raudsepp@artecdesign.ee> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Mart Raudsepp authored
This implements support for devices using AMD Geode companion chip CS5536 that have the Boot ROM on NOR flash that is directly connected to FLASH_CS3 (Boot Flash Chip Select). We need to write enable it in the NORF_CTL MSR register for flashrom to be able to write to it, including JEDEC probe commands. This patch allows us to stop using AMD gx_utils.ko for BIOS flashing on the DBE61. Corresponding to flashrom svn r192 and coreboot v2 svn r3097. Signed-off-by:
Mart Raudsepp <mart.raudsepp@artecdesign.ee> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 26 Jan, 2008 1 commit
-
-
Marc Jones authored
Corresponding to flashrom svn r188 and coreboot v2 svn r3078. Signed-off-by:
Marc Jones <marc.jones@amd.com> Acked-by:
Peter Stuge <peter@stuge.se> Tested on the pcengines alix1c and works fine. Acked-by:
Ronald G. Minnich <rminnich@gmail.com>
-
- 04 Dec, 2007 1 commit
-
-
Uwe Hermann authored
Also, s/0xFF80/0xFFC0/ in the Acorp 6A815EPD board-enable, as per http://www.linuxbios.org/pipermail/linuxbios/2007-December/027750.html Corresponding to flashrom svn r162 and coreboot v2 svn r2997. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 13 Nov, 2007 1 commit
-
-
Lane Brooks authored
Attached is a patch that enables AMD Geode CS5536 chipset support. I have tested it successfully on a MSM800 board from digital logic. Corresponding to flashrom svn r160 and coreboot v2 svn r2967. Signed-off-by:
Lane Brooks <lbrooks@mit.edu> Acked-by:
Jordan Crouse <jordan.crouse@amd.com>
-
- 30 Oct, 2007 1 commit
-
-
Uwe Hermann authored
Detection and reading works, writing is not tested. Corresponding to flashrom svn r158 and coreboot v2 svn r2903. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Peter Stuge <peter@stuge.se>
-
- 17 Oct, 2007 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r151 and coreboot v2 svn r2873. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
Carl-Daniel Hailfinger authored
This has been confirmed by Ed Swierk in http://www.mail-archive.com/linuxbios@linuxbios.org/msg09788.html . Corresponding to flashrom svn r150 and coreboot v2 svn r2868. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 10 Oct, 2007 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r143 and coreboot v2 svn r2847. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Uwe Hermann authored
Corresponding to flashrom svn r142 and coreboot v2 svn r2846. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 11 Sep, 2007 1 commit
-
-
Alex Beregszaszi authored
Corresponding to flashrom svn r138 and coreboot v2 svn r2770. Signed-off-by:
Alex Beregszaszi <alex@rtfs.hu> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 29 Aug, 2007 1 commit
-
-
Uwe Hermann authored
No changes in content of the files. Corresponding to flashrom svn r131 and coreboot v2 svn r2751. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 23 Aug, 2007 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r130 and coreboot v2 svn r2748. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Uwe Hermann authored
Corresponding to flashrom svn r128 and coreboot v2 svn r2746. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 06 Jun, 2007 1 commit
-
-
Uwe Hermann authored
The previous code was pretty unreadable, undocumented and did some totally unrelated things (such as mucking with the game port or port 0x92). This version is tested with a 256 KB chip and should work for the CS5530 and CS5530A. Corresponding to flashrom svn r120 and coreboot v2 svn r2715. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 05 Jun, 2007 3 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r119 and coreboot v2 svn r2713. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Stefan Reinauer authored
Corresponding to flashrom svn r118 and coreboot v2 svn r2712. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
Stefan Reinauer authored
Tested on IBM x3455. Corresponding to flashrom svn r117 and coreboot v2 svn r2711. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 20 May, 2007 1 commit
-
-
Luc Verhaegen authored
* Add support for the ALi M1533 to chipset_enable.c * Add some SMBus poking needed for the ASUS P5A, to board_enable.c Since PCI subsystem IDs are worthless with this board, people will have to name the board directly. Corresponding to flashrom svn r109 and coreboot v2 svn r2677. Signed-off-by:
Luc Verhaegen <libv@skynet.be> Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 09 May, 2007 1 commit
-
-
Uwe Hermann authored
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs *.[ch] Some minor fixups were required, and maybe a few more cosmetic changes are needed. Corresponding to flashrom svn r108 and coreboot v2 svn r2643. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 09 Apr, 2007 1 commit
-
-
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>
-
- 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>
-
- 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>
-
- 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 1 commit
-
-
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>
-
- 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>
-
- 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>
-