summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-266-0/+108
* doc: Document partition specificationsSean Anderson2021-02-263-0/+85
* doc: Rename k210 partitions anchorSean Anderson2021-02-261-2/+2
* fastboot: Allow u-boot-style partitionsSean Anderson2021-02-262-62/+132
* fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson2021-02-261-22/+22
* fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson2021-02-261-23/+18
* part: Support string block devices in part_get_info_by_dev_and_nameSean Anderson2021-02-261-19/+22
* part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson2021-02-263-4/+10
* part: Give several functions more useful return valuesSean Anderson2021-02-261-22/+28
* test: dm: Add test for fastboot mmc partition namingSean Anderson2021-02-264-0/+71
* mmc: sandbox: Add support for writingSean Anderson2021-02-262-11/+51
* Merge branch '2021-02-25-remove-platforms'Tom Rini2021-02-2557-4225/+4
|\
| * ppc: Remove MPC8569MDS boardTom 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.hSiew 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