aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-26configs: Migrate CONFIG_FMAN_ENET and some related options to KconfigTom Rini219-126/+369
2019-05-25Merge tag 'efi-2019-07-rc3-3' of git://git.denx.de/u-boot-efiTom Rini7-40/+174
2019-05-25Merge tag 'mips-pull-2019-05-24' of git://git.denx.de/u-boot-mipsTom Rini4-16/+5
2019-05-24efi_loader: variable: attributes may not be changed if a variable existsAKASHI Takahiro1-2/+11
2019-05-24efi_loader: variable: return error for APPEND_WRITEAKASHI Takahiro1-1/+3
2019-05-24efi: selftest: APPEND_WRITE is not supportedAKASHI Takahiro1-14/+14
2019-05-24efi_loader: DEL is an illegal file name characterHeinrich Schuchardt1-1/+1
2019-05-24efi_loader: comments for structsHeinrich Schuchardt1-5/+14
2019-05-24efi_loader: correct device path checkHeinrich Schuchardt1-1/+4
2019-05-24efi_loader: return values of GetTime()Heinrich Schuchardt1-7/+7
2019-05-24efi_loader: implement SetTimeHeinrich Schuchardt2-9/+120
2019-05-24mips: mt76xx: gardena-smart-gateway: Enable CONFIG_USE_PREBOOTStefan Roese2-0/+2
2019-05-24mips: mt76xx: Remove cache workaround and select SYS_MALLOC_CLEAR_ON_INITStefan Roese2-16/+1
2019-05-24mips: mt7688: gardena-smart-gateway-mt7688: Enable CMD_WDTStefan Roese2-0/+2
2019-05-24Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-bootTom Rini32-268/+4316
2019-05-24Merge git://git.denx.de/u-boot-mpc85xxTom Rini14-7/+1154
2019-05-24Merge branch '2019-05-24-master-imports'Tom Rini137-484/+2493
2019-05-24m68k: add dspi chip-select supportAngelo Dureghello6-3/+139
2019-05-24m68k: move dspi bus control functions into cf_spi.c driverAngelo Dureghello2-166/+41
2019-05-24m68k: add OF control support to m68kAngelo Dureghello1-0/+1
2019-05-24configs: remove CONFIG_SYS_DSPI_XX referencesAngelo Dureghello5-56/+0
2019-05-24drivers: serial: mcfuart: add DT supportAngelo Dureghello2-78/+36
2019-05-24configs: add DM_SPI config optionAngelo Dureghello16-0/+17
2019-05-24drivers: spi: cf_spi: convert to driver modelAngelo Dureghello2-177/+334
2019-05-24drivers: spi: cf_spi: add Kconfig optionAngelo Dureghello1-0/+6
2019-05-24configs: enable use of DT for all m68k boardsAngelo Dureghello46-0/+46
2019-05-24m68k: enabling long jumps on mcf54x5 SoCsAngelo Dureghello1-2/+4
2019-05-24m68k: add initial dts files for all m68k boardsAngelo Dureghello51-0/+1069
2019-05-23m68k: architecture changes to support fdtAngelo Dureghello2-2/+37
2019-05-23m68k: add basic set of devicetreesAngelo Dureghello18-0/+763
2019-05-23configs: enable sata, eSDHC, USB device module in T2080QDSPeng Ma6-0/+41
2019-05-23powerpc: mpc85xx: delete FSL_SATA for T2080QDS board.Peng Ma1-3/+1
2019-05-23arch: powerpc: add sata node for t2080 dtsPeng Ma1-0/+16
2019-05-23ata: fsl_ahci: Add sata DM support for Freescale powerpc socsPeng Ma4-0/+1042
2019-05-23usb: ehci: adopt 32 bit address for CONFIG_PPCYinbo Zhu1-1/+9
2019-05-23arch: powerpc: add usb node in t2080 dtsYinbo Zhu1-0/+19
2019-05-23configs: T2080QDS: enable device tree support for pcieboot & secure bootYinbo Zhu2-2/+6
2019-05-23stm32mp1: ram: add tuning in DDR interactive modePatrick Delaunay6-1/+1414
2019-05-23stm32mp1: ram: add tests in DDR interactive modePatrick Delaunay5-0/+1541
2019-05-23stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay5-0/+714
2019-05-23stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay4-52/+141
2019-05-23stm32mp1: ram: update parameter array initializationPatrick Delaunay3-17/+34
2019-05-23ARM: dts: stm32mp1: DDR config v1.44Patrick Delaunay2-14/+14
2019-05-23stm32mp1: ram: change ddr speed to kHzPatrick Delaunay6-15/+15
2019-05-23stm32mp1: ram: increase the delay after reset to 128 cyclesPatrick Delaunay1-5/+3
2019-05-23stm32mp1: ram: update mask for operating modePatrick Delaunay1-1/+1
2019-05-23serial: stm32: remove watchog reset in debug putcPatrick Delaunay1-1/+1
2019-05-23serial: stm32: remove unnecessary tracePatrick Delaunay1-1/+0
2019-05-23env: solve compilation error in SPLPatrick Delaunay1-1/+6
2019-05-23clk: stm32mp1: add set_rate for DDRPHYC clockPatrick Delaunay1-0/+83