summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patman: Assume we always have pygit2 for testsWIP/25Feb2021Tom Rini2021-02-251-17/+2
* tests: patman: Add requests to the module listTom Rini2021-02-251-0/+1
* Azure/GitLab: Ensure we use requirements.txt for testsuitesTom Rini2021-02-252-2/+2
* pytest: Lower pygit2 requirementTom Rini2021-02-251-1/+1
* GitLab: Remove "tags" stanzasTom Rini2021-02-251-46/+0
* Merge branch '2021-02-25-remove-platforms'Tom Rini2021-02-2557-4225/+4
|\
| * ppc: Remove MPC8569MDS boardWIP/2021-02-25-remove-platformsTom Rini2021-02-2521-1738/+4
| * ppc: configs: Remove a few non-updated build configurationsTom Rini2021-02-256-341/+0
| * arm: Remove sksimx6 boardTom Rini2021-02-257-594/+0
| * arm: Remove mx53smd boardTom Rini2021-02-258-410/+0
| * arm: Remove mx53ard boardTom Rini2021-02-258-635/+0
| * arm: Remove mx25pdk boardTom Rini2021-02-258-507/+0
|/
* Merge branch '2021-02-24-assorted-fixes'Tom Rini2021-02-2527-67/+98
|\
| * common: Add "ifndef __ASSEMBLY__" in asm/global_data.hWIP/2021-02-24-assorted-fixesSiew Chin Lim2021-02-241-0/+4
| * net: cortina_ni: buffer overrunHeinrich Schuchardt2021-02-241-1/+1
| * mtd: rawnand: cortina_nand: missing initializationHeinrich Schuchardt2021-02-241-1/+1
| * dm: ddr: socfpga: don't assign values that are not usedHeinrich Schuchardt2021-02-241-7/+0
| * lib: sha512: include "compiler.h"Siew Chin Lim2021-02-241-0/+1
| * rng: iProc rng200: Rename ..._platdata variables to just ..._platPeter Robinson2021-02-241-10/+10
| * test: missing dependency for test/cmd/setexpr.cHeinrich Schuchardt2021-02-242-1/+3
| * lib: rsa: struct udevice build warningHeinrich Schuchardt2021-02-241-0/+2
| * configs: BPI-R2: Disable EFI Grub workaroundMatthias Brugger2021-02-241-0/+1
| * lib: rsa: Add debug message on algo mismatchSean Anderson2021-02-241-1/+4
| * vexpress64_fvp: Set DRAM to 4G to match with kernel devicetreeDiego Sueiro2021-02-242-1/+4
| * virtio: fix off by one device id comparisonVincent Stehlé2021-02-241-1/+1
| * build/DTC: fix sed usage in DTC commandRoger Pau Monne2021-02-241-2/+1
| * scripts/check-config.sh: fix to be compatible with BSD sedRoger Pau Monne2021-02-241-4/+4
| * malloc: adjust memcpy() and memset() definitions.Heinrich Schuchardt2021-02-241-0/+3
| * config: hikey: convert to DM_USB and DM_ETHPeter Robinson2021-02-242-3/+3
| * cmd: pinmux: depend on PINCTRLMarek Behún2021-02-241-0/+1
| * Makefile: Add (default) DEVICE_TREE to SPL FITKlaus Heinrich Kiwi2021-02-241-0/+1
| * Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FITKlaus Heinrich Kiwi2021-02-241-0/+1
| * Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATUREKlaus Heinrich Kiwi2021-02-241-0/+1
| * fs: btrfs: change directory list output to be aligned as beforeMarek Behún2021-02-241-7/+7
| * fs: btrfs: skip xattrs in directory listingMarek Behún2021-02-241-1/+4
| * cmd: fdt: skip board specific fixup using env variableWasim Khan2021-02-242-5/+18
| * fs/squashfs: NULL dereference in sqfs_closedir()Heinrich Schuchardt2021-02-241-0/+3
| * cmd: pwm: Rework argc sanity checkingTom Rini2021-02-241-22/+19
|/
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-2318-134/+208
|\
| * spi: zynqmp_gqspi: fix set_speed bug on multiple runsBrandon Maier2021-02-231-12/+11
| * arm64: zynqmp: Rename zc1275/zcu1275 to be aligned with DT nameMichal Simek2021-02-232-0/+0
| * net: gem: Fix error path in zynq_gem_probeMichal Simek2021-02-231-4/+4
| * net: gem: Enable ethernet rx clock for versalT Karthik Reddy2021-02-231-6/+27
| * i2c: i2c_cdns: Enable i2c clockT Karthik Reddy2021-02-231-0/+7
| * clk: versal: Add support to enable clocksT Karthik Reddy2021-02-231-0/+11
| * clk: zynqmp: Add support to enable clocksT Karthik Reddy2021-02-231-0/+49
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-238-9/+18
| * arm64: zynqmp: Do not clear reset reasonMichal Simek2021-02-231-5/+1
| * fpga: zynqpl: fix buffer alignmentMichael Walle2021-02-231-1/+1
| * net: gem: unregister mdio bus if probe failsMichael Walle2021-02-111-1/+3