1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-05-03 09:53:38 +02:00

1191 Commits

Author SHA1 Message Date
Gerrit Code Review
4ab6e0e9c3 Update notes for submitted changes
* flashchips: Add Zettadevice ZD25D40
2018-02-21 17:40:03 +00:00
Gerrit Code Review
65bf655d67 Update notes for submitted changes
* board_enable: Whitelist several ThinkPad laptops
2018-02-20 01:32:16 +00:00
Gerrit Code Review
8dfb4eef3d Update notes for submitted changes
* flashchips: Add Winbond W25P80/16/32 support
2018-02-20 01:09:29 +00:00
Gerrit Code Review
56516c9946 Update notes for submitted changes
* Add support for reading the current flash contents from a file
2018-02-11 16:54:14 +00:00
Gerrit Code Review
acdb69733f Update notes for submitted changes
* edi: Print debug info like others while probing for ENE chips
2018-02-11 16:53:47 +00:00
Gerrit Code Review
641afb1408 Update notes for submitted changes
* edi: Add dummy read to ensure proper detection of ENE chips
2018-02-11 16:53:43 +00:00
Gerrit Code Review
17c31fa47f Update notes for submitted changes
* Add support for the ENE Embedded Debug Interface EDI and KB9012 EC
2018-02-11 16:53:34 +00:00
Gerrit Code Review
d2d81e1ba4 Update notes for submitted changes
* Add support for selecting the erased bit value with a flag
2018-02-11 16:52:49 +00:00
Gerrit Code Review
9d59d4954f Update notes for submitted changes
* Add a SPI command class to `struct flashchip`
2018-02-11 16:52:30 +00:00
Gerrit Code Review
10d948dbaa Update notes for submitted changes
* chipset_enable: Mark VX855 as tested
2018-01-26 15:27:42 +00:00
Gerrit Code Review
1eea96b050 Update notes for submitted changes
* buspirate_spi: Add support for variable serial speeds
2018-01-26 15:23:11 +00:00
Gerrit Code Review
da0cef7ef4 Update notes for submitted changes
* Fix the documentation and DOS port
2018-01-06 22:38:59 +00:00
Gerrit Code Review
be84bfff0c Update notes for submitted changes
* chipset_enable: Mark VX900 as tested
2018-01-02 20:15:57 +00:00
Gerrit Code Review
e68ad01d29 Update notes for submitted changes
* vt_vx: check whether the chipset's MMIO range is configured
2018-01-02 20:15:45 +00:00
Gerrit Code Review
cc3e8c53ae Update notes for submitted changes
* flashchips: Revise all 4BA chips
2018-01-02 20:15:35 +00:00
Gerrit Code Review
0ca776bae4 Update notes for submitted changes
* spi25: Revise decision when to enter/exit 4BA mode
2018-01-02 20:15:30 +00:00
Gerrit Code Review
7c7893b118 Update notes for submitted changes
* spi_master: Introduce SPI_MASTER_4BA feature flag
2018-01-02 20:14:34 +00:00
Gerrit Code Review
49896d0c41 Update notes for submitted changes
* Fix the documentation and DOS port
2017-12-30 12:21:22 +00:00
Gerrit Code Review
7133bbc45a Update notes for submitted changes
* internal: Fix #if guards for big-endian mips
2017-12-28 10:58:53 +00:00
Gerrit Code Review
e0b0a0af4b Update notes for submitted changes
* spi: Move ICH BBAR quirk out of the way
2017-12-28 10:49:05 +00:00
Gerrit Code Review
23737ee1df Update notes for submitted changes
* spi25: Merge remainder of spi4ba in
2017-12-28 10:48:28 +00:00
Gerrit Code Review
046aed078c Update notes for submitted changes
* spi4ba: Drop now obsolete, redundant functions
2017-12-28 10:47:05 +00:00
Gerrit Code Review
06bd4a9576 Update notes for submitted changes
* spi25: Remove now obsolete `four_bytes_addr_funcs` path
2017-12-28 10:46:54 +00:00
Gerrit Code Review
d938c82125 Update notes for submitted changes
* spi25: Enable native 4BA read and write using feature bits
2017-12-28 10:45:46 +00:00
Gerrit Code Review
c9332eb5f4 Update notes for submitted changes
* spi25: Integrate 4BA support
2017-12-28 10:44:17 +00:00
Gerrit Code Review
75bb79726f Update notes for submitted changes
* spi25: Use common code for nbyte read/write and block erase
2017-12-28 10:42:49 +00:00
Gerrit Code Review
991901a6d3 Update notes for submitted changes
* spi25: Introduce spi_simple_write_cmd()
2017-12-28 10:41:38 +00:00
Gerrit Code Review
0f98c149fe Update notes for submitted changes
* spi: Define _XOPEN_SOURCE to get ffs() from strings.h
2017-12-21 10:59:16 +00:00
Gerrit Code Review
4005f81fac Update notes for submitted changes
* README: Update packaging section for Git repositories
2017-12-19 23:42:47 +00:00
Gerrit Code Review
4dd417a26d Update notes for submitted changes
* internal: Only build on x86 and mipsel
2017-12-19 12:37:06 +00:00
Gerrit Code Review
e7ffbdcf86 Update notes for submitted changes
* Move endianness definitions and provide it inside Makefile
2017-12-19 12:36:39 +00:00
Gerrit Code Review
4a0f97f591 Update notes for submitted changes
* ichspi: Fix 100 series PCH (Skylake) support
2017-12-19 12:31:01 +00:00
Gerrit Code Review
c4526a5a77 Update notes for submitted changes
* ichspi: Fix 100 series PCH (Skylake) support
2017-12-19 12:30:07 +00:00
Gerrit Code Review
b95da86415 Update notes for submitted changes
* flashchips: Add ISSI IS25LP128 and IS25WP128
2017-12-11 18:20:59 +00:00
Gerrit Code Review
4f2714df75 Update notes for submitted changes
* Do not stop probing for flashchips after map_flash() failed
2017-12-11 03:37:30 +00:00
Gerrit Code Review
bd4f2f76c8 Update notes for submitted changes
* flashchips: Mark W25Q128.W as tested
2017-12-10 00:13:07 +00:00
Gerrit Code Review
dfcd3d7140 Update notes for submitted changes
* Prepare for a single branch on gerrit
2017-12-09 23:12:33 +00:00
Gerrit Code Review
f7ae46f6c6 Update notes for submitted changes
* flashchips: Add MX25L6473F
2017-12-09 23:11:13 +00:00
Gerrit Code Review
d9903a3a06 Update notes for submitted changes
* internal: Fix warnings about unused constants
2017-12-09 22:45:44 +00:00
Gerrit Code Review
9c17c47eae Update notes for submitted changes
* internal: Fix warnings about unused constants
2017-12-09 22:42:55 +00:00
Gerrit Code Review
ecbdf590b6 Update notes for submitted changes
* README: Update packaging section for Git repositories
2017-12-01 00:30:15 +00:00
Gerrit Code Review
5c6bb96816 Update notes for submitted changes
* chipset_enable: Mark SiS 630 as tested OK
2017-11-21 22:29:27 +00:00
Gerrit Code Review
5e97625ff5 Update notes for submitted changes
* linux_spi: Dynamically detect max buffer size
2017-11-16 06:28:01 +00:00
Gerrit Code Review
c3dfaf408d Update notes for submitted changes
* spi25_statusreg: Return defined value on failed RDSR
2017-11-05 22:35:35 +00:00
Gerrit Code Review
8383340448 Update notes for submitted changes
* ichspi: Disable software sequencing by default for Skylake
2017-11-05 22:35:21 +00:00
Gerrit Code Review
dbc90552b4 Update notes for submitted changes
* ichspi: Disable software sequencing by default for Skylake
2017-11-05 22:33:41 +00:00
Gerrit Code Review
52a5efa812 Update notes for submitted changes
* spi25_statusreg: Return defined value on failed RDSR
2017-11-05 14:36:51 +00:00
Gerrit Code Review
f80168bae3 Update notes for submitted changes
* ichspi: Fix software sequencing for Skylake
2017-11-04 16:08:01 +00:00
Gerrit Code Review
89ee1e3eb3 Update notes for submitted changes
* Fix standalone ich_descriptor_tool compilation with MinGW and DJGPP
2017-11-04 16:07:47 +00:00
Gerrit Code Review
191eb700d4 Update notes for submitted changes
* Use bzip2 when making a tarball
2017-11-04 16:07:33 +00:00