summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/25May2020Tom Rini2020-05-2522-39/+455
|\
| * arm: mach-k3: Enable dcache in SPLJan Kiszka2020-05-195-0/+40
| * Nokia RX-51: Add automated test for running RX-51 build in qemuPali Rohár2020-05-195-0/+291
| * arm: mach-k3: j721e_init: Add support for backup boot modesAndreas Dannenberg2020-05-193-2/+47
| * ARM: omap3_logic boards: Convert to DM_ETHAdam Ford2020-05-199-23/+63
| * ddr: k3-am654: EMIF Tool update to 2.02 for IO optimizations and fixesPraneeth Bajjuri2020-05-191-14/+14
* | Merge branch '2020-05-25-misc-fixes'Tom Rini2020-05-2532-60/+254
|\ \
| * | sandbox: move compression option to KconfigMichael Walle2020-05-252-3/+2
| * | cmd: zip: fix implicit declaration warningMichael Walle2020-05-251-0/+1
| * | cmd: zip: automatically pull in gzip()Michael Walle2020-05-253-2/+5
| * | cmd: unzip: automatically select CONFIG_GZIPMichael Walle2020-05-251-0/+1
| * | env: Convert ENV_ACCESS_IGNORE_FORCE to KconfigMarek Vasut2020-05-253-5/+7
| * | tools/env/fw_env.h: remove env.hRomain Naour2020-05-251-1/+0
| * | Convert CONFIG_CMD_MMC to KconfigTom Rini2020-05-2516-10/+9
| * | phy: Fix possible NULL pointer deferenceVignesh Raghavendra2020-05-251-5/+5
| * | MAINTAINERS: add dfu.h and dfu.rst to DFUHeinrich Schuchardt2020-05-251-0/+2
| * | doc: dfu: describe more DFU functionHeinrich Schuchardt2020-05-251-4/+174
| * | doc: dfu: fix typos in README.dfuHeinrich Schuchardt2020-05-251-3/+3
| * | doc: dfu: add DFU to HTML documentationHeinrich Schuchardt2020-05-253-20/+28
| * | doc: dfu: describe eMMC partition number parameterHeinrich Schuchardt2020-05-251-6/+15
| * | MAINTAINERS: add doc/driver-model/ to DRIVER MODELHeinrich Schuchardt2020-05-251-0/+1
| * | armv8: cache_v8: fix mmu_set_region_dcache_behaviourPeng Fan2020-05-251-1/+1
|/ /
* | Merge git://git.denx.de/u-boot-usbWIP/22May2020Tom Rini2020-05-225-12/+131
|\ \
| * | eth/r8152: fix typo in register nameHayes Wang2020-05-222-6/+6
| * | usb: dwc3: fix NULL pointer issueChunfeng Yun2020-05-221-3/+3
| * | usb: ehci-omap: Add Support for DM_USB and OF_CONTROLAdam Ford2020-05-222-3/+122
* | | Merge branch 'net' of git://git.denx.de/u-boot-socfpgaTom Rini2020-05-227-269/+326
|\ \ \
| * | | net: ks8851: Add Kconfig entriesMarek Vasut2020-05-226-5/+20
| * | | net: ks8851: Add DM supportMarek Vasut2020-05-221-0/+103
| * | | net: ks8851: Receive one packet per recv callMarek Vasut2020-05-221-29/+36
| * | | net: ks8851: Split non-DM specific bits from common codeMarek Vasut2020-05-221-16/+44
| * | | net: ks8851: Pass around driver private dataMarek Vasut2020-05-221-124/+133
| * | | net: ks8851: Checkpatch cleanupMarek Vasut2020-05-221-9/+10
| * | | net: ks8851: Clean up chip ID readoutMarek Vasut2020-05-221-19/+2
| * | | net: ks8851: Remove type_frame_headMarek Vasut2020-05-221-29/+7
| * | | net: ks8851: Trim down struct ks_netMarek Vasut2020-05-221-61/+9
| * | | net: ks8851: Use 16bit RXQCR accessMarek Vasut2020-05-221-13/+4
| * | | net: ks8851: Remove RXQCR cacheMarek Vasut2020-05-221-9/+6
| * | | net: ks8851: Replace malloc()+memset() with calloc()Marek Vasut2020-05-221-6/+3
| |/ /
* | | Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-05-2224-19/+1106
|\ \ \
| * | | rockchip: rk3328: rock64 - fix gen3 SPL hangKurt Miller2020-05-222-1/+27
| * | | defconfig: veyron: no need for CONFIG_SPL_PINCTRL_FULLUrja Rannikko2020-05-224-6/+4
| * | | rockchip: spl-boot-order: do not attempt to access fdt if OF_PLATDATAUrja Rannikko2020-05-221-0/+6
| * | | rockchip: veyron: move board_early_init_f to _r (after reloc)Urja Rannikko2020-05-225-3/+5
| * | | rockchip: spl: veyron speedy boots from SPIUrja Rannikko2020-05-221-1/+2
| * | | tools: value checks in rkcommon_check_params()Heinrich Schuchardt2020-05-221-7/+7
| * | | rockchip: Enable PCIe/M.2 on rock960 boardJagan Teki2020-05-222-0/+29
| * | | rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2Jagan Teki2020-05-223-0/+9
| * | | pci: Add Rockchip PCIe PHY controller driverJagan Teki2020-05-224-14/+306
| * | | pci: Add Rockchip PCIe controller driverJagan Teki2020-05-224-0/+555