index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
layout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree/: Make heap alloc checks err msg consistent
Edward O'Callaghan
2022-12-06
1
-1
/
+1
*
layout.c: Use calloc() to ensure a zeroed layout
Edward O'Callaghan
2022-10-15
1
-3
/
+1
*
layout.c: Validate _layout_entry_by_name() arguments before use
Edward O'Callaghan
2022-09-27
1
-0
/
+2
*
layout.c: Cast argument of isspace() to unsigned char
Thomas Heijligen
2022-09-01
1
-1
/
+1
*
libflashrom: Move documentation to header
Evan Benn
2022-05-06
1
-51
/
+0
*
layout: Hoist get_region_range() into libflashrom API
Edward O'Callaghan
2022-01-11
1
-12
/
+23
*
layout: Turn overlap debug message into warning
Nico Huber
2021-07-06
1
-2
/
+2
*
layout: Fix overlap-check routine
Nico Huber
2021-07-06
1
-1
/
+1
*
layout: Tidy up the include-args API
Nico Huber
2021-06-26
1
-1
/
+1
*
layout: Kill the global layout
Nico Huber
2021-06-26
1
-20
/
+6
*
layout: Rework normalize_romentries() API
Nico Huber
2021-06-26
1
-4
/
+3
*
layout: Make `struct layout_include_args` private to `layout.c`
Nico Huber
2021-06-26
1
-0
/
+6
*
layout: Drop `count` parameter of flashrom_layout_new()
Nico Huber
2021-06-26
1
-3
/
+2
*
layout: Use linked list for `struct romentry`
Nico Huber
2021-06-26
1
-58
/
+48
*
layout: Introduce get_default_layout()
Nico Huber
2021-06-26
1
-1
/
+6
*
layout: Introduce flashrom_layout_new()
Nico Huber
2021-06-26
1
-1
/
+27
*
layout: Introduce flashrom_layout_add_region()
Nico Huber
2021-06-26
1
-17
/
+39
*
layout: Add `capacity` field
Nico Huber
2021-06-26
1
-4
/
+4
*
layout: Introduce layout_next()
Nico Huber
2021-06-26
1
-64
/
+80
*
treewide: Drop most cases of `sizeof(struct ...)`
Angel Pons
2021-06-09
1
-1
/
+1
*
cli_classic.c: implement set_wp_region operation
Daniel Campello
2021-05-04
1
-0
/
+14
*
cli_classic.c: add -x option for do_extract()
Daniel Campello
2021-05-02
1
-0
/
+19
*
layout: Add -i <region>[:<file>] support
Daniel Campello
2021-04-27
1
-24
/
+92
*
layout.h,c: Use 'false' over '0' for bool type
Edward O'Callaghan
2020-12-20
1
-2
/
+2
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-4
/
+5
*
tree: Make internal variables static
Jacob Garber
2019-06-26
1
-1
/
+1
*
layout: Introduce layout_next_included()
Nico Huber
2019-06-17
1
-0
/
+18
*
layout: Make `romentry.name` a pointer
Nico Huber
2019-06-17
1
-10
/
+21
*
layout: Move generic layout functions into `layout.c`
Nico Huber
2019-06-17
1
-0
/
+41
*
layout: Never use global `layout` directly
Nico Huber
2019-06-17
1
-20
/
+23
*
layout.c: Don't use global variables for included regions
Arthur Heymans
2019-06-17
1
-42
/
+43
*
layout.c: Use the libflashrom function for included arguments
Arthur Heymans
2019-06-06
1
-11
/
+6
*
Fix verification with sparse layouts
Nico Huber
2019-04-02
1
-0
/
+18
*
layout.c: Remove unused variable
Arthur Heymans
2019-03-04
1
-2
/
+0
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Move get_layout() from flashrom.c to layout.c
dhendrix
2017-10-17
1
-0
/
+8
*
Add option to read ROM layout from IFD
Nico Huber
2017-06-14
1
-9
/
+9
*
Kill doit()
Nico Huber
2017-06-03
1
-84
/
+0
*
Give layouts their own type
Nico Huber
2017-06-03
1
-42
/
+38
*
Fix fscanf format string security bug in layout.c
Carl-Daniel Hailfinger
2016-03-13
1
-1
/
+1
*
Rigorously check integrity of I/O stream data
Stefan Tauner
2015-12-25
1
-3
/
+3
*
Make read before write configurable (infrastructure part)
Stefan Tauner
2014-10-19
1
-5
/
+26
*
Add 'const' keyword to chip write and other function prototypes
Mark Marshall
2014-05-09
1
-2
/
+2
*
CID1130008: Resource leak read_romlayout()
Stefan Reinauer
2014-04-26
1
-0
/
+1
*
layout: Verify layout entries before building a new image using them
Stefan Tauner
2013-09-23
1
-4
/
+28
*
layout: Add a method to cleanup layout data structures
Stefan Tauner
2013-09-15
1
-0
/
+16
*
layout: Rename romlayout_t to romentry_t
Stefan Tauner
2013-08-30
1
-6
/
+6
*
layout: Rename romimages to num_rom_entries
Stefan Tauner
2013-08-30
1
-19
/
+18
*
Add a bunch of new/tested stuff and various small changes 14
Stefan Tauner
2012-09-21
1
-1
/
+1
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-2
/
+2
[next]