Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
ca6217827f3ed1223db6b29dcc5b3088e3858a8e
ca62178
Makefile: Deflate handling of unsupported programmers for MinGW
by Nico Huber
· 5 years ago
ba68196
Makefile: Deflate handling of unsupported programmers for DJGPP
by Nico Huber
· 5 years ago
afca7ac
Makefile: Add macro to disable unsupported programmers
by Nico Huber
· 5 years ago
7f89897
Makefile: Gather lists of dependencies by feature/lib
by Nico Huber
· 5 years ago
09e82e2
Makefile: Move $(NEED_LIBFTDI) block to similar ones
by Nico Huber
· 5 years ago
83d5207
Makefile: Move NI845X_SPI default to the other defaults
by Nico Huber
· 5 years ago
81965f3
ich_descriptors: Normalize chipset detection
by Nico Huber
· 5 years ago
72a9dc0
ich_descriptors: Don't base chipset detection on `freq_read`
by Nico Huber
· 5 years ago
3ad9aad
ich_descriptors: Revise detection for chipsets w/ ICCRIBA
by Nico Huber
· 5 years ago
66e0456
dediprog: Separate shutdown from failed init cleanup
by Anastasia Klimchuk
· 5 years ago
ee6d548
buspirate_spi: Use non-zero return value from buspirate_sendrecv
by Anastasia Klimchuk
· 5 years ago
38450ce
libflashrom: Free `chip` instance upon flashctx teardown
by Nico Huber
· 7 years ago
fda5f1f
ft2232_spi: Revise error message
by Nico Huber
· 5 years ago
4c40a79
ft2232_spi: Normalize error paths in ft2232_shutdown()
by Nico Huber
· 5 years ago
cf88068
ft2232_spi: Revise comments about output pin states
by Nico Huber
· 5 years ago
13b33bc
ft2232_spi: Drop ft2232_spi_send_command()
by Nico Huber
· 5 years ago
fc16212
ft2232_spi: Don't lower write data chunksize
by Nico Huber
· 5 years ago
db9be31
ft2232_spi.c: Implement spi_send_multicommand()
by Simon Buhrow
· 5 years ago
98bdcb4
buspirate: Add psus option
by Jeremy Kerr
· 5 years ago
7dcb6f3
buspirate_spi.c: Separate shutdown from failed init cleanup
by Anastasia Klimchuk
· 5 years ago
1535db4
programmer.h: sort programmer entries alphabetically
by Thomas Heijligen
· 5 years ago
8a03c90
ich_descriptors: Refactor read_ich_descriptors_from_dump()
by Nico Huber
· 5 years ago
83b01c8
ich_descriptors: Drop some unnecessary `else` after `return`
by Nico Huber
· 5 years ago
964007a
ich_descriptors: Revise descriptor messages
by Nico Huber
· 5 years ago
40d3233
programmer.h: remove compile guard from programmer drivers
by Thomas Heijligen
· 5 years ago
ab69629
dummyflasher: Re-arrange includes
by Nico Huber
· 5 years ago
3795c9d
enum programmer: not needed anymore. Remove
by Thomas Heijligen
· 5 years ago
84e9c91
CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum
by Thomas Heijligen
· 5 years ago
acd9c94
cli_classic: replace enum programmer with programmer_entry*
by Thomas Heijligen
· 5 years ago
e0e93cf
programmer_init: use struct programmer_entry*
by Thomas Heijligen
· 5 years ago
9163b81
flashrom.c: replace enum programmer with size_t
by Thomas Heijligen
· 5 years ago
c7e5b8b
flashrom.c: replace enum programmer with struct programmer_entry*
by Thomas Heijligen
· 5 years ago
79088ab
print.c: use static string for internal programmer name
by Thomas Heijligen
· 5 years ago
d45cb59
programmer_table: replace PROGRAMMER_INVALID with programmer_table_size
by Thomas Heijligen
· 5 years ago
cc853d8
programmer_table: move each entry to the associated programmer source
by Thomas Heijligen
· 5 years ago
7e13456
treewide: Drop unnecessary uses of memset/memcpy
by Angel Pons
· 5 years ago
690a944
treewide: Drop most cases of `sizeof(struct ...)`
by Angel Pons
· 5 years ago
c40ca20
dummyflasher.c: Drop useless macros
by Angel Pons
· 5 years ago
633d6db
programmer_table: convert entries to pointers
by Thomas Heijligen
· 5 years ago
bbfacff
programmer_table: move array content to an own file
by Thomas Heijligen
· 5 years ago
d0fcce2
programmer_table: add table size constant
by Thomas Heijligen
· 5 years ago
b707636
programmer_table: remove null termination
by Thomas Heijligen
· 5 years ago
3c55c79
dummyflasher.c: Fix data leak in params processing error paths
by Anastasia Klimchuk
· 5 years ago
69d09ba
platform: Fix endianness detection for Apple Silicon Macs
by Ivan V
· 5 years ago
c248464
dummyflasher.c: Prevent use-after-free bug
by Angel Pons
· 5 years ago
328898a
dummyflasher.c: Move `flashchip_contents` allocation
by Angel Pons
· 5 years ago
02b9ae2
dummyflasher.c: Don't leak `emu_persistent_image`
by Angel Pons
· 5 years ago
f02db80
serprog.c: Use braces in both branches of conditional statement
by Anastasia Klimchuk
· 5 years ago
c785f88
dummyflasher.c: Replace atoi() with strtoul()
by Edward O'Callaghan
· 5 years ago
9425022
dummyflasher.c: Move 'flashchip_contents' into emu_data
by Edward O'Callaghan
· 5 years ago
3fa321d
dummyflasher.c: Use BUS_NONSPI where appropriate
by Edward O'Callaghan
· 5 years ago
67aaed7
stlinkv3_spi.c: Clean up properly on all init error paths
by Anastasia Klimchuk
· 5 years ago
1c7297f
chipset_enable.c: Add Gemini Lake eSPI PCI device ID
by Angel Pons
· 5 years ago
4db0fdf
Add Gemini Lake support
by Angel Pons
· 6 years ago
771bb79
nicintel_eeprom.c: Mark 8086:1531 as tested
by Angel Pons
· 5 years ago
17d1603
dediprog: Add 4BA support on SF600 protocol version 3
by Patrick Rudolph
· 6 years ago
a32d47f
dediprog: Disable SPI_MASTER_NO_4BA_MODES for additional devices
by Patrick Rudolph
· 6 years ago
8eaef7d
flashrom.c: allow - as filename for stdin
by Daniel Campello
· 5 years ago
b499b67
chipset_enable.c: Add IDs for H310C and B365 PCHs
by Angel Pons
· 5 years ago
bc0285c
chipset_enable.c: Add CMP-H IDs
by Gaggery Tsai
· 6 years ago
d493baa
chipset_enable: Mark QS67 as DEP
by Evgeny Zinoviev
· 5 years ago
0be623c
Use singular they to refer to "the user" in comments
by Angel Pons
· 5 years ago
44cfbb0
ft2232_spi.c: Fix typo in comment
by Angel Pons
· 5 years ago
acb24d4
flashrom.c: Fix up stale FIXME comment when doit() was removed
by Edward O'Callaghan
· 5 years ago
281ed26
jlink_spi.c: Correct some log messages
by Angel Pons
· 5 years ago
e8106ba
ft2232_spi.c: Refactor singleton states into reentrant pattern
by Anastasia Klimchuk
· 5 years ago
7630390
chipset_enable.c: Add PCI ID for Comet Lake U Base
by Sam McNally
· 5 years ago
198bef3
chipset_enable: Mark Intel C216 as DEP
by Jacob Garber
· 5 years ago
9eeae33
cbtable.c: don't assume high addresses can fully map 1 MiB
by Aaron Durbin
· 9 years ago
460c1c0
ft2232_spi.c: release I/Os on shutdown
by Alan Green
· 5 years ago
0b1fb92
programmer: remove unused noop_shutdown function
by Alan Green
· 5 years ago
c14e3f6
Makefile: Add a DISABLE_CLOCK_GETTIME option
by Martin Lucina
· 5 years ago
1cea5c3
Add missing platform.h includes
by Miriam Polzer
· 5 years ago
abb34fe
chipset_enable.c: Mark Intel H110 as DEP
by Angel Pons
· 5 years ago
2bb6792
chipset_enable.c: mark "Broadwell U Base" as DEP
by Nikolai Artemiev
· 6 years ago
0a84d0d
programmer.h,c: Drop dead noop_chip_writeb() fn
by Edward O'Callaghan
· 5 years ago
3b3fc93
chipset_enable.c: Mark Intel Q67 as DEP
by Angel Pons
· 5 years ago
55f6564
chipset_enable.c: Add Intel pch7 did=0x1e4{1,2,3} support
by Edward O'Callaghan
· 6 years ago
0ad1199
Makefile: Fix typo NEED_LIBUSB0 -> NEED_LIBUSB1
by Edward O'Callaghan
· 6 years ago
52916f6
it87spi.c: Fix layering violation of default_spi_read
by Edward O'Callaghan
· 6 years ago
317c67b
dediprog.c: Fix layering violation of default_spi_read
by Edward O'Callaghan
· 6 years ago
4f29bb7
Add support for Comet Lake-U/400-series PCH
by Matt DeVillier
· 6 years ago
c753c40
dummyflasher.c: Factor out global state
by Lachlan Bishop
· 6 years ago
13f90e6
tree/: Drop const from opaque data ptr in master definitions [alt]
by Edward O'Callaghan
· 5 years ago
e19a41b
allow 0x34 as ICCRIBA for CHIPSET_C620_SERIES_LEWISBURG
by Jonathan Zhang
· 6 years ago
3531123
dummyflasher.c: Only write back emulated image if modified
by Namyoon Woo
· 6 years ago
1592fe5
chipset_enable: Mark Intel Q77 as DEP
by Jacob Garber
· 6 years ago
c218a05
add PCI IDs for additional c620 series PCH chips
by Jonathan Zhang
· 6 years ago
9f06419
chipset_enable.c: Add support for Intel C620 Series Chipset SPI Controller
by Luka Kovacic
· 6 years ago
5c639b3
stlinkv3_spi.c: Improve printed messages
by Miklós Márton
· 6 years ago
dba5fa7
endiantest: Fix #if expression
by David Hendricks
· 6 years ago
1f967c8
chipset_enable: add PCI ID for APL-I (Broxton)
by Jan Samek
· 6 years ago
7a6bce6
serial: Fix file read/write error handling for Windows
by David Hendricks
· 6 years ago
c368518
dediprog: Correct REQTYPE_OTHER_OUT macro
by David Hendricks
· 6 years ago
cdb290e
tree: Remove unneeded semicolons after loops
by David Hendricks
· 6 years ago
9148620
Add board enable for ASUS P3B-F
by Keith Hui
· 6 years ago
68c32db
82802ab.c: Remove duplicated check
by Angel Pons
· 6 years ago
abefc46
chipset_enable.c: Spell `BIOS` in uppercase
by Angel Pons
· 6 years ago
6d42d2b
ft2232_spi.c: Improve handling of static buffer
by Angel Pons
· 6 years ago
739899a
stlinkv3_spi: Fix memory leak
by Patrick Georgi
· 6 years ago
Next »