aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-29buildman: Avoid hanging when the config changesSimon Glass1-1/+1
2018-09-29include/dm.h: Remove duplicated include directiveLiviu Dudau1-1/+0
2018-09-29include/clk.h: Fix the name of the clock uclass in commentLiviu Dudau1-1/+1
2018-09-29fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander1-23/+21
2018-09-29cmd: clk: Add trivial implementation of clock dump for DMMarek Vasut1-0/+37
2018-09-29test: Add tests for board uclassMario Six12-1/+198
2018-09-29board: Add gazerbeam driverMario Six4-0/+336
2018-09-29drivers: Add board uclassMario Six7-0/+216
2018-09-29test: Add tests for dev_{enable, disable}_by_pathMario Six1-0/+28
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six2-0/+94
2018-09-29test: Add tests for DT-manipulation functionsMario Six1-0/+54
2018-09-29core: Add functions to set properties in live-treeMario Six2-0/+116
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass4-8/+46
2018-09-29binman: Support ELF files for U-Boot and SPLSimon Glass6-0/+130
2018-09-29binman: Correct fmap output on x86Simon Glass8-16/+121
2018-09-29binman: Record the parent section of each sectionSimon Glass3-4/+9
2018-09-29binman: Support x86 microcode in TPLSimon Glass9-21/+151
2018-09-29binman: Support hashing entriesSimon Glass9-0/+143
2018-09-29binman: Mention section attributes in docsSimon Glass1-2/+2
2018-09-29binman: Support expanding entriesSimon Glass8-2/+136
2018-09-29binman: Support adding filesSimon Glass17-0/+225
2018-09-29binman: Allow zero-size sectionsSimon Glass1-1/+1
2018-09-29binman: Support compressed entriesSimon Glass6-9/+106
2018-09-28patman: Detect missing tools and report themSimon Glass1-1/+28
2018-09-28binman: Support updating all device tree filesSimon Glass13-21/+235
2018-09-28binman: Allow control of whether a fake DT is usedSimon Glass4-2/+7
2018-09-28binman: Obtain the list of device trees from the configSimon Glass5-3/+46
2018-09-28binman: Centralise device-tree updates within binmanSimon Glass3-8/+44
2018-09-28binman: Move state logic into the state moduleSimon Glass2-8/+56
2018-09-28binman: Move state information into a new moduleSimon Glass5-48/+95
2018-09-28binman: Add an entry method for getting the default filenameSimon Glass2-0/+8
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass2-0/+22
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass2-0/+113
2018-09-28dtoc: Support adding new nodesSimon Glass2-0/+28
2018-09-28dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass1-1/+1
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass3-10/+91
2018-09-28binman: Support building a selection of imagesSimon Glass3-1/+29
2018-09-28binman: Tidy up the vblock entrySimon Glass5-4/+43
2018-09-28binman: Add x86 support for starting TPLSimon Glass4-1/+70
2018-09-28binman: Generate an error when text is not providedSimon Glass2-0/+10
2018-09-28binman: Allow 'fill' entry to have a size of 0Simon Glass3-1/+21
2018-09-28binman: Move 'special properties' docs to README.entriesSimon Glass3-12/+7
2018-09-28fdt: Add Python support for adding/removing nodesSimon Glass1-6/+28
2018-09-27Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini20-63/+87
2018-09-27net: zynq_gem: Add support for fixed-link phyMichal Simek1-8/+9
2018-09-26Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini81-1226/+8024
2018-09-26sandbox: Fix set_working_fdt_addr usersAlexander Graf2-2/+2
2018-09-26arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfigLuis Araneda2-2/+1
2018-09-26net: zynq_gem: Fix reading of max-speed propertySiva Durga Prasad Paladugu1-1/+2
2018-09-26spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek1-4/+1