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

1429 Commits

Author SHA1 Message Date
Gerrit Code Review
5cfe47765c Update notes for submitted changes
* layout.c: Use calloc() to ensure a zeroed layout
2022-10-15 14:37:00 +00:00
Gerrit Code Review
ba010dd63c Update notes for submitted changes
* tests/meson.build: Turn file list into list of file objects
2022-10-15 14:22:48 +00:00
Gerrit Code Review
4125cc2726 Update notes for submitted changes
* flashrom.8.tmpl: document mediatek_i2c_spi programmer
2022-10-11 03:28:24 +00:00
Gerrit Code Review
981b386075 Update notes for submitted changes
* meson.build: Fix indentation of mstarddc_spi definition
2022-10-11 03:28:07 +00:00
Gerrit Code Review
b5d61451e0 Update notes for submitted changes
* flashrom.c: create is_internal_programmer() helper
2022-10-10 04:20:13 +00:00
Gerrit Code Review
7c785d56e0 Update notes for submitted changes
* manibuilder/apt-get: Drop `apt-get dist-upgrade` commands
2022-10-08 20:37:13 +00:00
Gerrit Code Review
d394d6ae2f Update notes for submitted changes
* s25f.c: Fix undefined behaviour on shift
2022-10-08 20:29:47 +00:00
Gerrit Code Review
0d7cc71139 Update notes for submitted changes
* flashrom.c: Remove custom mappers from opaque_master
2022-10-08 18:45:32 +00:00
Gerrit Code Review
f0391a428b Update notes for submitted changes
* dummyflasher.c: Remove custom mapper from opaque_master
2022-10-08 18:45:21 +00:00
Gerrit Code Review
5b2442255c Update notes for submitted changes
* ichspi: Do not attempt to map physical memory for hwseq
2022-10-08 18:45:12 +00:00
Gerrit Code Review
d6431d8b8c Update notes for submitted changes
* drivers: Move (un)map_flash_region to par/spi/opaque_master
2022-10-08 18:45:04 +00:00
Gerrit Code Review
8acd7ad15a Update notes for submitted changes
* drivers/: Make 'fallback_{un}map' the default unless defined
2022-10-08 18:36:21 +00:00
Gerrit Code Review
9b3dc7c343 Update notes for submitted changes
* Makefile: Fix dependencies for developerbox_spi
2022-10-06 01:03:11 +00:00
Gerrit Code Review
71ac2bfea7 Update notes for submitted changes
* Makefile: Fix dependencies for developerbox_spi
2022-10-06 01:01:01 +00:00
Gerrit Code Review
57bb308f29 Update notes for submitted changes
* Replace freenode references
2022-10-06 01:00:38 +00:00
Gerrit Code Review
b837cc0808 Update notes for submitted changes
* print_wiki.c: Update mailing list reference
2022-10-06 01:00:33 +00:00
Gerrit Code Review
ee39d916d4 Update notes for submitted changes
* Replace freenode references
2022-10-06 01:00:23 +00:00
Gerrit Code Review
072d92f47a Update notes for submitted changes
* print_wiki.c: Update mailing list reference
2022-10-06 01:00:19 +00:00
Gerrit Code Review
21fbe29b19 Update notes for submitted changes
* Replace freenode references
2022-10-06 01:00:08 +00:00
Gerrit Code Review
55d6f7bfa1 Update notes for submitted changes
* print_wiki.c: Update mailing list reference
2022-10-06 01:00:04 +00:00
Gerrit Code Review
573ccb7713 Update notes for submitted changes
* cli_classic.c: Add error messages for invalid --wp-region use
2022-09-30 00:29:09 +00:00
Gerrit Code Review
bcec79438b Update notes for submitted changes
* Makefile: Fix building on AArch64 NixOS
2022-09-29 17:35:30 +00:00
Gerrit Code Review
c3aedbd92d Update notes for submitted changes
* pcidev: Always fetch ident info
2022-09-29 17:06:21 +00:00
Gerrit Code Review
9c9e3e1442 Update notes for submitted changes
* pcidev.c: populate IDs with pci_fill_info()
2022-09-29 17:06:13 +00:00
Gerrit Code Review
dc24534457 Update notes for submitted changes
* dmi: Correctly check for ERROR_PTR
2022-09-29 17:06:09 +00:00
Gerrit Code Review
3d8d94ca7c Update notes for submitted changes
* linux_mtd: check ioctl() return value properly
2022-09-29 17:06:03 +00:00
Gerrit Code Review
ecde344b58 Update notes for submitted changes
* flashrom.8: add missing entry for `--flash-contents`
2022-09-29 17:05:56 +00:00
Gerrit Code Review
e8aaeb742c Update notes for submitted changes
* jlink_spi: Reduce transfer size
2022-09-29 17:05:50 +00:00
Gerrit Code Review
808114bce3 Update notes for submitted changes
* linux_mtd: Disable buffering on the mtd device
2022-09-29 17:05:44 +00:00
Gerrit Code Review
e763470a62 Update notes for submitted changes
* helpers.c: Fix undefined behavior in strndup()
2022-09-29 17:05:38 +00:00
Gerrit Code Review
ef386c0666 Update notes for submitted changes
* dediprog: Fix segmentation fault on no device found
2022-09-29 17:05:31 +00:00
Gerrit Code Review
9131d06f1c Update notes for submitted changes
* chipset_enable.c: Validate physmap() return rcrb value
2022-09-29 17:05:25 +00:00
Gerrit Code Review
086734c6ca Update notes for submitted changes
* chipset_enable.c: check return value from rphysmap() call
2022-09-29 17:05:15 +00:00
Gerrit Code Review
6579a3a759 Update notes for submitted changes
* it87spi.c: Prevent use-after-free bug
2022-09-29 17:05:10 +00:00
Gerrit Code Review
686b810175 Update notes for submitted changes
* spi25: Debug flashrom crash when Write Protect is ON
2022-09-29 17:05:05 +00:00
Gerrit Code Review
a9b4051d2e Update notes for submitted changes
* stlinkv3_spi: Avoid division by zero
2022-09-29 17:05:00 +00:00
Gerrit Code Review
5c5247d60e Update notes for submitted changes
* chipset_enable.c: Disable SPI on ICH7 if booted from LPC
2022-09-29 17:04:53 +00:00
Gerrit Code Review
f8d07f3fcd Update notes for submitted changes
* spi95: Check for success before using send_command's returned data
2022-09-29 17:04:47 +00:00
Gerrit Code Review
9073824421 Update notes for submitted changes
* libflashrom.c: Use casts on enum conversions
2022-09-29 17:04:40 +00:00
Gerrit Code Review
00402e85e6 Update notes for submitted changes
* test_build.sh: Move build test procedure to repository
2022-09-29 17:04:34 +00:00
Gerrit Code Review
7ccd6b2803 Update notes for submitted changes
* pcidev: Always fetch ident info
2022-09-29 17:04:17 +00:00
Gerrit Code Review
af1eee81d3 Update notes for submitted changes
* pcidev.c: populate IDs with pci_fill_info()
2022-09-29 17:04:11 +00:00
Gerrit Code Review
7e896d9660 Update notes for submitted changes
* chipset_enable.c: Validate physmap() return rcrb value
2022-09-29 17:04:07 +00:00
Gerrit Code Review
b58a5865bd Update notes for submitted changes
* chipset_enable.c: check return value from rphysmap() call
2022-09-29 17:04:01 +00:00
Gerrit Code Review
cc28165d1b Update notes for submitted changes
* it87spi.c: Prevent use-after-free bug
2022-09-29 17:03:55 +00:00
Gerrit Code Review
84c9cbbaca Update notes for submitted changes
* spi25: Debug flashrom crash when Write Protect is ON
2022-09-29 17:03:51 +00:00
Gerrit Code Review
4743568c5d Update notes for submitted changes
* dummyflasher: Add error check for file read
2022-09-29 17:03:45 +00:00
Gerrit Code Review
f004ff38de Update notes for submitted changes
* pickit2_spi: Fix "dead" assignment
2022-09-29 17:03:38 +00:00
Gerrit Code Review
392e03624a Update notes for submitted changes
* pcidev: Always fetch ident info
2022-09-29 17:03:28 +00:00
Gerrit Code Review
577a68dd1f Update notes for submitted changes
* pcidev.c: populate IDs with pci_fill_info()
2022-09-29 17:03:24 +00:00