aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-04-07tools: Integrate the Dockerfile used for CITom Rini1-0/+203
2021-04-06moveconfig: Handle binary files cleanlySimon Glass1-2/+14
2021-04-06dtoc: Improve handling of reg propertiesSimon Glass4-3/+73
2021-04-06dtoc: Adjust detection of 64-bit propertiesSimon Glass2-6/+6
2021-04-06dtoc: Show driver warnings once at the endSimon Glass4-28/+33
2021-04-06buildman: Add an encoding to the out-env fileSimon Glass1-1/+2
2021-04-06patman: Continue on if warnings are found outside a commitSimon Glass1-2/+2
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini2-9/+9
2021-03-28Support building on macOS/arm64Jessica Clarke1-2/+2
2021-03-27dtoc: Add new check that offsets are correctSimon Glass2-3/+40
2021-03-27dtoc: Support adding subnodes alongside existing onesSimon Glass2-9/+51
2021-03-27dtoc: Add a subnode test for multiple nodesSimon Glass2-12/+34
2021-03-27dtoc: Tweak ordering of fdt-offsets refreshingSimon Glass1-3/+4
2021-03-27dtoc: Tidy up property-offset handlingSimon Glass1-3/+7
2021-03-27dtoc: Improve internal error for Refresh()Simon Glass2-3/+3
2021-03-27binman: Support default alignment for sectionsSimon Glass8-0/+58
2021-03-27binman: Support obtaining section contents immediatelySimon Glass6-19/+95
2021-03-27binman: Add support for a collection of entriesSimon Glass6-14/+128
2021-03-27binman: Allow disabling expanding an entrySimon Glass8-9/+56
2021-03-27binman: Use a unique number for the symbols test fileSimon Glass2-1/+1
2021-03-26binman: Update various pieces of the documentationSimon Glass1-39/+44
2021-03-26binman: Drop repetitive heading for each entrySimon Glass20-57/+57
2021-03-26binman: Incorporate entry documentationSimon Glass10-77/+87
2021-03-26binman: Rearrange documentation into headingsSimon Glass1-257/+266
2021-03-26binman: doc: Add documentation to htmldocsSimon Glass6-245/+257
2021-03-26binman: Automatically expand phase binaries into sectionsSimon Glass16-18/+571
2021-03-26binman: Plumb expanded entries through fullySimon Glass3-8/+36
2021-03-26binman: Allow a way to select expanded entriesSimon Glass2-6/+16
2021-03-26binman: Allow using an an 'expanded' entry typeSimon Glass2-9/+63
2021-03-26binman: Use standard filenames for SPL/TPL devicetreeSimon Glass2-13/+16
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass2-10/+1
2021-03-26binman: Drop unnecessary field in output_fdt_infoSimon Glass1-12/+10
2021-03-26binman: Use the fake SPL/TPL only if requestedSimon Glass1-8/+15
2021-03-26binman: Drop unnecessary 'type' property in testsSimon Glass2-2/+0
2021-03-26binman: Add support for u-boot-tpl-bss-badSimon Glass4-0/+101
2021-03-26binman: Add support for u-boot-tpl-nodtbSimon Glass4-0/+83
2021-03-26binman: Support symbols in u-boot-spl-nodtbSimon Glass6-21/+81
2021-03-26binman: Correct the documentation for u-boot-spl-bss-padSimon Glass2-14/+20
2021-03-26binman: Tidy up underscores in entry documentationSimon Glass7-24/+22
2021-03-26binman: Update entry help for files-alignSimon Glass1-0/+1
2021-03-26binman: Document ExpandEntries() in the base classSimon Glass2-6/+11
2021-03-26binman: Allow extracting to current directorySimon Glass1-1/+1
2021-03-26dtoc: Only generate the required filesSimon Glass2-5/+20
2021-03-22dtoc: Drop use of DECL() macrosSimon Glass2-36/+36
2021-03-22dtoc: Generate device instancesSimon Glass2-15/+480
2021-03-22dtoc: Generate uclass devicesSimon Glass2-13/+244
2021-03-22dtoc: Generate a summary in the dt-plat.c fileSimon Glass2-35/+169
2021-03-22dtoc: Tidy up the list of supported phandle propertiesSimon Glass1-7/+21
2021-03-22dtoc: Don't generate platform data with instantiationSimon Glass2-13/+75
2021-03-22dtoc: Add support for decl fileSimon Glass2-7/+120