source: @ 1488

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1488   8 hours stefanct print*.c: Refine the do not count nor print generic flash chip entries …
(edit) @1487   4 days stefanct Add board enable for the MSC Q7 Tunnel Creek board This patch adds a …
(edit) @1486   2 weeks stefanct Add board enable for AOpen i945GMx-VFX (used in FCS ESPRIMO Q5010) …
(edit) @1485   3 weeks hailfinger Reorder list of options to test If a chip is unknown the user is asked to …
(edit) @1484   3 weeks hailfinger Postpone layout file reading Layout file reading should happen after …
(edit) @1483   4 weeks hailfinger Replace --mainboard with -p internal:mainboard --mainboard is a relic …
(edit) @1482   6 weeks stefanct Add deferred --image processing The general idea and most of the code are …
(edit) @1481   6 weeks stefanct layout: change return type and name of find_next_included_romentry - …
(edit) @1480   6 weeks stefanct Add ich_descriptor_tool to decode all flash descriptors stored in a flash …
(edit) @1479   6 weeks mkarcher Fix programmer-centric probe (patch v2) As reported by Stefan Tauner on …
(edit) @1478   7 weeks hailfinger ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-h These devices have an …
(edit) @1477   7 weeks hailfinger Speed up dediprog SPI page writes All chips which use spi_chip_write_256 …
(edit) @1476   7 weeks hailfinger Cross-compilation fixes Switch from host OS detection to target OS …
(edit) @1475   7 weeks hailfinger Have all programmer init functions register bus masters/programmers All …
(edit) @1474   7 weeks hailfinger Add struct flashctx * parameter to all functions accessing flash chips. …
(edit) @1473   7 weeks hailfinger Use struct flashctx instead of struct flashchip for flash chip access …
(edit) @1472   2 months hailfinger Update URLs in print.c Move Asus A8Jm, Asus M6Ne to the laptop section. …
(edit) @1471   2 months stefanct Add a bunch of new/tested stuff and various small changes 9 Tested …
(edit) @1470   2 months stefanct Unsignify lengths and addresses in chip functions and structs Push those …
(edit) @1469   3 months stefanct Add board enable for ASUS A7N8X-VM/400 …
(edit) @1468   3 months stefanct Add board enable for ASRock ConRoeXFire-eSATA2 The reverse engineering …
(edit) @1467   3 months stefanct Add board enable for ASUS P4GV-LA (Guppy) The reverse engineering was …
(edit) @1466   3 months stefanct board_enable.c: Make it8712f_gpio_set generic This looks suspiciously …
(edit) @1465   3 months stefanct Create a directory for documentation files Move the serprog specification …
(edit) @1464   3 months stefanct ichspi: fix ich_init_opcodes() calls in ich_init_spi() By calling it …
(edit) @1463   3 months hailfinger Register Parallel/LPC/FWH programmers the same way SPI programmers are …
(edit) @1462   3 months stefanct ichspi: print flash descriptor dependent information only when it is valid …
(edit) @1461   3 months stefanct ichspi: add support for Intel Hardware Sequencing Based on the new opaque …
(edit) @1460   3 months stefanct ichspi: use a variable to distinguish ich generations instead of …
(edit) @1459   3 months hailfinger Add opaque programmer registration infrastructure An opaque programmer …
(edit) @1458   3 months stefanct Add board enable for Sun Ultra 40 M2 Failure report with logs: …
(edit) @1457   3 months stefanct Fix all ASUS P5GD* board enables Changes related to P5GD1 variants: - …
(edit) @1456   3 months stefanct serprog: small improvements - rename serprog_delay parameter to usecs - …
(edit) @1455   4 months stefanct Add board enable for ABIT AV8 I disassembled the write enable and the …
(edit) @1454   4 months stefanct Add a bunch of new/tested stuff and various small changes 8 Tested …
(edit) @1453   4 months uwe Add support for the GOEPEL PicoTAP programmer. …
(edit) @1452   4 months stefanct ichspi: add (partially) dead support code for Intel Hardware Sequencing …
(edit) @1451   4 months uwe TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) support. Thanks to …
(edit) @1450   5 months stefanct Revert "Unsignify lengths and addresses in chip functions and structs" - …
(edit) @1449   5 months stefanct ichspi: inform the user about the consequences of the security override …
(edit) @1448   5 months stefanct Unsignify lengths and addresses in chip functions and structs …
(edit) @1447   5 months stefanct ichspi: unlock PR register restrictions on ICH8+ if not locked down …
(edit) @1446   5 months stefanct ichspi: add prettyprinting for PR registers on ICH8+ Signed-off-by: …
(edit) @1445   5 months stefanct ichspi: don't touch the nonexistent(?) BBAR register on ICH8 There is no …
(edit) @1444   5 months stefanct ichspi: improve prettyprint_opcodes add headers for the columns and some …
(edit) @1443   5 months stefanct ichspi: add ICH/PCH flash descriptor decoding via FDOC/FDOD based on the …
(edit) @1442   5 months stefanct serprog: add SPI support Adds a new opcode (0x13) that just relays SPI …
(edit) @1441   5 months stefanct Add printing of chip voltage ranges to print_wiki.c - add voltage ranges …
(edit) @1440   5 months stefanct Make the laptop warning less scary if unsure Telling the user to use …
(edit) @1439   5 months uwe Add probe/read support for the Catalyst CAT28F512 chip. Write and erase …
(edit) @1438   5 months stefanct Reformat -L output and add printing of chip voltage ranges to print.c …
(edit) @1437   5 months hailfinger Add support for Xilinx parallel III (DLC5) programing cable The rayer_spi …
(edit) @1436   5 months stefanct Print out the flash chip found after the probing loop in verbose mode …
(edit) @1435   5 months stefanct Revamp the warning of failing to set BIOS write enable in enable_flash_ich …
(edit) @1434   5 months uwe Add initial Atmel AT49LH002 FWH/LPC chip support. The chip code is …
(edit) @1433   5 months hailfinger Change programmer selection in cli and generic code Bugfix: Do not accept …
(edit) @1432   5 months uwe Small fixes for the linux_spi programmer code. Signed-off-by: Sven …
(edit) @1431   5 months uwe Mark the GIGABYTE GA-8I945GZME-RH and SST SST25LF040A as supported. …
(edit) @1430   5 months uwe Add Intel Tunnel Creek chipset support, mark it as tested. Intel's Tunnel …
(edit) @1429   5 months uwe Kill all exit() calls in chipset_enable.c. Signed-off-by: Tadas Slotkus …
(edit) @1428   5 months uwe Fix linux_spi.c build on 32bit systems. Signed-off-by: Uwe Hermann …
(edit) @1427   5 months uwe Add support for the Linux SPI subsystem (spidev). See …
(edit) @1426   5 months uwe Introduce ERROR_FATAL, abort upon failed chipset enables. Signed-off-by: …
(edit) @1425   5 months stefanct Add a bunch of new/tested stuff and various small changes 7 - add Asus …
(edit) @1424   5 months hailfinger Shorten some board enable related function names Signed-off-by: …
(edit) @1423   5 months stefanct Fix printing of the Boot BIOS Straps on Intel chipsets The meaning of the …
(edit) @1422   5 months uwe Add AMD Hudson chipset-enable. AMD Hudson has different vendor/device IDs …
(edit) @1421   5 months uwe Mark the AMD Am29LV008BB chip as fully tested. Thanks Mattias Mattsson …
(edit) @1420   5 months uwe Add support for the Sharp LH28F008BJT-BTLZ1 chip. Tested by Mattias …
(edit) @1419   5 months stefanct Add board enable for ASUS P5LP-LE Based on the REing of Michael Karcher …
(edit) @1418   6 months uwe Makefile: Fix MinGW build, improve output with bogus CC. As per IRC …
(edit) @1417   6 months uwe Move the main() function from flashrom.c to cli_classic.c. The file …
(edit) @1416   6 months stefanct Makefile: fix and simplify test program compilations this was totally …
(edit) @1415   6 months stefanct Add support for the SST25LF080A flash chip Based on the definition of …
(edit) @1414   6 months stefanct Remove unneeded inclusions of chipdrivers.h this is related to the spi …
(edit) @1413   6 months hailfinger Fixup of r1397: - Mixing uninitialized and initialized local variables …
(edit) @1412   6 months stefanct ft2232_spi: add support for the Dangerous Prototypes Bus Blaster Add …
(edit) @1411   6 months stefanct Add board enable for ASUS P5GD2 Premium This is based on Joshua's patch, …
(edit) @1410   6 months stefanct Add (untested) board enable for Asus P5LD2 There are numerous other …
(edit) @1409   6 months stefanct ichspi.c: refactor filling and reading the fdata/spid registers - add …
(edit) @1408   6 months stefanct Add a board enable for ASUS A8M2N-LA (HP OEM "NodusM3-GL8E") It is based …
(edit) @1407   6 months stefanct Fix the A8N-SLI Deluxe board enable Long story short: - the A8N in …
(edit) @1406   6 months stefanct Fix the EP-8NPA7I (for the last time hopefully) - retag it as OK (tested …
(edit) @1405   6 months stefanct Clear byte 0x92 of the LPC bridge for all CK804 (and MCP51) chipsets The …
(edit) @1404   6 months stefanct Introduce msg_*dbg2 Signed-off-by: Stefan Tauner …
(edit) @1403   6 months stefanct Rephrase warnings in chipset_enable.c Signed-off-by: Stefan Tauner …
(edit) @1402   6 months stefanct Switch to AAI for some more SST chips Enable AAI for: SST25VF016B …
(edit) @1401   6 months uwe Use func instead of FUNCTION as we do elsewhere. The func
(edit) @1400   6 months uwe Make flashrom build on PPC/PowerPC with just "make". Build-tested in a …
(edit) @1399   6 months stefanct extract spi_prettyprint_status_register_amic_a25_srwd extract …
(edit) @1398   6 months uwe manpage: Document all ft2232_spi and serprog variants. Signed-off-by: Uwe …
(edit) @1397   6 months uwe Random whitespace and coding-style fixes. Also, indentation fixes, e.g. …
(edit) @1396   6 months hailfinger Rename CHIP_BUSTYPE_FOO to BUS_FOO. It's shorter to type, and we have …
(edit) @1395   6 months hailfinger Tag flashrom 0.9.4 Signed-off-by: Carl-Daniel Hailfinger …
(edit) @1394   6 months hailfinger Increase flashrom release number to 0.9.4 Signed-off-by: Carl-Daniel …
(edit) @1393   6 months stefanct add a bunch of new/tested stuff and various small changes 6 - add J-7BXAN …
(edit) @1392   6 months stefanct Fix output of erase_and_write_flash and surroundings see …
(edit) @1391   6 months hailfinger Fix Winbond W29EE011, W29EE012, W29C010M, W29C011A probing. According to …
(edit) @1390   6 months stefanct be more refined regarding DMI chassis types we had broken laptops in the …
(edit) @1389   6 months hailfinger Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmer …
Note: See TracRevisionLog for help on using the revision log.