summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach2020-07-205-0/+258
* doc: Add new doc for soc ID driver modelDave Gerlach2020-07-202-0/+69
* fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada2020-07-201-2/+2
* patman: When no tracking branch is provided, tell the userNicolas Boichat2020-07-201-2/+3
* patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat2020-07-202-0/+27
* Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"Michal Simek2020-07-202-28/+3
* Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"Michal Simek2020-07-202-31/+6
* ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()Michal Simek2020-07-201-2/+2
* Add information for skipped commit optionsPatrick Delaunay2020-07-201-0/+3
* lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes2020-07-201-0/+2
* patman: Detect unexpected ENDPatrick Delaunay2020-07-201-0/+4
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-2015-58/+63
* binman: Add support for generating a FITSimon Glass2020-07-205-0/+384
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-202-2/+19
* mkimage: Allow updating the FIT timestampSimon Glass2020-07-204-2/+15
* binman: Allow zero-length entries to overlapSimon Glass2020-07-203-1/+23
* binman: Allow missing Intel blobsSimon Glass2020-07-204-14/+55
* binman: Detect when valid images are not producedSimon Glass2020-07-207-3/+76
* patman: Update errors and warnings to use stderrSimon Glass2020-07-202-2/+5
* binman: Allow external binaries to be missingSimon Glass2020-07-208-8/+66
* binman: Convert existing binary blobs to blob_extSimon Glass2020-07-2016-39/+29
* binman: Add an etype for external binary blobsSimon Glass2020-07-205-0/+83
* binman: Use super() instead of specifying parent typeSimon Glass2020-07-2057-87/+86
* binman: Re-enable concurrent testsSimon Glass2020-07-201-1/+3
* binman: Adjust pylibfdt for incremental buildSimon Glass2020-07-201-0/+3
* binman: Fix a few typos in the entry docsSimon Glass2020-07-202-2/+2
* binman: Add support for calling mkimageSimon Glass2020-07-205-0/+120
* binman: Set a default toolpathSimon Glass2020-07-201-0/+5
* binman: Specify the toolpath when running test coverageSimon Glass2020-07-202-6/+13
* binman: Correct the search patch for pylibfdtSimon Glass2020-07-201-0/+1
* binman: cbfs: Fix IFWI typoSimon Glass2020-07-201-1/+1
* binman: Output errors to stderrSimon Glass2020-07-201-1/+1
* .gitignore: Ignore Python 3 cache directoriesSimon Glass2020-07-201-0/+3
* dm: core Fix long line in device_bind_common()Simon Glass2020-07-201-1/+2
* patman: Add a -D option to enable debuggingSimon Glass2020-07-201-0/+6
* patman: Support collecting response tags in PatchstreamSimon Glass2020-07-202-5/+30
* patman: Allow disabling 'bright' mode with Print outputSimon Glass2020-07-201-2/+2
* patman: Add a 'test' subcommandSimon Glass2020-07-206-40/+45
* patman: Allow different commandsSimon Glass2020-07-201-36/+41
* patman: Convert to ArgumentParserSimon Glass2020-07-203-64/+65
* patman: Allow skipping patches at the endSimon Glass2020-07-203-5/+18
* patman: Allow creating patches for another branchSimon Glass2020-07-205-15/+40
* patman: Add a test that uses gitpythonSimon Glass2020-07-202-3/+152
* patman: Move main code out to a control moduleSimon Glass2020-07-205-57/+182
* patman: Use test_util to show test resultsSimon Glass2020-07-202-9/+5
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/20Jul2020Tom Rini2020-07-2013-186/+925
|\
| * x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass2020-07-201-1/+21
| * x86: mp: Add more comments to the moduleSimon Glass2020-07-202-3/+102
| * x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass2020-07-201-2/+16
| * x86: mtrr: Restructure so command execution is in one placeSimon Glass2020-07-201-19/+36