summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Use dev_read only if OF_PLATDATA is not enabledWalter Lozano2020-03-161-2/+1
* Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-03-103-6/+17
|\
| * configs: am65x_evm: Add CONFIG_SUPPORT_EMMC_BOOTFaiz Abbas2020-03-091-2/+0
| * mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-091-1/+0
| * sdhci: Add sdhci_deferred_probe() APIFaiz Abbas2020-03-091-0/+1
| * mmc: Add a deferred_probe() APIFaiz Abbas2020-03-091-0/+10
| * mmc: Add a saved_clock memberFaiz Abbas2020-03-091-0/+1
| * mmc: make <mmc.h> self-containedMasahiro Yamada2020-03-091-3/+5
* | Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-03-1010-279/+15
|\ \
| * | mx6slevk: Convert to DM_ETHPedro Jardim2020-03-101-7/+0
| * | mx6sabreauto: Convert to DM_ETHPedro Jardim2020-03-101-8/+0
| * | imx: imx8qm: enable relocation of fdt and initrdOliver Graute2020-03-101-2/+1
| * | mx6sabresd: Convert ethernet to driver modelAlifer Moraes2020-03-101-9/+0
| * | imx: imx8qm_rom7720: added missing USDHC Base address definesOliver Graute2020-03-091-0/+4
| * | mx6cuboxi: don't disable fdt relocationBaruch Siach2020-03-091-1/+0
| * | ARM: dts: imx6sx: Sync with kernel 5.4.16Fabio Estevam2020-03-091-6/+7
| * | imx8qxp_mek: Fix the console command line stringFabio Estevam2020-03-091-3/+3
| * | imx: remove woodburn boardStefano Babic2020-03-093-243/+0
| |/
* | Merge tag 'u-boot-atmel-fixes-2020.04-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini2020-03-101-1/+3
|\ \
| * | board: sama5d3_xplained: Fix uboot size when loaded from NAND by SPLFabien Lehoussel2020-03-101-1/+3
* | | net: phy: add XFI, USXGMII types to is_10g_interface() helperAlex Marginean2020-03-091-2/+7
* | | phy: Include NC-SI in phy setupSamuel Mendoza-Jonas2020-03-092-0/+14
* | | phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas2020-03-094-0/+459
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2020-03-041-1/+4
|\ \
| * | ARM: rmobile: Limit bootloader size to 1 MiB on R-Car Gen3Marek Vasut2020-03-011-1/+4
* | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2020-03-042-1/+134
|\ \ \
| * | | ARM: socfpga: Add initial support for the ABB SECU boardHolger Brunck2020-03-031-0/+131
| * | | ARM: socfpga: Add missing Denali NAND config optionsMarek Vasut2020-03-011-0/+1
| * | | ARM: socfpga: Permit overriding the default timer frequencyMarek Vasut2020-03-011-1/+2
| |/ /
* | | dm: core: Add a flag for power domain control on device removalAnatolij Gustschin2020-03-021-0/+6
* | | Merge tag 'xilinx-for-v2020.04-rc4' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-03-021-2/+0
|\ \ \
| * | | ARM: zynq: Remove single comment about QSPIMichal Simek2020-02-281-2/+0
| |/ /
* | | Merge tag 'efi-2020-04-rc4-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-02-293-0/+43
|\ \ \
| * | | efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas2020-02-283-0/+43
| |/ /
* | | Merge tag 'uniphier-v2020.04-3' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-02-291-0/+11
|\ \ \ | |/ / |/| |
| * | ARM: uniphier: add sdscript, sdboot, sdupdate environment variablesMasahiro Yamada2020-02-281-0/+11
| |/
* / efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt2020-02-261-0/+12
|/
* Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-02-203-2/+32
|\
| * rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399Suniel Mahesh2020-02-191-0/+22
| * rk3288: vyasa: Add console settingsJagan Teki2020-02-191-1/+5
| * rk3288: tinker: Enable HDMI outputJagan Teki2020-02-191-1/+5
* | mmc: add mmc_get_dma_dir() helperMasahiro Yamada2020-02-201-0/+6
* | mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2020-02-201-0/+2
* | mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2020-02-201-0/+1
* | dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-0/+63
|/
* Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-02-147-35/+56
|\
| * board: stm32: remove fdt_high and fdt_highinitrd_highPatrice Chotard2020-02-135-10/+23
| * board: stm32: fix extra env setings addressesPatrice Chotard2020-02-135-20/+20
| * board: stih410-b2260: remove fdt_high and initrd_highPatrice Chotard2020-02-131-2/+6
| * stm32mp1: remove fdt_high and initrd_high in environmentPatrick Delaunay2020-02-131-3/+7