summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-115-10/+47
|\
| * trace: do not limit trace buffer to 2GiBHeinrich Schuchardt2019-07-101-3/+3
| * drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean2019-07-101-0/+14
| * drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean2019-07-101-0/+13
| * pci: fixed dm_pci_map_bar commentAlex Marginean2019-07-101-3/+5
| * dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay2019-07-102-4/+8
| * sandbox: Add a memory {} nodeSimon Glass2019-07-101-0/+4
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-114-14/+6
|\ \
| * | km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder2019-07-111-5/+0
| * | arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LENLuka Kovacic2019-07-111-0/+1
| * | arm: mvebu: turris_omnia: prefer SCSI booting before USBMarek Behún2019-07-111-1/+1
| * | arm: mvebu: turris_omnia: remove unneeded macro from board configMarek Behún2019-07-111-5/+0
| * | arm: mvebu: turris_omnia: change environment address in SPI flashMarek Behún2019-07-111-2/+2
| * | arm: mvebu: turris_omnia: set default ethernet adapterMarek Behún2019-07-111-0/+1
| * | arm: mvebu: clearfog: set U-Boot offset for SATA bootBaruch Siach2019-07-111-1/+1
| |/
* | Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-07-111-19/+9
|\ \
| * | ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-timeMasahiro Yamada2019-07-101-7/+7
| * | ARM: uniphier: set loadaddr at boot-timeMasahiro Yamada2019-07-101-2/+2
| * | ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada2019-07-101-6/+0
| * | ARM: uniphier: remove empty #ifdef blockMasahiro Yamada2019-07-101-4/+0
* | | include: android_bootloader_message.h: Minimize the diff to AOSPEugeniu Rosca2019-07-111-58/+68
* | | configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-111-1/+1
* | | drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried2019-07-112-0/+415
| |/ |/|
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubiTom Rini2019-07-1049-170/+7
|\ \ | |/ |/|
| * ubispl: add support for loading volumes by nameHamish Guthrie2019-07-091-0/+6
| * configs: migrate ubispl boards to KConfigMarkus Klotzbuecher2019-07-092-30/+0
| * at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigsMarkus Klotzbuecher2019-07-0947-135/+1
| * env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUNDMarkus Klotzbuecher2019-07-091-4/+0
* | Merge tag 'u-boot-atmel-2019.10-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2019-07-093-7/+19
|\ \
| * | configs: sama5d2_xplained: add support QSPI flash bootEugen Hristev2019-07-091-0/+11
| * | configs: sama5d27_som1_ek: qspi: use common memory layoutTudor Ambarus2019-07-091-7/+0
| * | ARM: at91: sama5: add common environment for QSPICyrille Pitchen2019-07-091-0/+8
| |/
* | Merge tag 'efi-2019-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-07-082-2/+13
|\ \
| * | efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt2019-07-061-0/+2
| * | efi_loader: bump UEFI specification number to 2.8Heinrich Schuchardt2019-07-061-2/+2
| * | efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt2019-07-061-0/+2
| * | efi_loader: initialization of variable servicesHeinrich Schuchardt2019-07-061-0/+2
| * | efi_loader: move efi_query_variable_info()Heinrich Schuchardt2019-07-061-0/+5
* | | Merge tag 'mmc-6-23' of https://github.com/MrVan/u-bootTom Rini2019-07-0810-71/+271
|\ \ \ | |_|/ |/| |
| * | mmc: fsl_esdhc_imx: drop useless codeYangbo Lu2019-06-231-4/+0
| * | mmc: fsl_esdhc: drop i.MX codeYangbo Lu2019-06-231-57/+0
| * | mmc: split fsl_esdhc driver for i.MXYangbo Lu2019-06-231-0/+275
| * | Move CONFIG_FSL_ESDHC to defconfigYangbo Lu2019-06-238-14/+0
* | | Merge tag 'dm-pull-7jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2019-07-071-0/+1
|\ \ \
| * | | imx6: wandboard: allow booting from MMC 2Heinrich Schuchardt2019-07-071-0/+1
| | |/ | |/|
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2019-07-071-0/+1
|\ \ \
| * | | dm: Add a No-op uclassJean-Jacques Hiblot2019-07-051-0/+1
| |/ /
* | | Merge tag 'rpi-next-2019.07' of https://github.com/mbgg/u-bootTom Rini2019-07-056-30/+83
|\ \ \ | |/ / |/| |
| * | fdt: update bcm283x device tree sources to Linux 5.1-rc6 stateHeinrich Schuchardt2019-06-125-25/+52
| * | Fix compilation error if CONFIG_USB is disabledakaher2019-06-121-5/+31