index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
flashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
flashrom.c: Move do_*() helpers into cli_classic.c
Edward O'Callaghan
2022-01-27
1
-97
/
+0
*
flashrom.c: Make {read,write}_buf_from_include_args() public
Edward O'Callaghan
2022-01-27
1
-2
/
+2
*
flashrom: Convert do_read() into a libflashrom user
Edward O'Callaghan
2022-01-22
1
-3
/
+18
*
cli_classic.c: Convert do_erase() to libflashrom call
Edward O'Callaghan
2022-01-22
1
-18
/
+1
*
flashrom.c: extract operation only uses layout files
Daniel Campello
2022-01-21
1
-1
/
+2
*
hwaccess: move mmio functions into hwaccess_physmap
Thomas Heijligen
2022-01-20
1
-1
/
+0
*
physmap: rename to hwaccess_physmap, create own header
Thomas Heijligen
2021-12-22
1
-0
/
+1
*
flashrom.c: Validate before allocate in verify_range()
Edward O'Callaghan
2021-12-15
1
-10
/
+8
*
flashrom.c: Delete obsolete comment
Simon Buhrow
2021-11-07
1
-1
/
+0
*
Replace freenode references
Angel Pons
2021-07-21
1
-8
/
+8
*
flashrom.c: Reorder read_by_layout() to avoid forward decl
Edward O'Callaghan
2021-07-16
1
-27
/
+26
*
flashrom.c: Reorder check_block_eraser() to avoid forward decl
Edward O'Callaghan
2021-07-16
1
-27
/
+25
*
flashrom.c: Make extract_param() static local
Edward O'Callaghan
2021-07-16
1
-1
/
+1
*
layout: Rework normalize_romentries() API
Nico Huber
2021-06-26
1
-1
/
+1
*
layout: Drop `count` parameter of flashrom_layout_new()
Nico Huber
2021-06-26
1
-1
/
+1
*
Pass layout directly to verify_by_layout()
Nico Huber
2021-06-26
1
-11
/
+11
*
layout: Introduce flashrom_layout_new()
Nico Huber
2021-06-26
1
-8
/
+5
*
layout: Introduce flashrom_layout_add_region()
Nico Huber
2021-06-26
1
-8
/
+4
*
layout: Add `capacity` field
Nico Huber
2021-06-26
1
-0
/
+1
*
enum programmer: not needed anymore. Remove
Thomas Heijligen
2021-06-10
1
-7
/
+0
*
programmer_init: use struct programmer_entry*
Thomas Heijligen
2021-06-10
1
-3
/
+3
*
flashrom.c libflashrom.c: replace enum programmer with size_t
Thomas Heijligen
2021-06-10
1
-1
/
+1
*
flashrom.c: replace enum programmer with struct programmer_entry*
Thomas Heijligen
2021-06-10
1
-12
/
+12
*
programmer_table: replace PROGRAMMER_INVALID with programmer_table_size
Thomas Heijligen
2021-06-10
1
-4
/
+4
*
treewide: Drop unnecessary uses of memset/memcpy
Angel Pons
2021-06-09
1
-5
/
+3
*
treewide: Drop most cases of `sizeof(struct ...)`
Angel Pons
2021-06-09
1
-2
/
+2
*
programmer_table: convert entries to pointers
Thomas Heijligen
2021-06-09
1
-23
/
+28
*
programmer_table: move array content to an own file
Thomas Heijligen
2021-06-09
1
-478
/
+0
*
programmer_table: add table size constant
Thomas Heijligen
2021-06-09
1
-1
/
+3
*
programmer_table: remove null termination
Thomas Heijligen
2021-06-09
1
-3
/
+1
*
cli_classic.c: add -x option for do_extract()
Daniel Campello
2021-05-02
1
-0
/
+6
*
flashrom.c: allow - as filename for stdin
Daniel Campello
2021-04-29
1
-2
/
+6
*
layout: Add -i <region>[:<file>] support
Daniel Campello
2021-04-27
1
-1
/
+93
*
flashrom.c: Fix up stale FIXME comment when doit() was removed
Edward O'Callaghan
2021-04-20
1
-2
/
+2
*
flashrom.c: implement chip restore callback registration
Nikolai Artemiev
2020-12-03
1
-0
/
+30
*
flashrom.c: Correct "raiden_debug_spi" drv name
Edward O'Callaghan
2020-11-30
1
-1
/
+1
*
raiden_debug: Rename with '_DEBUG_SPI' suffix
Edward O'Callaghan
2020-11-28
1
-1
/
+1
*
flashrom.c,flash.h: Kill dead fn shutdown_free()
Edward O'Callaghan
2020-10-24
1
-6
/
+0
*
Add MEC1308 EC programmer
Victor Ding
2020-08-20
1
-0
/
+12
*
Add ENE LPC programmer
Victor Ding
2020-08-20
1
-0
/
+12
*
Initial Realtek MST i2c_spi support
Edward O'Callaghan
2020-05-04
1
-0
/
+12
*
Revert "flashchips: port S25FS(128S) chip from chromiumos"
Nico Huber
2020-05-01
1
-25
/
+0
*
flashchips: port S25FS(128S) chip from chromiumos
sibradzic
2020-04-22
1
-0
/
+25
*
lspcon_i2c_spi.c: Add SPI-master support for PS17{5,6}
Shiyu Sun
2020-04-01
1
-0
/
+12
*
Fix segfault when running `flashrom -L`
Angel Pons
2020-03-26
1
-1
/
+1
*
raiden_debug: Upstream ChromiumOS servo debug board prog
Edward O'Callaghan
2020-03-03
1
-0
/
+12
*
Add support for STLINK V3 debugger/programmer via its SPI bridge
Miklós Márton
2019-12-31
1
-0
/
+13
*
Add support for National Instruments USB-845x devices
Miklós Márton
2019-11-14
1
-0
/
+11
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-1
/
+1
*
tree: Remove unused functions with no prototypes
Jacob Garber
2019-06-23
1
-148
/
+0
[next]