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