History for barebox / common / state.c
2015-08-03
@Jan Luebbe
state: fix missing newline in error message ...
Jan Luebbe authored on 30 Jul 2015 Sascha Hauer committed on 3 Aug 2015
@Jan Luebbe
state: handle write-protection in the raw backend ...
Jan Luebbe authored on 30 Jul 2015 Sascha Hauer committed on 3 Aug 2015
2015-06-26
@Marc Kleine-Budde
state: fixup: only export default value during fixup if set ...
Marc Kleine-Budde authored on 25 Jun 2015 Sascha Hauer committed on 26 Jun 2015
@Marc Kleine-Budde
state: add support for fixed length strings ...
Marc Kleine-Budde authored on 17 Jun 2015 Sascha Hauer committed on 26 Jun 2015
2015-06-18
@Marc Kleine-Budde
state: struct variable_type::import: remove const from node argument ...
Marc Kleine-Budde authored on 17 Jun 2015 Sascha Hauer committed on 18 Jun 2015
2015-06-17
@Marc Kleine-Budde
state: uint8: add range check for uint8 ...
Marc Kleine-Budde authored on 15 Jun 2015 Sascha Hauer committed on 17 Jun 2015
@Marc Kleine-Budde
state: uint8: use %u as format string ...
Marc Kleine-Budde authored on 15 Jun 2015 Sascha Hauer committed on 17 Jun 2015
2015-06-03
@Jan Luebbe
state: add support for uint8 variables ...
Jan Luebbe authored on 30 May 2015 Sascha Hauer committed on 3 Jun 2015
@Jan Luebbe
state: add some more error messages ...
Jan Luebbe authored on 30 May 2015 Sascha Hauer committed on 3 Jun 2015
2015-05-26
@Marc Kleine-Budde
state: backend_raw: update documentation of struct state_backend_raw members ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: backend_raw: add sanity check of data_len during load ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: backend_raw: rename backend_raw_write_one() -> backend_raw_save_one() ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: backend_raw: factor out state_backend_raw_file_get_size() into separate function ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: backend_raw: properly align write and erase size ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: backend_raw: rename struct state_backend_raw::step -> stride ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: backend_raw: remove hard coded limit of two copies ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: mtd_get_meminfo: make usage of mtd's meminfo compatible to linux ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: mtd_get_meminfo: open path readonly instead of readwrite ...
Marc Kleine-Budde authored on 26 May 2015 Sascha Hauer committed on 26 May 2015
@Marc Kleine-Budde
state: add fixup to copy state from barebox to kernel device tree ...
Marc Kleine-Budde authored on 13 May 2015 Sascha Hauer committed on 26 May 2015
2015-05-15
@Marc Kleine-Budde
state: backend: support phandle and of_path references ...
Marc Kleine-Budde authored on 13 May 2015 Sascha Hauer committed on 15 May 2015
@Marc Kleine-Budde
state: add functionality to export state description ...
Marc Kleine-Budde authored on 13 May 2015 Sascha Hauer committed on 15 May 2015
@Marc Kleine-Budde
state: make state_release() non static ...
Marc Kleine-Budde authored on 13 May 2015 Sascha Hauer committed on 15 May 2015
@Marc Kleine-Budde
state: print proper error message, if reg property is not found ...
Marc Kleine-Budde authored on 13 May 2015 Sascha Hauer committed on 15 May 2015
@Marc Kleine-Budde
state: print name of property of size mismatch is detected ...
Marc Kleine-Budde authored on 13 May 2015 Sascha Hauer committed on 15 May 2015
@Marc Kleine-Budde
state: state_new_from_fdt(): remove unused function ...
Marc Kleine-Budde authored on 6 May 2015 Sascha Hauer committed on 15 May 2015
@Marc Kleine-Budde
state: state_uint32_create: use %u to print unsigned variable ...
Marc Kleine-Budde authored on 6 May 2015 Sascha Hauer committed on 15 May 2015
2015-03-12
@Sascha Hauer
state: add framework for persistent state handling ...
Sascha Hauer committed on 12 Mar 2015