aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-29binman: Move Image.BuildImage() into a single functionSimon Glass1-6/+4
2019-07-29binman: Write the original input fdtmap to a fileSimon Glass2-2/+9
2019-07-29binman: Update documentation for image creationSimon Glass1-5/+18
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass8-14/+165
2019-07-29binman: Support updating entries in an existing imageSimon Glass8-25/+277
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass3-7/+28
2019-07-29binman: Allow the fdtmap to remain unchangedSimon Glass1-25/+30
2019-07-29binman: Add a constant for common entry propertiesSimon Glass1-7/+8
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass4-5/+23
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass8-24/+37
2019-07-29binman: Add an image name into the fdtmapSimon Glass2-1/+3
2019-07-29binman: Store the entry in output_fdt_filesSimon Glass1-15/+34
2019-07-29binman: Allow state functions to fail to return dataSimon Glass1-2/+7
2019-07-29binman: Support loading entry data from a fileSimon Glass2-0/+10
2019-07-29binman: Store image fdtmap when loading from a fileSimon Glass1-1/+10
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2-0/+7
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass1-1/+7
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass2-3/+41
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass6-16/+53
2019-07-29patman: Update tout to avoid open-coding the debug levelsSimon Glass1-11/+7
2019-07-29binman: Drop state.fdt_set as this is not neededSimon Glass1-10/+3
2019-07-29binman: Simplify state.fdt_subsetSimon Glass1-10/+11
2019-07-29binman: Adjust state.fdt_files to be keyed by entry typeSimon Glass3-29/+38
2019-07-29binman: Adjust GetFdt() to be keyed by etypeSimon Glass9-8/+50
2019-07-29binman: Rename state.GetFdt()Simon Glass2-4/+5
2019-07-29binman: Rename state.GetFdts()Simon Glass2-6/+6
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass4-22/+23
2019-07-29binman: Move image/fdt code into PrepareImagesAndDtbs()Simon Glass1-54/+71
2019-07-29binman: Use print() to print outputSimon Glass1-1/+3
2019-07-29binman: Move GetFdtSet() into blob_dtbSimon Glass2-5/+9
2019-07-29binman: Move image-processing code into a functionSimon Glass1-46/+57
2019-07-29dtoc: Return a non-zero exit code when tests failSimon Glass1-1/+6
2019-07-29Add validation for icache/dcache arguments - arguments different from off/on/...Eric Perie1-2/+6
2019-07-29lib: uuid: alignment error in gen_rand_uuid()Heinrich Schuchardt1-7/+7
2019-07-29rtc, rx8025: add DM supportHeiko Schocher1-19/+135
2019-07-29rtc, rx8025: fix Coding StyleHeiko Schocher1-29/+29
2019-07-29rtc: move RTC_RX8025 to KconfigHeiko Schocher8-4/+8
2019-07-29board: mediatek: Add pumpkin board supportFabien Parent9-1/+266
2019-07-29pinctrl: mediatek: fix warningFabien Parent1-0/+2
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher5-42/+96
2019-07-29doc: arch: sandbox: Replace all the instances of README.sandboxKeerthy4-4/+4
2019-07-29Drop linker-generated array creation when CONFIG_CMDLINE is disabledAndrej Rosano1-0/+2
2019-07-29doc: board: Add missing board index.rst filesBin Meng6-0/+56
2019-07-29tools/logos: remove black background of U-Boot logoHeinrich Schuchardt1-7/+0
2019-07-29fit: Support compat string property in configuration nodeJulius Werner3-28/+119
2019-07-29fit: Support compression for non-kernel components (e.g. FDT)Julius Werner2-38/+77
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner5-157/+162
2019-07-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpgaTom Rini21-694/+889
2019-07-29Merge tag 'video-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini32-132/+455
2019-07-29Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodi...Tom Rini57-1913/+978