summaryrefslogtreecommitdiff
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
* binman: Support writing symbols for ucode etypesSimon Glass2023-05-113-4/+4
* tools: Fall back to importlib_resources on Python 3.6Jan Kiszka2023-04-281-1/+5
* binman: Use expanduser instead of HOMESimon Glass2023-04-281-1/+1
* binman: Use unsigned long over typedef ulongAndrew Davis2023-04-283-6/+0
* arm: dts: iot2050: Optionally embed OTP programming data into imageJan Kiszka2023-03-291-0/+8
* iot2050: Update firmware layoutJan Kiszka2023-03-291-7/+1
* Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini2023-03-168-1/+329
|\
| * binman: add tests for sign optionIvan Mikhaylov2023-03-147-6/+227
| * binman: add sign option for binmanIvan Mikhaylov2023-03-144-1/+61
| * binman: add documentation for binman sign optionIvan Mikhaylov2023-03-141-0/+47
* | Merge tag 'v2023.04-rc4' into nextTom Rini2023-03-148-3/+117
|\ \ | |/ |/|
| * tools: binman: minor formatting fix in docsRalph Siemsen2023-03-011-2/+2
| * binman: Mark mkimage entry missing when its subnodes is missingJonas Karlman2023-02-283-1/+53
| * binman: Add support for a rockchip-tpl entryJonas Karlman2023-02-285-0/+62
* | binman: Support generation of x509 certificatesSimon Glass2023-03-087-0/+333
* | binman: Support updating section contentsSimon Glass2023-03-0810-15/+287
* | binman: Handle missing bintools correctly in fitSimon Glass2023-03-082-1/+11
* | binman: Allow preserving the output dir when replacingSimon Glass2023-03-083-7/+20
* | doc: Add notes on how to install patman and binmanSimon Glass2023-03-081-0/+13
* | binman: Add support for building a binmanu PyPi packageSimon Glass2023-03-081-0/+29
* | binman: Use importlib to find the helpSimon Glass2023-03-081-3/+3
* | binman: Hide the 'test' command unless test code is availableSimon Glass2023-03-081-13/+21
* | binman: Move the main code into a functionSimon Glass2023-03-081-4/+8
* | patman: Move library functions into a library directorySimon Glass2023-03-0850-87/+88
* | binman: Avoid unwanted output in testFitFirmwareLoadables()Simon Glass2023-03-081-4/+5
* | binman: Make the tooldir configurableSimon Glass2023-03-086-14/+64
* | binman: Use a private directory for bintoolsSimon Glass2023-03-082-1/+3
* | binman: Move the tools directory into the Bintool classSimon Glass2023-03-082-5/+6
* | binman: Update bintools documentationSimon Glass2023-03-081-0/+70
* | binman: Correct an 'aot' typoSimon Glass2023-03-081-1/+1
* | binman: Use correct argument name in docstringsJonas Karlman2023-03-083-4/+4
* | binman: Fix spelling of nodes in code commentsJonas Karlman2023-03-083-3/+3
* | binman: Remove redundant SetAllowFakeBlob from blob-ext entryJonas Karlman2023-03-081-8/+0
* | binman: Support marking FMAP areas as preservedSimon Glass2023-03-087-3/+38
* | binman: Avoid requiring a home directory on startupSimon Glass2023-03-081-1/+1
* | Merge tag 'v2023.04-rc3' into nextTom Rini2023-02-271-0/+6
|\ \ | |/
| * riscv: binman: Add help message for missing blobsRick Chen2023-02-171-0/+6
* | dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-141-2/+1
|/
* binman: Show the image name for the top-level sectionSimon Glass2023-02-122-39/+31
* binman: Fix a test-coverage regressionSimon Glass2023-01-263-1/+32
* binman: Add 'min-size' entry propertySamuel Holland2023-01-264-4/+36
* binman: Add support for selecting firmware to use with split-elfJonas Karlman2023-01-264-13/+205
* binman: Add special subnodes to the nodes generated by split-elfJonas Karlman2023-01-264-2/+53
* binman: Add support for align argument to mkimage toolJonas Karlman2023-01-265-1/+92
* binman: Support positioning an entry by and ELF symbolSimon Glass2023-01-185-1/+106
* binman: Provide general support for updating ELF symbolsSimon Glass2023-01-1810-5/+140
* binman: Support overlapping entriesSimon Glass2023-01-188-10/+183
* binman: Add a function to check for special section nodesSimon Glass2023-01-182-3/+13
* binman: Add a null entrySimon Glass2023-01-186-2/+71
* binman: Clarify use of False when obtaining dataSimon Glass2023-01-182-2/+4