summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_BOARD_LATE_INIT to KconfigWIP/final-cmd-migrationTom Rini2020-05-2629-16/+16
* Convert CONFIG_CMD_ASKENV et al to KconfigTom Rini2020-05-26207-526/+164
* Convert CONFIG_BZIP2 et al to KconfigTom Rini2020-05-2660-42/+47
* topic_miami: Disable GPIOTom Rini2020-05-264-7/+0
* blance: Disable CONFIG_CMD_SF / CONFIG_CMD_SPITom Rini2020-05-262-3/+1
* bcmstb: Migrate CONFIG_CMD_EXT[24]Tom Rini2020-05-263-3/+4
* mx6memcal: Finish migration to defconfig optionsTom Rini2020-05-262-5/+1
* pfla02: Rework excluding NAND from SPLTom Rini2020-05-263-9/+5
* configs: Resync with savedefconfigTom Rini2020-05-2614-22/+16
* Prepare v2020.07-rc3v2020.07-rc3Tom Rini2020-05-251-1/+1
* 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
|\ \ \