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: Remove programmer_param global state
Edward O'Callaghan
2022-09-12
1
-25
/
+27
*
tree: Retype variable `programmer_may_write` with bool
Felix Singer
2022-09-08
1
-2
/
+2
*
flashrom.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-5
/
+6
*
tree: Allow passing programmer_cfg directly to programmer
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tree: Change signature of extract_programmer_param_str()
Edward O'Callaghan
2022-09-07
1
-1
/
+5
*
flashrom.c: Move print logic to print.c
Edward O'Callaghan
2022-08-29
1
-83
/
+1
*
parallel.c: Consoldiate parallel master registration logic
Edward O'Callaghan
2022-08-25
1
-41
/
+0
*
flashrom.c: Move write_buf_to_include_args() to cli_classic.c
Edward O'Callaghan
2022-08-25
1
-27
/
+0
*
flashrom.c: Move read_buf_from_include_args() into cli_classic.c
Edward O'Callaghan
2022-08-25
1
-35
/
+0
*
flashrom.c: Move write_buf_to_file() to helpers_fileio.c
Edward O'Callaghan
2022-08-25
1
-64
/
+0
*
flashrom.c: Move read_buf_from_file() to helpers_fileio.c
Edward O'Callaghan
2022-08-25
1
-44
/
+0
*
flashrom.c: flatten out write_buf_to_include_args()
Edward O'Callaghan
2022-08-25
1
-4
/
+2
*
flashrom.c: flatten out read_buf_from_include_args()
Edward O'Callaghan
2022-08-25
1
-4
/
+2
*
Add `str` extension to extract_programmer_param function name
Chinmay Lonkar
2022-07-02
1
-1
/
+1
*
flashrom.c, flashcips.c: Test the order of erase functions
Aarya Chaumal
2022-06-20
1
-0
/
+11
*
flashrom: initialize restore func count in correct place
Nikolai Artemiev
2022-05-23
1
-1
/
+3
*
flashrom.c: Make need_erase() helper static local
Edward O'Callaghan
2022-05-17
1
-1
/
+1
*
flashrom: Drop read_flash_to_file() usage
Edward O'Callaghan
2022-05-13
1
-35
/
+0
*
libflashrom: Move documentation to header
Evan Benn
2022-05-06
1
-66
/
+0
*
Global cleanup: Fix a few spelling errors
Martin Roth
2022-05-03
1
-1
/
+1
*
flashrom.c: remove unused include
Thomas Heijligen
2022-04-13
1
-1
/
+0
*
print_buildinfo: remove unreachable print of libpci version
Thomas Heijligen
2022-04-13
1
-7
/
+0
*
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
[prev]
[next]