aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-11-02binman: Add support for Intel FSP-TSimon Glass4-0/+63
2019-11-02binman: Add support for Intel FSP-SSimon Glass4-0/+64
2019-11-02binman: Correct symbol calculation with non-zero image baseSimon Glass2-4/+2
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini3-5/+5
2019-10-31mkimage: Set correct FDT type and ramdisk architecture in FIT auto modeMichal Sojka1-0/+3
2019-10-29tools: buildman: Remove useless mkdir() in Make() in test.pyBin Meng1-8/+0
2019-10-29tools: buildman: Honor output directory when generating boards.cfgBin Meng1-5/+5
2019-10-28tools: Avoid creating symbolic links for tools/version.hBin Meng2-1/+1
2019-10-28tools: ifwitool: Define __packed when it is not definedBin Meng1-0/+2
2019-10-28tools: zynqmpbif: Use compiler builtin instead of linux-specific __swab32Bin Meng1-1/+1
2019-10-28tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXXBin Meng1-43/+43
2019-10-27patman: separate emails in CC list with NULsDmitry Torokhov3-5/+5
2019-10-24arm64: zynqmp: Do not remove dpll_prog from psu_initMichal Simek1-1/+0
2019-10-15patman: Use the Change-Id, version, and prefix in the Message-IdDouglas Anderson4-5/+85
2019-10-15binman: Drop comment-out code in testUpdateFdtOutput()Simon Glass1-2/+0
2019-10-15binman: Add logging for the number of pack passesSimon Glass1-0/+1
2019-10-15binman: Write symbol info before image inclusionSimon Glass1-1/+1
2019-10-15binman: Support writing symbols into entries within an IFWISimon Glass1-0/+5
2019-10-15binman: Update IFWI entry to support updatesSimon Glass1-18/+28
2019-10-15binman: Update IFWI entry to read entries outside constructorSimon Glass1-0/+3
2019-10-15binman: Fix entry comment for Intel descriptorSimon Glass1-1/+1
2019-10-15binman: Add support for Intel FSP meminitSimon Glass4-0/+66
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass4-9/+12
2019-10-15binman: Increase size of TPL and SPL test dataSimon Glass7-14/+14
2019-10-15binman: Avoid needing the section size in advanceSimon Glass3-4/+49
2019-10-15binman: Rename some two-digit test filesSimon Glass3-2/+2
2019-10-15binman: Use underscore in test filenamesSimon Glass14-14/+14
2019-10-15binman: Allow symbols to be resolved inside sectionsSimon Glass4-10/+67
2019-10-15binman: Clean up unnecessary code related to ELF test filesSimon Glass3-12/+4
2019-10-15binman: Use the Makefile for u_boot_binman_syms_badSimon Glass3-3/+3
2019-10-15binman: Use the Makefile for u_boot_binman_syms_sizeSimon Glass3-3/+4
2019-10-15binman: Use the Makefile for u_boot_binman_symsSimon Glass5-9/+13
2019-10-15binman: Use the Makefile for u_boot_no_ucode_ptrSimon Glass3-6/+6
2019-10-15binman: Use the Makefile for u_boot_ucode_ptrSimon Glass6-14/+26
2019-10-15binman: Use the Makefile to build ELF test filesSimon Glass4-7/+43
2019-10-15binman: Use tools.Run() to run objdumpSimon Glass1-1/+1
2019-10-15binman: Fix IFWI output when using an Intel FIT imageSimon Glass2-4/+4
2019-10-15binman: Add support for Intel FITSimon Glass6-0/+149
2019-10-15binman: x86: Separate out 16-bit reset and init codeSimon Glass5-48/+56
2019-10-15binman: Add support for an x86 'reset' sectionSimon Glass8-1/+203
2019-10-15binman: Correct use of 'replace' in IFWI testsSimon Glass5-4/+16
2019-10-15binman: Handle hidden symbols in ELF filesSimon Glass1-1/+1
2019-10-15binman: Drop .note section from ELFSimon Glass2-1/+4
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass9-13/+44
2019-10-15binman: Use cls instead of self for class methodsSimon Glass1-27/+27
2019-10-15patman: Update command.Run() to handle failure betterSimon Glass1-2/+8
2019-10-15patman: Drop binary parameterSimon Glass2-10/+8
2019-10-11binman: Use qemu-x86_defconfig in the exampleBin Meng1-2/+2
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini5-5/+15
2019-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini6-32/+47