bootgen
bootgen copied to clipboard
bootgen source code
Hi, I am trying to generate the SHA to write to the eFuse so I can properly activate the secure boot authentication However using the documented bif file, I am...
As part of our build we want to list the version of bootgen being used, currently this is clunky since it requires us to give a bogus argument to get...
The -verify option was crashes bootgen on a ZynqMP boot.bin file as the code wasn't reading the image headers. Please find the following patch which fixed the problem: ``` From...
Ran into this issue as well, just applying the change for convenience. Fix for https://github.com/Xilinx/bootgen/issues/30
The error puts out the header size for 64-bit elf files when parsing a 32-bit elf file.
Bootgen embeds an old version of flex, but uses the system include syntax (#include ) to reference it, causing conflicts on systems with the development headers for a modern flex...
The patch contains a number of fixes based on errors and warnings from `clang`. Some of the fixes in key look important to me.
- Support clang is detected - Use c++ and cc for native host builds - Add dependencies
Add possibiliy to inject private key password using environment variable KEY_PASS.
Add snap packaging; adds a Makefile install target along the way