summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * tools: imx8mimage: fix HDMI/FIT parsingPeng Fan2019-10-081-2/+5
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-086-32/+47
|\ \
| * | binman: Take account of skip-at-start with image-headerSimon Glass2019-10-081-0/+1
| * | binman: Handle reading data for end-at-4gb sectionsSimon Glass2019-10-083-13/+11
| * | binman: Add a base implementation of Entry.ReadChildData()Simon Glass2019-10-081-0/+16
| * | binman: Allow verbose output with all commandsSimon Glass2019-10-081-21/+15
| * | binman: Allow selection of logging verbositySimon Glass2019-10-081-0/+6
| |/
* | buildman: Perform tests in a temporary directoryTom Rini2019-10-081-12/+14
* | kconfiglib: Update to the 12.14.0 releaseTom Rini2019-10-083-3088/+6574
* | genboardscfg.py: Remove "warnings" print sectionTom Rini2019-10-081-5/+1
* | genboardscfg.py: Convert to Python 3Tom Rini2019-10-081-13/+13
|/
* fw_env: fix build errorPierre-Jean Texier2019-09-241-1/+2
* fw_env: remove duplicated definitionsPierre-Jean Texier2019-09-241-7/+0
* tools: Add ifwitool to .gitignoreAndy Shevchenko2019-09-101-0/+1
* riscv: tools: Handle addend to absolute reloc in prelink-riscvMarcus Comstedt2019-09-031-2/+6
* tools: remove easylogo and include/video_logo.hHeinrich Schuchardt2019-08-266-621/+0
* easylogo: avoid buffer overrunHeinrich Schuchardt2019-08-201-1/+2
* riscv: tools: Add big endian target support to prelink-riscvMarcus Comstedt2019-08-152-33/+63
* riscv: tools: Fix prelink-riscv to work on big endian hostsMarcus Comstedt2019-08-152-24/+23
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Rename the redundancy flagsSimon Glass2019-08-111-10/+13
* env: Rename environment to embedded_environmentSimon Glass2019-08-111-2/+2
* env: Move env_set() to env.hSimon Glass2019-08-113-0/+3
* tools: zynqmp_psu_init_minimize.sh: fix return lines coding styleLuca Ceresoli2019-07-301-0/+3
* arm64: zynqmp: add tool to minimize psu_init_gpl.c filesLuca Ceresoli2019-07-301-0/+145
* arm64: zynqmp: add tool to convert PMU config object .c to binaryLuca Ceresoli2019-07-301-0/+301
* Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-07-2947-364/+1980
|\
| * binman: Add command-line support for replacing entriesSimon Glass2019-07-295-4/+327
| * binman: Correct the error message for invalid pathSimon Glass2019-07-292-4/+4
| * binman: Split control.WriteEntryToImage() into separate functionsSimon Glass2019-07-291-17/+59
| * binman: Update control.WriteEntry() to support writing the mapSimon Glass2019-07-291-4/+6
| * binman: Move control.WriteEntry further down the fileSimon Glass2019-07-291-41/+40
| * binman: Clean up all output directories in testsSimon Glass2019-07-291-9/+42
| * binman: Add a test function to clean up the output dirSimon Glass2019-07-291-4/+8
| * binman: Update state when replacing device-tree entriesSimon Glass2019-07-294-0/+38
| * patman: Reset the output directory when it is removedSimon Glass2019-07-291-0/+2
| * binman: Support replacing data in a cbfsSimon Glass2019-07-297-9/+87
| * binman: Update Entry.WriteData() to handle special sectionsSimon Glass2019-07-293-3/+29
| * binman: Update Entry.ReadEntry() to work through classesSimon Glass2019-07-294-17/+46
| * binman: Add a prefix before CBFS hex offsetsSimon Glass2019-07-292-4/+4
| * binman: Add a few more features to the wishlistSimon Glass2019-07-291-0/+2
| * binman: Place Intel descriptor at image startSimon Glass2019-07-293-1/+34
| * binman: Adjust fmap to ignore CBFS filesSimon Glass2019-07-292-3/+9
| * binman: Support shrinking a entry after packingSimon Glass2019-07-295-11/+91
| * binman: Update the _testing entry to support shrinkageSimon Glass2019-07-292-14/+27
| * binman: Allow updating entries that change sizeSimon Glass2019-07-297-26/+113
| * binman: Add more tests for image header positionSimon Glass2019-07-298-2/+127
| * binman: Move Image.BuildImage() into a single functionSimon Glass2019-07-291-6/+4
| * binman: Write the original input fdtmap to a fileSimon Glass2019-07-292-2/+9
| * binman: Update documentation for image creationSimon Glass2019-07-291-5/+18