summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | patman: Update errors and warnings to use stderrSimon Glass2020-07-252-2/+5
| * | | binman: Allow external binaries to be missingSimon Glass2020-07-258-8/+66
| * | | binman: Convert existing binary blobs to blob_extSimon Glass2020-07-2516-39/+29
| * | | binman: Add an etype for external binary blobsSimon Glass2020-07-255-0/+83
| * | | binman: Use super() instead of specifying parent typeSimon Glass2020-07-2557-87/+86
| * | | binman: Adjust pylibfdt for incremental buildSimon Glass2020-07-241-0/+3
| * | | binman: Fix a few typos in the entry docsSimon Glass2020-07-242-2/+2
| * | | binman: Add support for calling mkimageSimon Glass2020-07-245-0/+120
| * | | binman: Set a default toolpathSimon Glass2020-07-241-0/+5
| * | | binman: Specify the toolpath when running test coverageSimon Glass2020-07-242-6/+13
| * | | binman: Correct the search patch for pylibfdtSimon Glass2020-07-241-0/+1
| * | | binman: cbfs: Fix IFWI typoSimon Glass2020-07-241-1/+1
| * | | binman: Output errors to stderrSimon Glass2020-07-241-1/+1
| * | | .gitignore: Ignore Python 3 cache directoriesSimon Glass2020-07-241-0/+3
| * | | dm: core Fix long line in device_bind_common()Simon Glass2020-07-241-1/+2
| * | | patman: Add a -D option to enable debuggingSimon Glass2020-07-241-0/+6
| * | | patman: Support collecting response tags in PatchstreamSimon Glass2020-07-242-5/+30
| * | | patman: Allow disabling 'bright' mode with Print outputSimon Glass2020-07-241-2/+2
| * | | patman: Add a 'test' subcommandSimon Glass2020-07-246-40/+45
| * | | patman: Allow different commandsSimon Glass2020-07-241-36/+41
| * | | patman: Convert to ArgumentParserSimon Glass2020-07-243-64/+65
| * | | patman: Allow skipping patches at the endSimon Glass2020-07-243-5/+18
| * | | patman: Allow creating patches for another branchSimon Glass2020-07-245-15/+40
| * | | patman: Add a test that uses gitpythonSimon Glass2020-07-242-3/+152
| * | | patman: Move main code out to a control moduleSimon Glass2020-07-245-57/+182
| * | | patman: Use test_util to show test resultsSimon Glass2020-07-242-9/+5
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini2020-07-2724-1/+4461
|\ \ \
| * | | ARM: rmobile: Add Beacon EmbeddedWorks RZG2M Dev KitAdam Ford2020-07-2512-0/+1200
| * | | mmc: renesas-sdhi: Enable support for R8A774A1Adam Ford2020-07-251-1/+1
| * | | pinctrl: renesas: Enable R8A774A1 PFC tablesAdam Ford2020-07-254-0/+23
| * | | clk: renesas: Add R8A774A1 clock tablesAdam Ford2020-07-254-0/+349
| * | | ARM: dts: r8a774a1: Import DTS from Linux 5.8-rc1Adam Ford2020-07-253-0/+2885
| * | | ARM: renesas: Add basic R8A774A1 SupportAdam Ford2020-07-251-0/+3
| |/ /
* | | Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini2020-07-2727-278/+366
|\ \ \ | |_|/ |/| |
| * | net: dc2114x: Add DM supportMarek Vasut2020-07-251-2/+145
| * | net: dc2114x: Split common parts of non-DM functions outMarek Vasut2020-07-251-50/+67
| * | net: dc2114x: Split RX pathMarek Vasut2020-07-251-24/+43
| * | net: dc2114x: Add RX/TX rings into the private dataMarek Vasut2020-07-251-46/+46
| * | net: dc2114x: Pass PCI BDF into phys_to_bus()Marek Vasut2020-07-251-13/+16
| * | net: dc2114x: Pass private data aroundMarek Vasut2020-07-251-64/+71
| * | net: dc2114x: Introduce private dataMarek Vasut2020-07-251-7/+18
| * | net: dc2114x: Use standard I/O accessorsMarek Vasut2020-07-251-2/+3
| * | net: dc2114x: Drop update_srom()Marek Vasut2020-07-251-91/+0
| * | net: dc2114x: Add Kconfig entriesMarek Vasut2020-07-2526-23/+10
| * | net: dc2114x: Support all DC2114xMarek Vasut2020-07-251-9/+0
| * | net: dc2114x: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-07-251-2/+2
| |/
* | Merge branch '2020-07-27-misc-env-improvements'Tom Rini2020-07-2712-24/+166
|\ \ | |/ |/|
| * env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay2020-07-261-3/+3
| * env: mmc: correct the offset returned by mmc_offset_try_partitionPatrick Delaunay2020-07-261-2/+2
| * env: mmc: allow support of mmc_get_env_dev with OF_CONTROLPatrick Delaunay2020-07-261-6/+12