source: trunk/chipset_enable.c @ 1539

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1524   4 weeks stefanct Add a bunch of new/tested stuff and various small changes 12. Tested …
(edit) @1499   3 months stefanct Add a bunch of new/tested stuff and various small changes 10 Tested …
(edit) @1489   3 months stefanct Add support for RDC R6030 chipset Tested on Bifferboard. Signed-off-by: …
(edit) @1463   6 months hailfinger Register Parallel/LPC/FWH programmers the same way SPI programmers are …
(edit) @1461   7 months stefanct ichspi: add support for Intel Hardware Sequencing Based on the new opaque …
(edit) @1460   7 months stefanct ichspi: use a variable to distinguish ich generations instead of …
(edit) @1454   7 months stefanct Add a bunch of new/tested stuff and various small changes 8 Tested …
(edit) @1435   9 months stefanct Revamp the warning of failing to set BIOS write enable in enable_flash_ich …
(edit) @1430   9 months uwe Add Intel Tunnel Creek chipset support, mark it as tested. Intel's Tunnel …
(edit) @1429   9 months uwe Kill all exit() calls in chipset_enable.c. Signed-off-by: Tadas Slotkus …
(edit) @1426   9 months uwe Introduce ERROR_FATAL, abort upon failed chipset enables. Signed-off-by: …
(edit) @1425   9 months stefanct Add a bunch of new/tested stuff and various small changes 7 - add Asus …
(edit) @1423   9 months stefanct Fix printing of the Boot BIOS Straps on Intel chipsets The meaning of the …
(edit) @1422   9 months uwe Add AMD Hudson chipset-enable. AMD Hudson has different vendor/device IDs …
(edit) @1413   9 months hailfinger Fixup of r1397: - Mixing uninitialized and initialized local variables …
(edit) @1408   10 months stefanct Add a board enable for ASUS A8M2N-LA (HP OEM "NodusM3-GL8E") It is based …
(edit) @1405   10 months stefanct Clear byte 0x92 of the LPC bridge for all CK804 (and MCP51) chipsets The …
(edit) @1403   10 months stefanct Rephrase warnings in chipset_enable.c Signed-off-by: Stefan Tauner …
(edit) @1397   10 months uwe Random whitespace and coding-style fixes. Also, indentation fixes, e.g. …
(edit) @1396   10 months hailfinger Rename CHIP_BUSTYPE_FOO to BUS_FOO. It's shorter to type, and we have …
(edit) @1389   10 months hailfinger Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmer …
(edit) @1386   10 months stefanct add a bunch of new/tested stuff and various small changes 5 - mark …
(edit) @1379   10 months stefanct chipset_enable.c: add a message for untested chipset enables old output: …
(edit) @1372   10 months stefanct enable writing on mcp6x_7x this was deliberately disabled until now, but …
(edit) @1357   11 months stefanct fix memleaks due to incorrect usage of flashbuses_to_text Signed-off-by: …
(edit) @1344   11 months stefanct add intel 6 series pci ids to chipset_enables as defined by Intel 6 …
(edit) @1343   11 months stefanct fix and add a few chipset_enables entries Signed-off-by: Idwer Vollering …
(edit) @1342   11 months stefanct resort chipset_enables array by pci ids Signed-off-by: Idwer Vollering …
(edit) @1335   11 months stefanct add a bunch of new/tested motherboards, board/chipset enables and flash …
(edit) @1332   12 months stefanct enable_flash_ich: warn if SMM BIOS Write Protection is detected in …
(edit) @1324   12 months stefanct add a bunch of new/tested motherboards, board/chipset enables and flash …
(edit) @1317   12 months stefanct whitespace, documentation and other small stuff this patch combines three …
(edit) @1295   13 months mkarcher Add support for the Via VX855 chipset Signed-off-by: John Schmerge …
(edit) @1285   14 months hailfinger List AMD SB850 as supported (it has the same PCI ID as SB700). Success …
(edit) @1283   14 months stepan Fix typo in chipset_enable.c Signed-off-by: Stefan Reinauer …
(edit) @1255   16 months stepan flashrom: fix sparse warning: Using plain integer as NULL pointer This …
(edit) @1250   17 months krause Fix decoding of SB600 LPC ROM protection registers. The address part was …
(edit) @1232   19 months hailfinger Revert PCI config space writes on shutdown. This means all chipset enables …
(edit) @1202   20 months hailfinger A lot of messages sent to flashrom@… just have "flashrom -V" as …
(edit) @1196   20 months stepan Remove duplicate includes from the code. Signed-off-by: Stefan Reinauer …
(edit) @1192   20 months uwe Add a board-enable for the ASRock K7S41, chipset-enable for SiS 741. This …
(edit) @1174   21 months hailfinger Add chipset enable for Broadcom OSB4. No docs available. Signed-off-by: …
(edit) @1158   21 months uwe Add a board enable for MSI MS-6561 (745 Ultra). SiS 745 chipset + Winbond …
(edit) @1137   22 months mkarcher Add support for Intel 5 Series / 3400 Series chipsets (At least) for the …
(edit) @1134   22 months uwe Various cosmetic and coding-style fixes (trivial). - Fix incorrect …
(edit) @1128   22 months hailfinger Add support for SIS661 (SIS963). Tested on Asus P4S800-MX. …
(edit) @1113   22 months hailfinger Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashing …
(edit) @1112   22 months hailfinger Split off programmer.h from flash.h. Programmer specific functions are of …
(edit) @1111   22 months hailfinger Convert all PCI-based external programmers to use special little-endian …
(edit) @1099   22 months mkarcher Move SB600 SPI initialization to sb600spi.c Signed-off-by: Michael …
(edit) @1098   22 months mkarcher Move Intel SPI initialisation to ichspi.c Smarter version could decide …
(edit) @1076   23 months hailfinger Fix out-of-bounds ICH FREG permission printing. A bit was masked, but not …
(edit) @1072   23 months hailfinger Make programmer_param static by converting all users to …
(edit) @1070   23 months hailfinger Various places in the flashrom source feature custom parameter extraction …
(edit) @1068   23 months hailfinger Kill global variables, constants and functions if local scope suffices. …
(edit) @1066   23 months hailfinger ICH9/10: display FRAP/FREGx access controls Signed-off-by: Joshua Roys …
(edit) @1057   2 years hailfinger Kill unneeded #include wherever possible. Tested on Linux, FreeBSD, …
(edit) @1055   2 years hailfinger Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5, Poulsbo). …
(edit) @1043   2 years mkarcher VIA: disable byte merging All mentioned north bridges have been checked …
(edit) @1041   2 years mkarcher Board-enable for MS-7025 (K8N Neo2 Platinum) test report is …
(edit) @1021   2 years hailfinger Remove unneeded #include statements completely. unistd.h was only used to …
(edit) @1016   2 years hailfinger ICH SPI can enforce address restrictions for all accesses which take an …
(edit) @1013   2 years hailfinger Handle the following architectures in generic flashrom code: - x86/x86_64 …
(edit) @1008   2 years hailfinger Add debug output of the exact matched chipset PCI ID to keep track of …
(edit) @1007   2 years hailfinger Fix Tyan S2915 OEM board by commenting out MCP55 LPC bridge PCI ID …
(edit) @997   2 years snelson convert programmer print messages to msg_p* convert general print messages …
(edit) @913   2 years mkarcher Rename identifiers called 'byte' Still fallout of adding "-Wshadow". …
(edit) @906   2 years hailfinger Refactor MCP SPI detection: - Set supported buses based on ISA bridge reg …
(edit) @902   2 years hailfinger Add SPI mode diagnostics for all post-MCP55 (nForce 5) chipsets from …
(edit) @866   2 years hailfinger Add Intel NM10 chipset enable. Public chipset documentation available at …
(edit) @861   2 years mkarcher Don't use "byte" as identifier. Some mingw declares a global identifier …
(edit) @859   2 years libv Chipset: Fix sis5x0 register write verification. Also remove separate sis …
(edit) @826   2 years mkarcher Fix Intel FWH decode size Fixes wrong detection of area decoded to the …
(edit) @820   2 years hailfinger Add VIA VT8233A identification, mark as tested. Signed-off-by: Raúl …
(edit) @815   2 years libv Chipset/Board?: vt8237: Set All mem cycles to LPC in chipset enable. Only …
(edit) @809   2 years libv Chipset: Add support for Intel Poulsbo chipset. Signed-off-by: Adam …
(edit) @806   2 years hailfinger Use the maximum decode size infrastructure. - Detect max FWH size for …
(edit) @797   2 years hailfinger Internal (onboard) programming was the only feature which could not be …
(edit) @794   2 years libv Chipset: remove sis630 chipset enable for sis540. SiS630 chipset enable …
(edit) @793   2 years uwe Intel PIIX* chipsets only support parallel flash (no LPC/FWH/SPI). …
(edit) @784   2 years hailfinger Add support for Intel 3400 series / 5 series chipset. Found in Intel …
(edit) @760   3 years hailfinger Mark Elitegroup K7S5A as supported. Mark SiS 735 as supported. Remove …
(edit) @759   3 years hailfinger Add support for every single SiS chipset out there. The two existing SiS …
(edit) @755   3 years hailfinger Add infrastructure to check and report to the user the maximum supported …
(edit) @747   3 years libv Mark NVIDIA Nforce4/MCP04 as tested. Oops. Signed-off-by: Luc Verhaegen …
(edit) @744   3 years libv Chipset support for the nVidia nForce 4. Add pciids for the new isa …
(edit) @732   3 years uwe Add chipset support for VIA VT82C596 by adding a PCI ID (trivial). This …
(edit) @729   3 years hailfinger Enable flashrom on Wyse Winterm S50. On the Wyse Winterm S50 lspci …
(edit) @706   3 years hailfinger Use correct name for SB700/SB710/SB750 instead of calling them SB700. …
(edit) @696   3 years hailfinger Anne Le Coq <annyvonne.le_coq@…> reported that flashrom …
(edit) @685   3 years hailfinger Allow the user to override FWH IDSEL on ICH6 and later. Usage: flashrom -p …
(edit) @677   3 years stepan Fix up MSR handling in flashrom to support more OSes than Linux. …
(edit) @676   3 years stepan Make debug messages printf_debug(). Signed-off-by: Stefan Reinauer …
(edit) @675   3 years hailfinger Add ICH6,ICH7,ICH8,ICH9,ICH10 FWH IDSEL settings and flash decode settings …
(edit) @671   3 years hailfinger Remove unnecessary #include files. Serprog compilation is now controlled …
(edit) @661   3 years hailfinger This is a workaround for a bug in SB600 and SB700. If we only send an …
(edit) @636   3 years uwe Random minor flashrom fixes: - Properly escape '-' chars in manpage. …
(edit) @635   3 years uwe Print the bus type(s) of both chipset and chip in the flashrom output …
(edit) @603   3 years hailfinger Chipset enable for VIA VT8233. Signed-off-by: Mateusz Murawski …
(edit) @601   3 years uwe Move all printing code to print.c. Drop no longer needed MAX macro, we …
Note: See TracRevisionLog for help on using the revision log.