libubootenv icon indicating copy to clipboard operation
libubootenv copied to clipboard

Generic library and tools to access and modify U-Boot environment from User Space

Results 16 libubootenv issues
Sort by recently updated
recently updated
newest added

Hi, In uboot_env.c the libuboot_load_file() function is used to load and parse the default environment file passed with `-f` option. The issue I encountered, is that this function will read...

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

correct size to data payload size to avoid a read out of bounds

Hi, I have `/dev/disk/by-path/platform-11270000.ufshci-scsi-0:0:0:1` on my device and I found that `fw_printenv` will separate the path by checking `:` then only check if `/dev/disk/by-path/platform-11270000.ufshci-scsi-0` exists. so I am wondering if...

It looks like there are a few buffer overflows possible in `libuboot_env_store`. Some effort has been made to avoid this. For example, while appending variables into the buffer, it checks...

I originally posted this as a comment to issue #20, however it's probably easier to manage if I move it into a new issue here. I have a similar issue...

There is no "unlock", "disable-lock" states supported in src/uboot_env.c, replace them with "disablelock". Also fix an invalid indention in src/uboot_env.c.

Currently For a uboot env device like usb or mmc, the flagstype is explicitly set to FLAGS_INCREMENTAL, there is no way to choose FLAGS_BOOLEAN for them, which seems is not...

YAML pulls in new libs which takes space and existing project has no use for YAML

This is *untested* with U-Boot. I'm hope to get some feedback whether such feature is desirable or even makes sense before invensting more time in it (starting the counter-part in...