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

1130 Commits

Author SHA1 Message Date
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
Gerrit Code Review
d4d1dc0c2a Update notes for submitted changes
* flashchips: Fix W25Q256.W
2022-05-26 12:59:17 +00:00
Gerrit Code Review
bbe09ac810 Update notes for submitted changes
* flashchips.c: add CMP bit entry to W25Q256.V
2022-05-26 12:21:22 +00:00
Gerrit Code Review
77391594fe Update notes for submitted changes
* libflashrom: Return progress state to the library user
2022-05-25 08:08:13 +00:00
Gerrit Code Review
fac9953dda Update notes for submitted changes
* flashrom: initialize restore func count in correct place
2022-05-23 00:24:32 +00:00
Gerrit Code Review
e6761b5cf2 Update notes for submitted changes
* ichspi: Add Intel Alder Lake-S support
2022-05-19 16:21:01 +00:00
Gerrit Code Review
d6f23a2424 Update notes for submitted changes
* util/shell.nix: Add libjaylink
2022-05-19 16:19:11 +00:00
Gerrit Code Review
94daff6dc9 Update notes for submitted changes
* cli_classic: fix memory leak
2022-05-17 22:00:15 +00:00
Gerrit Code Review
0d5d2dac65 Update notes for submitted changes
* include/flash.h: Drop dead struct members
2022-05-17 02:20:58 +00:00
Gerrit Code Review
df0827601d Update notes for submitted changes
* flashrom.c: Make need_erase() helper static local
2022-05-17 02:20:35 +00:00
Gerrit Code Review
95760b7a23 Update notes for submitted changes
* flashrom: Drop read_flash_to_file() usage
2022-05-13 02:34:43 +00:00
Gerrit Code Review
6f9eb415ad Update notes for submitted changes
* tests: Rearange CPP guards
2022-05-12 08:54:39 +00:00
Gerrit Code Review
a4bd73ca36 Update notes for submitted changes
* meson: link flashrom binary against static libflashrom
2022-05-12 08:54:08 +00:00
Gerrit Code Review
f44c53d7c3 Update notes for submitted changes
* meson: relocate config_print_wiki & config_default_programmer_*
2022-05-12 08:53:41 +00:00
Gerrit Code Review
9822cafe81 Update notes for submitted changes
* meson: use built-in options for install paths
2022-05-12 08:53:18 +00:00
Gerrit Code Review
2ef42a6d68 Update notes for submitted changes
* meson: add option to disable tests
2022-05-12 08:53:01 +00:00
Gerrit Code Review
2bd3b018a3 Update notes for submitted changes
* meson: use `platform/` as subdir()
2022-05-12 08:52:40 +00:00
Gerrit Code Review
b48cc6f44c Update notes for submitted changes
* util/ich_descriptors_tool: Remove unneeded meson dependencies
2022-05-12 08:51:54 +00:00
Gerrit Code Review
75f8ba2fe5 Update notes for submitted changes
* meson: relocate add_project_arguments() for IS_WINDOWS
2022-05-12 08:51:43 +00:00
Gerrit Code Review
accaa8dfd8 Update notes for submitted changes
* meson: relocate source file list
2022-05-12 08:50:57 +00:00
Gerrit Code Review
68da25c3f4 Update notes for submitted changes
* util/flashrom_tester: Update sys-info crate to version 0.9
2022-05-12 08:31:48 +00:00
Gerrit Code Review
99c8e6e20c Update notes for submitted changes
* tests: test write protection
2022-05-12 03:05:37 +00:00
Gerrit Code Review
3ba2472150 Update notes for submitted changes
* dummyflasher: enforce write protection for W25Q128FV
2022-05-12 03:05:18 +00:00
Gerrit Code Review
fc10dc3b61 Update notes for submitted changes
* dummyflasher: emulate SR2 and SR3 for W25Q128FV
2022-05-12 03:05:04 +00:00
Gerrit Code Review
e358e577f0 Update notes for submitted changes
* it85spi.c: Fix some space/tab trivial style issues
2022-05-12 02:57:08 +00:00
Gerrit Code Review
5c06371b59 Update notes for submitted changes
* dummyflasher: add SR2 and SR3 emulation harness
2022-05-12 02:56:07 +00:00
Gerrit Code Review
0ebd11f019 Update notes for submitted changes
* serprog.c: Avoid calling memcpy with NULL pointer arguments
2022-05-12 00:17:13 +00:00
Gerrit Code Review
dc441814c9 Update notes for submitted changes
* platform/swap: move swap inline functions & macros into an own header
2022-05-08 17:37:45 +00:00
Gerrit Code Review
c5d0289e6c Update notes for submitted changes
* libflashrom: Move documentation to header
2022-05-06 01:00:37 +00:00
Gerrit Code Review
0834428723 Update notes for submitted changes
* flashrom.8.tmpl: Add raiden_debug_spi doc entry
2022-05-05 23:58:35 +00:00
Gerrit Code Review
aa3ccbf48d Update notes for submitted changes
* board_enable.c: Port to use pcidev_find_vendorclass() helper
2022-05-04 03:05:20 +00:00
Gerrit Code Review
42ff1125e1 Update notes for submitted changes
* Global cleanup: Fix a few spelling errors
2022-05-03 05:23:23 +00:00
Gerrit Code Review
51c9b58750 Update notes for submitted changes
* ichspi: Introduce HSFC CYCLE READ/WRITE/ERASE macros
2022-05-03 05:12:15 +00:00
Gerrit Code Review
627e816448 Update notes for submitted changes
* ichspi: Introduce HSFC_FDBC_VAL(n) macro
2022-05-03 05:05:25 +00:00
Gerrit Code Review
065caf7116 Update notes for submitted changes
* ichspi: Introduce HSFC_FCYCLE_MASK(n) macro
2022-05-03 05:04:28 +00:00
Gerrit Code Review
f9c9e03f4f Update notes for submitted changes
* ichspi: Drop unused `_pprint_reg` macro
2022-05-03 05:02:38 +00:00
Gerrit Code Review
327419df02 Update notes for submitted changes
* ichspi: Use `pprint_reg` macro for PCH100 HSFC FCYCLE offset
2022-05-03 05:02:14 +00:00
Gerrit Code Review
c508c73221 Update notes for submitted changes
* ichspi: Add `PCH100_` prefix for `Write Enable Type (WET)` macros
2022-05-03 05:00:36 +00:00
Gerrit Code Review
be8a7d48a6 Update notes for submitted changes
* pony_spi.c: Extract out get_params to simplify init
2022-05-01 22:12:58 +00:00