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

1168 Commits

Author SHA1 Message Date
Gerrit Code Review
e7bd305a50 Update notes for submitted changes
* mediatek_i2c_spi: Move shutdown function above spi_master struct
2022-07-15 00:53:02 +00:00
Gerrit Code Review
5d5c94020d Update notes for submitted changes
* gfxnvidia: Drop nvidia_ prefix for par data struct members
2022-07-13 05:06:00 +00:00
Gerrit Code Review
98d453955f Update notes for submitted changes
* ichspi: Call `Set Flash Address` API from `Read/Write Status` functions
2022-07-13 00:37:16 +00:00
Gerrit Code Review
c9cc0ab33d Update notes for submitted changes
* spi: Add function to probe erase command opcode for all spi_master
2022-07-11 12:15:13 +00:00
Gerrit Code Review
472bbdef44 Update notes for submitted changes
* it87spi.c: Enable probing of IT8686E
2022-07-11 09:41:21 +00:00
Gerrit Code Review
e080fd07d9 Update notes for submitted changes
* tests: Make libusb conditional dependency for unit tests
2022-07-10 22:29:04 +00:00
Gerrit Code Review
f29a072c07 Update notes for submitted changes
* tests: Split lifecycle test file into per-programmer files
2022-07-10 22:28:46 +00:00
Gerrit Code Review
87cb97ca7e Update notes for submitted changes
* tests: Add lifecycle function prototypes into lifecycle.h header
2022-07-10 22:28:23 +00:00
Gerrit Code Review
1f23c07d91 Update notes for submitted changes
* tests: Create lifecycle.h and gather includes and macro there
2022-07-10 22:27:59 +00:00
Gerrit Code Review
daeeab1b69 Update notes for submitted changes
* gfxnvidia: Refactor singleton states into reentrant pattern
2022-07-08 00:18:53 +00:00
Gerrit Code Review
d14d5b6be6 Update notes for submitted changes
* drkaiser: Drop drkaiser_ prefix for par data struct members
2022-07-06 23:19:11 +00:00
Gerrit Code Review
a6942ee31c Update notes for submitted changes
* realtek_mst_i2c_spi.c: Clarify gpio pin 88 comment to be more exacting
2022-07-05 06:25:59 +00:00
Gerrit Code Review
0dd76f8c25 Update notes for submitted changes
* dummyflasher: Remove spurious init for VARIABLE_SIZE
2022-07-05 04:40:55 +00:00
Gerrit Code Review
bda8a4a4ec Update notes for submitted changes
* flashchips.c: Mark MT25QU256 as tested
2022-07-05 04:30:44 +00:00
Gerrit Code Review
08681360dc Update notes for submitted changes
* flashchips.c: change GD25Q256D to "GD25Q256D/GD25Q256E"
2022-07-05 04:24:50 +00:00
Gerrit Code Review
46cdd7f7d9 Update notes for submitted changes
* it85spi: EOL support
2022-07-04 01:44:17 +00:00
Gerrit Code Review
1a5f30fbf6 Update notes for submitted changes
* Add `str` extension to extract_programmer_param function name
2022-07-02 14:34:19 +00:00
Gerrit Code Review
57fb99d802 Update notes for submitted changes
* drkaiser: Refactor singleton states into reentrant pattern
2022-06-30 00:59:56 +00:00
Gerrit Code Review
79dfd4861a Update notes for submitted changes
* tests: Remove unnecessary static keyword from lifecycle tests
2022-06-28 22:05:36 +00:00
Gerrit Code Review
bc721c734f Update notes for submitted changes
* tests: Add dummyflasher unit tests for opaque programmer
2022-06-28 22:05:08 +00:00
Gerrit Code Review
bc5967a3fd Update notes for submitted changes
* tree: indent struct *_master consistently with tabs
2022-06-27 08:56:00 +00:00
Gerrit Code Review
dc7f01aab3 Update notes for submitted changes
* spi25.c: Add function to return opcode of passed erase fucntion pointer
2022-06-27 08:53:00 +00:00
Gerrit Code Review
3ae6e5b2ac Update notes for submitted changes
* spi25.c: Add a list to lookup erasefn and opcode instead of switch case
2022-06-27 08:52:45 +00:00
Gerrit Code Review
86c8db49c8 Update notes for submitted changes
* ichspi.c: Simplify ich9_handle_{frap,pr}() to work with logical rep
2022-06-24 03:13:51 +00:00
Gerrit Code Review
837e618857 Update notes for submitted changes
* dummyflasher: Handle invalid value of freq parameter
2022-06-24 00:14:57 +00:00
Gerrit Code Review
2960474369 Update notes for submitted changes
* flashchips: Add missing block eraser for S25FL512S
2022-06-23 14:43:10 +00:00
Gerrit Code Review
f3c8ff005d Update notes for submitted changes
* flashchips: Enable FEATURE_4BA_EAR_1716 for S25FL512S
2022-06-23 14:42:11 +00:00
Gerrit Code Review
6125fad174 Update notes for submitted changes
* flashchips: Enable FEATURE_4BA_EAR_1716 for ISSI chips
2022-06-23 14:40:18 +00:00
Gerrit Code Review
dc5001bf5c Update notes for submitted changes
* flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716
2022-06-23 14:38:08 +00:00
Gerrit Code Review
6b024782b1 Update notes for submitted changes
* flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8
2022-06-22 13:42:37 +00:00
Gerrit Code Review
76a7ddf214 Update notes for submitted changes
* flashchips: Drop FOUR_BYTE_ADDR comments
2022-06-22 13:37:45 +00:00
Gerrit Code Review
b119d9d597 Update notes for submitted changes
* flashchips: Split W25Q256.V
2022-06-22 13:34:17 +00:00
Gerrit Code Review
a2c3d3d7f4 Update notes for submitted changes
* pcidev: Always fetch ident info
2022-06-22 13:31:42 +00:00
Gerrit Code Review
11fbe3f0cc Update notes for submitted changes
* ichspi.c: Implement read_write_status for wp
2022-06-21 03:39:34 +00:00
Gerrit Code Review
93f97aabda Update notes for submitted changes
* writeprotect.c: Allow opaque masters to hook {read,write}_register()
2022-06-21 03:38:49 +00:00
Gerrit Code Review
1d57ecda9d Update notes for submitted changes
* tests: Use regular cmocka wraps for hwaccess functions
2022-06-21 00:31:52 +00:00
Gerrit Code Review
2c788361e0 Update notes for submitted changes
* dummyflasher: Add emulation for S25FL128L
2022-06-20 16:51:42 +00:00
Gerrit Code Review
200e186d5a Update notes for submitted changes
* flashchips: Add Spansion (today Infineon) S25FL128L and S25FL256L
2022-06-20 16:49:24 +00:00
Gerrit Code Review
a34b4fe6cf Update notes for submitted changes
* spi25_statusreg: Allow WRSR_EXT for Status Register 3
2022-06-20 16:36:21 +00:00
Gerrit Code Review
c1c0262e2c Update notes for submitted changes
* flashrom.c, flashcips.c: Test the order of erase functions
2022-06-20 10:34:43 +00:00
Gerrit Code Review
12883a3bf2 Update notes for submitted changes
* board_enable: Add ASUS P5W DH Deluxe
2022-06-20 10:23:15 +00:00
Gerrit Code Review
78e985aaaf Update notes for submitted changes
* writeprotect: Add line-break after each `spew` message
2022-06-20 10:17:02 +00:00
Gerrit Code Review
fdaaf6208e Update notes for submitted changes
* atahpt: Refactor singleton states into reentrant pattern
2022-06-19 23:47:04 +00:00
Gerrit Code Review
9b9ba70b9f Update notes for submitted changes
* atavia: fix BYTE_OFFSET's macro argument value
2022-06-18 10:16:01 +00:00
Gerrit Code Review
3d432009c6 Update notes for submitted changes
* dummyflasher: Wire variable size feature via opaque infra
2022-06-16 09:41:15 +00:00
Gerrit Code Review
263b6e66f3 Update notes for submitted changes
* libflashrom.map: Add missing functions from libflashrom.h
2022-06-15 05:42:51 +00:00
Gerrit Code Review
5cad2e441f Update notes for submitted changes
* tree: Consolidate BIT() macro
2022-06-10 01:07:20 +00:00
Gerrit Code Review
00c60ec917 Update notes for submitted changes
* Add W25Q512NW-IM ID to flashrom
2022-06-07 00:58:58 +00:00
Gerrit Code Review
a8e189a127 Update notes for submitted changes
* test_build.sh: Allow WARNERROR to be overridden
2022-05-31 19:40:25 +00:00
Gerrit Code Review
e706db8c7a Update notes for submitted changes
* meson: use files() for srcs list
2022-05-31 07:06:45 +00:00