summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* binman: Use the Makefile to build ELF test filesSimon Glass2019-10-154-7/+43
* binman: Use tools.Run() to run objdumpSimon Glass2019-10-151-1/+1
* binman: Fix IFWI output when using an Intel FIT imageSimon Glass2019-10-152-4/+4
* binman: Add support for Intel FITSimon Glass2019-10-156-0/+149
* binman: x86: Separate out 16-bit reset and init codeSimon Glass2019-10-155-48/+56
* binman: Add support for an x86 'reset' sectionSimon Glass2019-10-158-1/+203
* binman: Correct use of 'replace' in IFWI testsSimon Glass2019-10-155-4/+16
* binman: Handle hidden symbols in ELF filesSimon Glass2019-10-151-1/+1
* binman: Drop .note section from ELFSimon Glass2019-10-152-1/+4
* binman: Allow use of help and entry-docs without libfdtSimon Glass2019-10-159-13/+44
* binman: Use cls instead of self for class methodsSimon Glass2019-10-151-27/+27
* patman: Update command.Run() to handle failure betterSimon Glass2019-10-151-2/+8
* patman: Drop binary parameterSimon Glass2019-10-152-10/+8
* binman: Use qemu-x86_defconfig in the exampleBin Meng2019-10-111-2/+2
* Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-095-5/+15
|\
| * imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic2019-10-081-1/+1
| * tools: imx8m_image: align spl bin image sizePeng Fan2019-10-081-2/+3
| * imx: Kconfig: Reduce default CONFIG_CSF_SIZEBreno Matheus Lima2019-10-081-1/+4
| * logos: Add the TechNexion's logoFabio Estevam2019-10-081-0/+0
| * Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"Stefano Babic2019-10-081-4/+1
| * habv4: tools: Avoid hardcoded CSF size for SPL targetsBreno Matheus Lima2019-10-081-1/+4
| * imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabledBreno Matheus Lima2019-10-081-0/+3
| * 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.hWIP/2019-08-26-master-importsHeinrich 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...WIP/29Jul2019Tom Rini2019-07-2947-364/+1980
|\
| * binman: Add command-line support for replacing entriesSimon Glass2019-07-295-4/+327