aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-03include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 & main_r5...Keerthy1-0/+4
2020-03-03lib: elf: Move the generic elf loading/validating functions to libKeerthy1-0/+4
2020-03-03configs: j721e_evm: Setup mtdparts for OSPIVignesh Raghavendra1-2/+12
2020-03-03configs: am65x_evm: Setup mtdparts for OSPIVignesh Raghavendra1-1/+20
2020-02-20Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodi...Tom Rini3-2/+32
2020-02-20mmc: add mmc_get_dma_dir() helperMasahiro Yamada1-0/+6
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada1-0/+2
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada1-0/+1
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-0/+63
2020-02-19rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399Suniel Mahesh1-0/+22
2020-02-19rk3288: vyasa: Add console settingsJagan Teki1-1/+5
2020-02-19rk3288: tinker: Enable HDMI outputJagan Teki1-1/+5
2020-02-14Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...Tom Rini7-35/+56
2020-02-14Merge tag 'ti-v2020.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+1
2020-02-13board: stm32: remove fdt_high and fdt_highinitrd_highPatrice Chotard5-10/+23
2020-02-13board: stm32: fix extra env setings addressesPatrice Chotard5-20/+20
2020-02-13board: stih410-b2260: remove fdt_high and initrd_highPatrice Chotard1-2/+6
2020-02-13stm32mp1: remove fdt_high and initrd_high in environmentPatrick Delaunay1-3/+7
2020-02-13ARM: keystone2: enable initrd fixup for LPAE addressingTero Kristo1-0/+1
2020-02-13pci: definition of pci_addr_t and pci_size_tHeinrich Schuchardt1-2/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini28-286/+556
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini5-0/+217
2020-02-09board: ge: bx50v3, imx53ppd: configure CONFIG_SYS_BOOTMAPSZIan Ray2-2/+4
2020-02-09board: ge: bx50v3, mx53ppd: fix firstboot detectionRobert Beckett2-4/+3
2020-02-09board: ge: mx53ppd: use DM for uartIan Ray1-8/+1
2020-02-09board: ge: bx50v3: use DM for uartRobert Beckett1-8/+2
2020-02-09board: ge: mx53ppd: Use DM for ethernetRobert Beckett1-8/+0
2020-02-09board: ge: bx50v3: Enable DM PWM for backlightRobert Beckett1-1/+1
2020-02-09board: ge: mx53ppd: enable DM_VIDEOIan Ray1-7/+6
2020-02-09board: ge: mx53ppd: add i2c eeprom bootcount storageRobert Beckett1-3/+1
2020-02-09board: ge: bx50v3: add i2c eeprom bootcount storageRobert Beckett1-3/+1
2020-02-09board: ge: bx50v3, imx53ppd: use DM I2CRobert Beckett2-62/+0
2020-02-09mx6sabre_common: Remove FEC related settingsFabio Estevam3-8/+17
2020-02-09ARM: imx: novena: Enable DM ethernetMarek Vasut1-7/+2
2020-02-09warp7: remove unused usb configsJoris Offouga1-4/+0
2020-02-09mx7ulp_com: Remove unneeded SoC definitionsFabio Estevam1-4/+0
2020-02-09mx6ul_14x14_evk: Move CONFIG_DM_74X164 to defconfigFabio Estevam1-5/+0
2020-02-09board: toradex: Add Verdin iMX8M Mini supportIgor Opaniuk1-0/+128
2020-02-07board: presidio-asic: Add basic G3 engr. development board supportAlex Nemirovsky1-0/+75
2020-02-07tpm: Add more TPM2 definitionsSimon Glass1-0/+31
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass1-0/+115
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass1-0/+23
2020-02-07x86: Add a clock driver for Intel devicesSimon Glass1-0/+15
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass2-0/+16
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass1-0/+17
2020-02-06Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-7/+4
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass3-1/+4
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass3-71/+87
2020-02-05dm: core: Require users of devres to include the headerSimon Glass2-2/+4
2020-02-05sound: Add a new stop_play() methodSimon Glass1-0/+12