summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kconfig: doc: Update comment regarding CONFIG_IS_ENABLED(FOO) for TPLLukasz Majewski2019-09-191-0/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/16Sep2019Tom Rini2019-09-162-6/+10
|\
| * board/lx2160a: Fix MC firmware loading for SD bootPankaj Bansal2019-09-121-6/+6
| * mmc: fsl_esdhc: Add emmc hs200 supportYinbo Zhu2019-09-121-0/+4
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-09-162-0/+24
|\ \
| * | mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2019-09-161-0/+4
| * | spi: Add spi_write_then_readJagan Teki2019-09-161-0/+20
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/14Sep2019Tom Rini2019-09-141-5/+6
|\ \ \ | |/ / |/| |
| * | usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-111-4/+5
| * | usb: usb_submit_int_msg -> usb_int_msgMichal Suchanek2019-09-111-2/+2
| |/
* | configs: ti: Add environment support commands for FIT loadingAndrew F. Davis2019-09-132-1/+10
* | ARM: omapl138_lcdk: Remove dead codeAdam Ford2019-09-131-39/+0
* | Merge tag 'efi-2019-10-rc4-4' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/12Sep2019Tom Rini2019-09-122-20/+20
|\ \ | |/ |/|
| * efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt2019-09-091-0/+4
| * efi_loader: EFI_FILE_PROTOCOL rev 2 stubHeinrich Schuchardt2019-09-091-4/+16
| * efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt2019-09-091-16/+0
* | arm: ti: Add missing "=" from previous fixTom Rini2019-09-091-1/+1
* | Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/08Sep2019Tom Rini2019-09-083-7/+40
|\ \ | |/ |/|
| * dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2019-09-062-1/+34
| * mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-051-6/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-shWIP/06Sep2019Tom Rini2019-09-071-13/+0
|\ \
| * | sh: r2dplus: Switch to DM PCI driverMarek Vasut2019-09-021-13/+0
* | | Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-bootTom Rini2019-09-061-0/+4
|\ \ \
| * | | rpi: increase SYS_BOOTM_LEN to 64M on ARM64Bonnans, Laurent2019-09-061-0/+4
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini2019-09-061-1/+1
|\ \ \ \
| * | | | ARM: exynos5: Try to boot on mmc2 before mmc0/1Guillaume GARDET2019-09-051-1/+1
| | |_|/ | |/| |
* | | | efi_loader: correctly render CD-ROM device path nodesHeinrich Schuchardt2019-09-051-1/+1
* | | | efi_loader: Extract adding a conventional memory in separate routinePark, Aiden2019-09-051-0/+4
* | | | efi_loader: interrupts in simple network protocolHeinrich Schuchardt2019-09-051-0/+2
* | | | env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NETHeinrich Schuchardt2019-09-042-2/+2
* | | | net: make net_random_ethaddr() more randomMichael Walle2019-09-041-1/+1
* | | | net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay2019-09-041-0/+3
* | | | net: introduce packet capture supportRamon Fried2019-09-041-0/+55
|/ / /
* | | dm: cache: Add enable and disable ops for cache uclassRick Chen2019-09-031-0/+31
* | | sifive-fu540: config: Add mmc0 as a boot target deviceAlistair Francis2019-09-031-0/+1
| |/ |/|
* | Revert "vexpress64: fvp dram: add DRAM configuration"Ryan Harkin2019-08-311-15/+2
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-08-298-219/+144
|\ \
| * | powerpc: MPC8548CDS: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-8/+14
| * | powerpc: corenet_ds: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-44/+19
| * | powerpc: P2041RDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-40/+15
| * | powerpc: p1_p2_rdb: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-13/+23
| * | powerpc: T104xRDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-18/+20
| * | powerpc: T102xRDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-39/+15
| * | powerpc: T102xRDB: Remove the useless macro CONFIG_ARCH_T1040Hou Zhiqiang2019-08-281-24/+0
| * | powerpc: T4240RDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-16/+19
| * | powerpc: T208xRDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-17/+19
* | | Merge branch 'u-boot-stm32_20190827' of https://gitlab.denx.de/u-boot/custodi...WIP/27Aug2019Tom Rini2019-08-274-31/+9
|\ \ \ | |/ / |/| |
| * | image: add new "copro" image typePatrick Delaunay2019-08-271-0/+1
| * | pmu: stpmic1: change specific NVM api to MISCPatrick Delaunay2019-08-271-7/+0
| * | serial: stm32: remove unused includePatrick Delaunay2019-08-271-15/+0