Skip to content

Releases: sbabic/libubootenv

v0.3.5: Release 0.3.5

08 Oct 12:06
v0.3.5
Compare
Choose a tag to compare

Release 0.3.5

  • Fix slowness on SPI flash
  • Fixes validating Env flags
  • Feature: get U-Boot namespace from DT
  • Feature: specify UBI volumes from MTD path

v0.3.4

02 Jun 11:09
v0.3.4
Compare
Choose a tag to compare
  • Fixes
  • Add namespace for multiple environment
  • Add new config format based on YAML

v0.3.3 : Fixes

06 Sep 11:15
v0.3.3
Compare
Choose a tag to compare
fw_printenv: dont hard-code configuration/environment files
fw_setenv: fix bug when SPI flash write size != sector size
uboot_env: fix fileprotect for Android
CI: add REUSE compatibility check
Android.bp: add missing copyright
Android.bp: initial addition
uboot_env: remove unused function
uboot_env: remove unused parameters
uboot_env: remove unused variables
uboot_env: fix pointer-sign warnings
uboot_env: switch to strchr/strrchr
Add description of the fw_setenv script syntax
Include cstddef in the header for C++
Correct type of conversion of HEX .flags
Fix parsing multiple .flags variables
Add REUSE badge
Make libubootenv REUSE compliant
doxygen: fix libuboot_open/close return value description
Add documentation for the configuration file
Add configuration for disabling MTD lock
main: Remove duplicated code about '=' in variable name.
libubootenv: Forbid to give empty variable name to fw_setenv.
main: Check libuboot_set_env() result.
CI: add gitlab config

v0.3.2: Fixes

01 May 10:31
v0.3.2
Compare
Choose a tag to compare

Just fixes