Commit Graph

  • feb74a38da Dont store to device if no value changes #8 Ming Liu 2020-07-25 15:56:55 +0200
  • 4a0a4662e2
    Merge pull request #7 from TomzBench/cmake-fix Stefano Babic 2020-07-02 14:37:39 +0200
  • 6117831032 Added Coverity badge Stefano Babic 2020-06-29 12:19:20 +0200
  • 49372a11ac Fix coverity #293496 Stefano Babic 2020-06-29 11:27:41 +0200
  • 69a6819c02 Fix coverity #293503 and #293507 Stefano Babic 2020-06-28 17:17:01 +0200
  • 258bf52d49 Fix coverity #293501 Stefano Babic 2020-06-28 16:46:45 +0200
  • aa52e616c7 Fix coverity #293505 Stefano Babic 2020-06-28 16:45:39 +0200
  • 52a70114bd Fix coverity #293504 and #293506 Stefano Babic 2020-06-28 16:42:56 +0200
  • e822218950 Fix coverity #293495 and #293497 Stefano Babic 2020-06-28 16:33:58 +0200
  • 23b305f67a Fix coverity #293499 Stefano Babic 2020-06-28 16:30:02 +0200
  • 25ef1f60d1 Add coverity setup for Travis Stefano Babic 2020-06-24 13:50:27 +0200
  • 41b51886df fixed install for static target, fixed BUILD_DOC acknowledgement #7 thomas 2020-06-24 16:46:06 -0400
  • 86bd30a14e Restore ability to feed script file via stdin, using `-s -`. Kristian Amlie 2020-06-22 14:06:24 +0200
  • 7f8564ad27 uboot_env: Use canonicalized pathname when reading device #4 Ming Liu 2020-05-30 20:56:42 +0200
  • c45f3c48ce fw_printenv: fw_printenv must fail if asked for an unset variable #5 Mathias Thore 2020-04-03 11:03:42 +0200
  • c91dccab34 ubi, write: fix invalid envsize ptr to UBI_IOCVOLUP Markus Klotzbuecher 2020-05-19 21:45:17 +0200
  • f4b9cde381 Allow negative offsets Max Krummenacher 2020-04-06 13:12:38 +0200
  • 45bf92ab6c Detect sector size if not found in config Stefano Babic 2020-03-20 16:17:55 +0100
  • 9f59db6465 uboot_env: remove unused variables Pierre-Jean Texier' via swupdate 2020-03-10 21:04:39 +0100
  • 65d243e88b README: libubootenv is now in oe-core Pierre-Jean Texier' via swupdate 2020-02-21 18:31:36 +0100
  • ba952d05ec BUG: variable lists not released in close() Stefano Babic 2020-02-17 16:23:31 +0100
  • 690f868075 Variables are not removed when loading from file Stefano Babic 2020-02-09 16:01:44 +0100
  • 9e3586a6cd Make sure there's no file descriptor leakage in case of error Mauro Condarelli 2020-02-06 17:37:46 +0100
  • 03647c43da Check config file defines a non-zero Sector size Mauro Condarelli 2020-02-06 17:37:45 +0100
  • 3b2d4f1de7 Check environment size from fw_env.config Stefano Babic 2020-01-31 15:05:40 +0100
  • 879c0731fa Do not hardcode path for install Stefano Babic 2020-01-13 00:27:29 +0100
  • d9c639b4ab libubootenv: add pkg-config support Pierre-Jean Texier' via swupdate 2020-01-07 17:38:25 +0100
  • cc628ee0cd libuboot: wrap libuboot in extern "C" for C++ Pierre-Jean Texier' via swupdate 2019-12-11 18:26:21 +0100
  • bf6ff631c0 Prepare 0.2 v0.2 Stefano Babic 2019-11-30 10:50:32 +0100
  • 3393485ac4 Fix compiler warning Stefano Babic 2019-11-30 10:42:46 +0100
  • 8f7c00a774 uboot_env: fix the resarch of ubi volume Philippe Reynes 2019-11-25 18:45:27 +0100
  • 9294981672 handle protected mmcblk_boot_ devices Adrian Freihofer 2019-10-11 15:48:08 +0200
  • ac6d18ad7b add missing includes Adrian Freihofer 2019-10-11 15:48:07 +0200
  • 8106b659ad add .editorconfig file Adrian Freihofer 2019-10-11 15:48:06 +0200
  • 3286c571c7 CMakeLists: fix build with old compilers Pierre-Jean Texier' via swupdate 2019-09-16 17:24:10 +0200
  • 4d0504748c
    Merge pull request #3 from lamby/reproducible-build Stefano Babic 2019-09-06 14:03:00 +0200
  • d63e76fdf3 Make the build reproducible #3 Chris Lamb 2019-09-06 09:24:55 +0100
  • 9e121d4111 uboot_env: fix print format of type size_t Lars Lockenvitz 2019-07-24 17:05:16 +0200
  • 6c623d18b4 uboot_env: add ubi volume support Philippe Reynes 2019-07-04 19:07:44 +0200
  • 8feae6adac uboot_env: add a flag to manage device type Philippe Reynes 2019-07-04 19:07:43 +0200
  • 65ae5fe2c9 uboot_env: don't accept MTD_DATAFLASH and MTD_UBI_VOLUME Philippe Reynes 2019-06-28 16:07:17 +0200
  • 2c36d07ca0 uboot_env: nand: fix return of devwrite Philippe Reynes 2019-06-28 16:07:16 +0200
  • a1744ab6a0 uboot_env: nand: fix return of devread Philippe Reynes 2019-06-28 16:07:15 +0200
  • 88de5d2b0b uboot_env: access_tostring: fix write once flag Lukasz Zemla' via swupdate 2019-06-10 23:21:58 +0200
  • 41999c9801 README: rework README file Pierre-Jean Texier' via swupdate 2019-06-10 18:15:05 +0200
  • a0ec01c332 doc: add Buildroot support Pierre-Jean Texier' via swupdate 2019-06-09 12:26:07 +0200
  • 5af2a3b9c4 uboot_env: fix comment typo Pierre-Jean Texier' via swupdate 2019-06-04 22:56:00 +0200
  • 43d67078d3 uboot_env: remove <pthread.h> header file Pierre-Jean Texier' via swupdate 2019-06-04 14:25:31 +0200
  • 6d2abc6165 flags are not parsed when environment is loaded Stefano Babic 2019-06-03 23:07:27 +0200
  • 728f047815 uboot_env: fix compilation for glibc version >= 2.28 Pierre-Jean Texier' via swupdate 2019-05-21 22:45:56 +0200
  • 539796c7df uboot_env: fix build with musl libc Pierre-Jean Texier' via swupdate 2019-05-21 22:45:55 +0200
  • 8c07bf01de License: add license file Stefano Babic 2019-05-22 17:30:40 +0200
  • edb580a42e fw_printenv: set 'u-boot-initial-env' file as default Pierre-Jean Texier' via swupdate 2019-05-03 12:51:09 +0200
  • d63007652f fw_printenv: remove declaration in for loop Pierre-Jean Texier' via swupdate 2019-04-29 23:02:22 +0200
  • 8a7d4030bc Address redundant environment flags with offset v0.1 Leo Ruan 2019-04-17 12:24:17 +0200
  • 34c0aca712 Use correct pointer for loading script file Leo Ruan 2019-04-17 12:04:26 +0200
  • e94f36a0c6 Return error in case of no valid environment Leo Ruan 2019-04-17 12:01:19 +0200
  • 28ac577edb Fix missing return zero in libuboot_load_file Leo Ruan 2019-04-17 12:01:08 +0200
  • 7ed1734e4b Add the static library for installation #2 Nobuhiro Iwamatsu 2019-04-16 08:55:51 +0900
  • d42398c4a4 Change name of the output static library to libubootenv.a Nobuhiro Iwamatsu 2019-04-16 08:54:14 +0900
  • 14b6a4e279 Add support GNUInstallDirs Nobuhiro Iwamatsu 2019-04-16 08:52:01 +0900
  • 2968afc096 Unifies the functionality provided by CMake to lowercase Nobuhiro Iwamatsu 2019-04-16 08:49:07 +0900
  • c1d89d574d README.rst: fix typo in license name Diego Rondini 2019-04-04 10:25:01 +0200
  • e704dbfc86 Add travis configuration Stefano Babic 2019-03-12 20:15:25 +0100
  • 08615d727b Include stddef to build on trusty (for travis) Stefano Babic 2019-03-27 12:50:12 +0100
  • 94d22337a0 libubootenv 0.1 Stefano Babic 2019-03-04 16:43:48 +0100
  • 51bd0777f5 Drop sources Stefano Babic 2019-03-04 16:42:09 +0100
  • e67ce380d6 Release 0.1 Stefano Babic 2019-01-08 22:16:00 +0100
  • 904d018960 add includes Stefano Babic 2018-12-28 19:02:49 +0100
  • 31c7853bc8 Initialize repo Stefano Babic 2018-12-28 15:09:34 +0100