summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-07-10binman: Update 'text' entry for Python 3Simon Glass
2019-07-10patman: Update fmap code for Python 3Simon Glass
2019-07-10binman: Update entry_test to support Python 3Simon Glass
2019-07-10binman: Convert to use bytes typeSimon Glass
2019-07-10binman: Avoid changing a dict during iterationSimon Glass
2019-07-10patman: Allow reading files in text modeSimon Glass
2019-07-10dtoc: Update dtb_platdata to support Python 3Simon Glass
2019-07-10dtoc: Update fdt_util for Python 3Simon Glass
2019-07-10dtoc: Add a unit test for BytesToValue()Simon Glass
2019-07-10dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass
2019-07-10dtoc: Use binary mode for reading filesSimon Glass
2019-07-10dtoc: Convert the Fdt.Node class to Python 3Simon Glass
2019-07-10dtoc: Convert the Fdt.Prop class to Python 3Simon Glass
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass
2019-07-10dtoc: Move BytesToValue() out of the Prop classSimon Glass
2019-07-10dtoc: Use GetBytes() to obtain repeating bytesSimon Glass
2019-07-10dtoc: Sort platdata output from dtocSimon Glass
2019-07-10dtoc: Adjust code for Python 3Simon Glass
2019-07-10patman: Don't require Python 2Simon Glass
2019-07-10patman: Tidy up a few more unicode conversionsSimon Glass
2019-07-10patman: Adjust functional tests for Python 3Simon Glass
2019-07-10patman: Avoid unicode type in settings unit testsSimon Glass
2019-07-10patman: Sort series output for repeatabilySimon Glass
2019-07-10patman: Move unicode helpers to toolsSimon Glass
2019-07-10patman: Support use of stringIO in Python 3Simon Glass
2019-07-10binman: Handle repeated bytes for Python 3Simon Glass
2019-07-10binman: Drop an unused input fileSimon Glass
2019-07-10binman: Use binary mode when compressing dataSimon Glass
2019-07-10patman: Provide a way to get program output in binary modeSimon Glass
2019-07-10tools: dtoc: Open all binary files in binary modeSimon Glass
2019-07-10tools: binman: Open all binary files in binary modeSimon Glass
2019-07-10binman: Use items() instead of iteritems()Simon Glass
2019-07-10patman: Use items() instead of iteritems()Simon Glass
2019-07-10binman: Remove use of Set()Simon Glass
2019-07-10binman: Don't show errors for failed testsSimon Glass
2019-07-10binman: Convert print statements to Python 3Simon Glass
2019-07-10patman: Convert print statements to Python 3Simon Glass
2019-07-10patman: Update cros_subprocess to use bytesSimon Glass
2019-07-09moveconfig: expand simple expressionsMarkus Klotzbuecher
2019-06-20fw_env: Add missing write failure checkAlex Kiernan
2019-06-14tools: add tools/spl_size_limit to ignore listSimon Goldschmidt
2019-06-07spl: add overall SPL size checkSimon Goldschmidt
2019-05-24Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-bootTom Rini
2019-05-23mkimage: change stm32image header to manage binary informationPatrick Delaunay
2019-05-21buildman: Deal more nicely with invalid build-status fileSimon Glass
2019-05-18tools: use read-only mmap in fit_check_signLuca Boccassi
2019-05-09arm: k3: config.mk: Use k3_gen_x509_cert.sh to generate boot imagesLokesh Vutla
2019-05-09tools: k3_get_x509 cert: Add a script to generate x509 certificate for K3 dev...Lokesh Vutla
2019-05-09Make FIT support really optionalFabrice Fontaine