index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libflashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
programmer_init: use struct programmer_entry*
Thomas Heijligen
2021-06-10
1
-1
/
+1
*
flashrom.c libflashrom.c: replace enum programmer with size_t
Thomas Heijligen
2021-06-10
1
-1
/
+1
*
programmer_table: replace PROGRAMMER_INVALID with programmer_table_size
Thomas Heijligen
2021-06-10
1
-4
/
+4
*
treewide: Drop most cases of `sizeof(struct ...)`
Angel Pons
2021-06-09
1
-1
/
+1
*
programmer_table: convert entries to pointers
Thomas Heijligen
2021-06-09
1
-2
/
+2
*
Use singular they to refer to "the user" in comments
Angel Pons
2021-04-21
1
-1
/
+1
*
libflashrom.c: Fix indentation of a brace
Angel Pons
2020-05-28
1
-1
/
+1
*
libflashrom.c: Use casts on enum conversions
Angel Pons
2020-05-28
1
-2
/
+4
*
libflashrom.c: Use correct type for sizeof
Angel Pons
2020-05-03
1
-1
/
+1
*
Fix compilation if CONFIG_INTERNAL=no
Jonathan Liu
2019-10-08
1
-0
/
+8
*
Fix more sign-compare issues
Nico Huber
2019-10-05
1
-1
/
+1
*
libflashrom: add querying functions with meson integration
Artur Raglis
2019-09-17
1
-1
/
+136
*
layout: Make `romentry.name` a pointer
Nico Huber
2019-06-17
1
-3
/
+7
*
layout: Move generic layout functions into `layout.c`
Nico Huber
2019-06-17
1
-34
/
+0
*
libflashrom: Add CPP guard to fix big-endian builds
Nico Huber
2019-06-14
1
-0
/
+2
*
cli: Add error on missing IFD
Patrick Rudolph
2019-06-14
1
-0
/
+3
*
Add support to get layout from fmap (e.g. coreboot rom)
Arthur Heymans
2018-10-23
1
-0
/
+119
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Drop redundant `enum msglevel`
Nico Huber
2017-07-13
1
-2
/
+2
*
fixup! Add a convenient libflashrom interface
Nico Huber
2017-06-20
1
-1
/
+1
*
Add option to read ROM layout from IFD
Nico Huber
2017-06-14
1
-0
/
+82
*
Add a convenient libflashrom interface
Nico Huber
2017-06-03
1
-0
/
+334