summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENTTom Rini2019-11-1236-57/+0
* pfla02: Migrate CONFIG_ENV_IS_IN_SPI_FLASH to defconfigTom Rini2019-11-121-1/+0
* evb-rk3128: Migrate CONFIG_ENV_IS_IN_MMC to defconfigTom Rini2019-11-121-1/+0
* Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-124-0/+380
|\
| * imx: imx8mm-evk: enable ethernetPeng Fan2019-11-051-0/+8
| * imx: add i.MX8MN DDR4 board supportPeng Fan2019-11-051-0/+156
| * imx: add dtsi for i.MX8MNPeng Fan2019-11-051-0/+215
| * tools: imx8mimage: add ROM VERSIONPeng Fan2019-11-051-0/+1
* | Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-115-3/+108
|\ \
| * | rockchip: config: update CONFIG_SPL_MAX_SIZE for 64bit CPUsKever Yang2019-11-103-3/+3
| * | power: pmic: rk809: support rk809 pmicJoseph Chen2019-11-101-0/+1
| * | power: pmic: rk817: support rk817 pmicJoseph Chen2019-11-101-0/+31
| * | power: pmic: rk805: support rk805 pmicElaine Zhang2019-11-101-0/+1
| * | power: pmic: rk816: support rk816 pmicElaine Zhang2019-11-101-1/+10
| * | dm: regulator: support regulator more stateJoseph Chen2019-11-101-0/+63
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-11-1111-24/+23
|\ \ \
| * | | freescale/powerpc: Rename the config CONFIG_SECURE_BOOT nameUdit Agarwal2019-11-083-6/+6
| * | | freescale/layerscape: Rename the config CONFIG_SECURE_BOOT nameUdit Agarwal2019-11-087-16/+16
| * | | armv8: lx2160a: add icid setup for platform devicesLaurentiu Tudor2019-11-081-2/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/08Nov2019Tom Rini2019-11-084-0/+112
|\ \ \ \
| * | | | usb: composite: add BOS descriptor support to composite frameworkT Karthik Reddy2019-11-072-0/+12
| * | | | usb: udc: Introduce ->udc_set_speed() methodSherry Sun2019-11-071-0/+2
| * | | | usb: gadget: Add match_ep() op to usb_gadget_opsVignesh Raghavendra2019-11-071-0/+23
| * | | | bitmaps: import for_each_set_bit() macroVignesh Raghavendra2019-11-071-0/+61
| * | | | list: import list_first_entry_or_null()Vignesh Raghavendra2019-11-071-0/+14
| | |/ / | |/| |
* | | | Merge branch '2019-11-07-master-imports'Tom Rini2019-11-082-4/+48
|\ \ \ \
| * | | | arm: add initial support for the Phytium Durian BoardWIP/2019-11-07-master-importsliu hao2019-11-071-0/+44
| * | | | linux err: make ERR_PTR/PTR_ERR architecture specificSimon Goldschmidt2019-11-071-4/+4
| | |/ / | |/| |
* | | | power: pmic: tps65941: Add support for tps65941 family of PMICsKeerthy2019-11-071-0/+26
* | | | misc: k3_avs: Add j721e supportKeerthy2019-11-071-0/+2
* | | | misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0Tero Kristo2019-11-071-0/+28
|/ / /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-11-071-59/+9
|\ \ \ | |/ / |/| |
| * | mpc85xx, socrates: add DM PCI supportHeiko Schocher2019-11-061-9/+0
| * | mpc85xx, socrates: enable DM serialHeiko Schocher2019-11-061-12/+0
| * | mpc85xx, socrates: enable DM I2CHeiko Schocher2019-11-061-17/+1
| * | mpc85xx, socrates: disable VIDEOHeiko Schocher2019-11-061-15/+0
| * | mpc85xx, socrates: add DM supportHeiko Schocher2019-11-061-6/+7
| * | mpc85xx, socrates: suppress unknown flash warningHeiko Schocher2019-11-061-0/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-11-061-0/+71
|\ \ \
| * | | dfu: add callback for flush and initiated operationPatrick Delaunay2019-10-311-0/+22
| * | | dfu: add DFU virtual backendPatrick Delaunay2019-10-311-0/+22
| * | | dfu: add partition support for MTD backendPatrick Delaunay2019-10-311-0/+2
| * | | dfu: add backend for MTD devicePatrick Delaunay2019-10-311-0/+21
| * | | dfu: prepare the support of multiple interfacePatrick Delaunay2019-10-311-0/+2
| * | | dfu: sf: add partition support for nor backendPatrick Delaunay2019-10-311-0/+2
* | | | Merge tag 'mmc-2019-11-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-11-061-7/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | mmc: fsl_esdhc: always check write protect stateYangbo Lu2019-11-051-1/+0
| * | | mmc: fsl_esdhc: fix voltage validationYangbo Lu2019-11-051-6/+7
| | |/ | |/|
* | | fdt: Add INT32_MAX to kernel.h for libfdtSimon Glass2019-11-042-0/+3
|/ /
* | Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...WIP/04Nov2019Tom Rini2019-11-0410-475/+720
|\ \