root/trunk/util/flashrom

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3853 [3853] 6 hours hailfinger Add erase and write functions to the following chip definitions: …
(edit) @3852 [3852] 18 hours hailfinger The flashrom man page has incomplete author/copyright sections and an …
(edit) @3851 [3851] 19 hours hailfinger This patch improves machine parseability and human readability of …
(edit) @3850 [3850] 34 hours uwe Add SST49LF020 support. Signed-off-by: Sven Schnelle …
(edit) @3849 [3849] 34 hours uwe Add AMD-768 chipset support. Signed-off-by: Sven Schnelle …
(edit) @3848 [3848] 34 hours uwe Add i631x LPC support. Signed-off-by: Sven Schnelle …
(edit) @3834 [3834] 2 weeks uwe If you pass a bogus layout file to the -l option flashrom will segfault. …
(edit) @3833 [3833] 2 weeks uwe Add another board-enable line for the Kontron 986LCD-M/mITX. There seem …
(edit) @3830 [3830] 2 weeks stuge flashrom: Initialize ICH SPI opcodes also for ICH9 and later. …
(edit) @3814 [3814] 4 weeks stuge * add a generic preop-opcode-pair table. * rename ich_check_opcodes to …
(edit) @3809 [3809] 4 weeks hailfinger Add 28 flash chips of the MX29 series to the flashrom ID table and support …
(edit) @3806 [3806] 4 weeks hailfinger Kill obsolete and misplaced comment. Signed-off-by: Carl-Daniel …
(edit) @3805 [3805] 4 weeks stepan Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI …
(edit) @3804 [3804] 4 weeks stepan Breaks chip info into multiple lines. Signed-off-by: FENG yu ning …
(edit) @3803 [3803] 5 weeks stuge flashrom: Display test status in -L chip listing Looks like this: …
(edit) @3799 [3799] 5 weeks stuge flashrom: Add AMD SB700 flash enable This patch adds SB700 support to …
(edit) @3798 [3798] 5 weeks stuge flashrom: Fix compilation of r3797 with gcc-4.3.2 Thanks to Niels Ole …
(edit) @3797 [3797] 5 weeks stuge flashrom: Check if erase succeeds and exit with error on failure. …
(edit) @3793 [3793] 5 weeks hailfinger Add RDID/REMS IDs for the following flash chips: SST_25VF512A_REMS …
(edit) @3792 [3792] 5 weeks stuge flashrom: gcc thinks base could be used uninitialized, so shut it up. Bug …
(edit) @3791 [3791] 5 weeks stuge flashrom: Fix bug in r3790 If flashbase was set before probe_flash() it …
(edit) @3790 [3790] 5 weeks stuge Replace #ifdefs for sc520 systems by run time probing. fixes #109
(edit) @3782 [3782] 6 weeks stepan Copyright update by Jason Wang for freshly written sb600 code. …
(edit) @3781 [3781] 6 weeks hailfinger Declare special commands to support the Atmel AT25F512A. Signed-off-by: …
(edit) @3780 [3780] 6 weeks hailfinger If a chip has any TEST_BAD_* flag set, we don't even list the unsupported …
(edit) @3779 [3779] 6 weeks uwe Add support for the AMD/ATI SB600 southbridge SPI functionality. This has …
(edit) @3776 [3776] 6 weeks hailfinger Add SST25VF080B flash chip support. This is the first chip which uses the …
(edit) @3775 [3775] 6 weeks hailfinger Flashrom already has the following probe functions: - probe_spi_rdid with …
(edit) @3774 [3774] 6 weeks hailfinger The existing check in probe_spi_res() was right for SPI controllers which …
(edit) @3769 [3769] 6 weeks stuge Add support for 32Mbit SPI flash SST25VF032B. Tested on gigabyte m57sli. …
(edit) @3758 [3758] 7 weeks hailfinger Currently flashrom assumes every vendor BIOS shares our view about which …
(edit) @3757 [3757] 7 weeks hailfinger Check for failed SPI command execution in flashrom. Although SPI itself …
(edit) @3756 [3756] 7 weeks hailfinger Implement read support for the following Atmel chips: AT25DF021 AT25DF041A …
(edit) @3755 [3755] 7 weeks mraudsepp flashrom: SST39VF020 TEST_OK_ PROBE READ ERASE WRITE Tested fully on a …
(edit) @3754 [3754] 8 weeks hailfinger The AT25 and AT26 series SPI chips from Atmel are plain EEPROMs. The AT45 …
(edit) @3736 [3736] 2 months stuge flashrom: SST39SF040 TEST_OK_ PROBE READ ERASE WRITE Per report from …
(edit) @3731 [3731] 2 months hailfinger The ST M25P16 chip has been confirmed to work fine for probe, read, erase …
(edit) @3730 [3730] 2 months hailfinger Add support for 8 new chips to flashrom and fix up 2 existing chips as …
(edit) @3723 [3723] 2 months hailfinger Dump ICH8/ICH9/ICH10 SPI registers in flashrom. This helps a lot if we …
(edit) @3722 [3722] 2 months hailfinger Add additional SPI sector erase and chip erase command functions to …
(edit) @3721 [3721] 2 months stepan Drop nr/opcode_index parameter from run_opcode and search the opmenu for …
(edit) @3717 [3717] 2 months hailfinger Add support for the ST M50FW002 chip to flashrom. Identification only, …
(edit) @3708 [3708] 2 months uwe Mark two more chips as fully tested (trivial). - SST SST39SF010A - …
(edit) @3707 [3707] 2 months stepan Flashrom support for some Numonyx parts (M25PE) using block erase d8 as …
(edit) @3706 [3706] 2 months eswierk Enable SPI boot flash support on EP80579, which has the ICH7 register set …
(edit) @3697 [3697] 2 months uwe Mark Winbond W39V040FA" (512 KB) as fully supported, tested by Martin …
(edit) @3696 [3696] 2 months uwe Add support for the Intel 82371MX (MPIIX) southbridge (trivial). …
(edit) @3694 [3694] 2 months uwe Add support for the Intel 82371FB PIIX and 82371SB (PIIX3) southbridges. …
(edit) @3693 [3693] 3 months uwe Add support for the VIA VT82C586A/B chipset, improve documentation. …
(edit) @3682 [3682] 3 months uwe Reduce serial output, otherwise flashing will fail very often (trivial). …
(edit) @3669 [3669] 3 months uwe Coding-style fixes for flashrom, partly indent-aided (trivial). …
(edit) @3668 [3668] 3 months stuge flashrom: Allow the SiS 620 chipset to detect and read at least 256kb …
(edit) @3659 [3659] 3 months mjones SB600 has four write once LPC ROM protect areas. It is not possible to …
(edit) @3648 [3648] 3 months hailfinger Add ICH10 support to flashrom. The ICH9 and ICH10 data sheets are …
(edit) @3647 [3647] 3 months stuge flashrom: Check that a filename was specified also when using force read …
(edit) @3639 [3639] 3 months uwe Support for AM29F002(N)B[BT]. Fully tested on AM29F002NBT. Probing, …
(edit) @3619 [3619] 3 months stuge This patch fixes support for the AT49F002N(T) chip in the flashrom tool. …
(edit) @3618 [3618] 3 months stuge flashrom: ST M29F040B status TEST_OK_ PROBE READ ERASE WRITE Per report …
(edit) @3616 [3616] 3 months stuge flashrom: Fix typo in r3615 (TEST_PREW -> TEST_OK_PREW) Signed-off-by: …
(edit) @3615 [3615] 3 months uwe Mark the SyncMOS S29C51002T as working (trivial). All operations tested …
(edit) @3602 [3602] 3 months uwe Activate proper support for EN29F002(A)(N)[BT]. Fully tested for …
(edit) @3570 [3570] 4 months stuge flashrom: Winbond W49V002A TEST_OK_ PROBE READ ERASE WRITE Per report …
(edit) @3569 [3569] 4 months stuge flashrom: Debug print actual time base calculated by …
(edit) @3562 [3562] 4 months stuge flashrom: Only find "unknown .. SPI chip" if no other chip was found This …
(edit) @3557 [3557] 4 months stuge flashrom: SST49LF016C TEST_OK_ PROBE READ ERASE WRITE Per test report …
(edit) @3541 [3541] 4 months stuge flashrom: SST25VF016B TEST_OK_ PROBE READ ERASE WRITE Per test report …
(edit) @3532 [3532] 5 months hailfinger flashrom: Recognize the Intel EP80579 LPC flash interface. Signed-off-by: …
(edit) @3528 [3528] 5 months uwe Add support for MSI KT4V to flashrom. The KT4V is autodetected and …
(edit) @3502 [3502] 5 months segher flashrom: Fix error -EINVAL on mmap() Don't calculate "flash_baseaddr" …
(edit) @3485 [3485] 5 months stuge flashrom: ST M50FW040 TEST_OK PROBE READ ERASE WRITE Per test report from …
(edit) @3464 [3464] 5 months stepan update copyright year (trivial) Signed-off-by: Stefan Reinauer …
(edit) @3462 [3462] 5 months stepan tested another intel chip (trivial) Signed-off-by: Stefan Reinauer …
(edit) @3431 [3431] 6 months stuge flashrom: Winbond W39V040C and MSI K8T Neo2-F W39V040C does standard …
(edit) @3420 [3420] 6 months hailfinger Fix and clean up coreboot image detection heuristic. Additional compile …
(edit) @3418 [3418] 6 months stuge flashrom: Trivial SPI cleanups While writing a new SPI driver I fixed …
(edit) @3417 [3417] 6 months stuge flashrom: Trivial indent fix in ichspi.c Signed-off-by: Peter Stuge …
(edit) @3416 [3416] 6 months hailfinger r3415 removed symbolic constants for device IDs by accident. flash.h is a …
(edit) @3415 [3415] 6 months stuge flashrom: Add AMIC A29002 This patch adds support to the AMIC A29002 chip …
(edit) @3414 [3414] 6 months stepan Adding support for flashing system with Nvidia MCP67 Signed-off-by: …
(edit) @3413 [3413] 6 months stuge flashrom: Add PCI IDs for EPIA-CN Uses the 0.0 Host bridge …
(edit) @3412 [3412] 6 months uwe Minor cosmetics, e.g. make stuff fit in 80 chars/line etc. (trivial). …