aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-22clk: support clk tree dumpPeng Fan1-30/+49
2019-08-22clk: prograte clk enable/disable to parentPeng Fan1-6/+71
2019-08-22clk: introduce enable_countPeng Fan3-0/+3
2019-08-22test/py: Add cmd_memory dependency back to test_mmc_wrMichal Simek1-1/+1
2019-08-22easylogo: avoid buffer overrunHeinrich Schuchardt1-1/+2
2019-08-22jffs2: remove unused code filesUwe Kleine-König2-1169/+0
2019-08-22mmc: mtk-sd: Add MT8183 SoC supportFabien Parent1-0/+10
2019-08-22mailmap: provide usage instructionHeinrich Schuchardt1-0/+8
2019-08-22README: Clarify use of BSS during SPL board_init_f()Andreas Dannenberg1-0/+7
2019-08-20Merge branch '2019-08-20-ti-imports'Tom Rini21-55/+50
2019-08-20arm: omap2: am43xx: Enable CONFIG_BLKSuniel Mahesh5-5/+5
2019-08-20arm: dts: Makefile: clean *dtb_HSSuniel Mahesh1-1/+1
2019-08-20ARM: DRA7: Fixup DPLL clock rate fixup logic for newer kernelsSuman Anna1-1/+3
2019-08-20arm: baltos: switch to driver model for the watchdog timerYegor Yefremov1-0/+1
2019-08-20davinci: omapl138-lcdk: Remove empty compiler directivesAdam Ford1-4/+0
2019-08-20ARM: davinci: Remove duplicated referencesAdam Ford1-2/+0
2019-08-20ARM: da850evm: Remove dead codeAdam Ford1-5/+0
2019-08-20ARM: da850evm: Remove dead SPI CodeAdam Ford1-3/+0
2019-08-20Revert "ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NOR"Adam Ford2-8/+3
2019-08-20ARM: omapl138_lcdk: Enable USBAdam Ford2-0/+17
2019-08-20configs: Rename environment variable fit_bootfile to name_fitAndrew F. Davis2-10/+7
2019-08-20configs: Rename environment variable fit_loadaddr to addr_fitAndrew F. Davis3-9/+9
2019-08-20configs: Remove unneeded overlay_files environment variableAndrew F. Davis2-7/+4
2019-08-20arm: baltos: use device tree alias to access Ethernet slaveYegor Yefremov1-6/+6
2019-08-19Merge tag 'u-boot-rockchip-20190819' of https://gitlab.denx.de/u-boot/custodi...Tom Rini35-104/+883
2019-08-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini13-106/+210
2019-08-19sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko6-27/+30
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko4-5/+4
2019-08-19configs: update rk3288 veyron defconfigsUrja Rannikko4-42/+62
2019-08-19configs: Move CONFIG_CMD_USB_MASS_STORAGE properly into KconfigUrja Rannikko15-26/+11
2019-08-19configs: Move CONFIG_SPI_FLASH_GIGADEVICE properly into KconfigUrja Rannikko8-4/+6
2019-08-19core: ofnode: do not assert if node not valid in ofnode_get_name()Kever Yang1-1/+5
2019-08-19rockchip: rk3399: Add ROC-RK3399-PC supportLevin Du5-0/+766
2019-08-18global_data: Remove comment of reserved arch-specific GD flagsStefan Roese1-1/+1
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese4-20/+1
2019-08-18cbfs: Rename camel-case variablesSimon Glass1-22/+22
2019-08-18cbfs: Add functions to support multiple CBFSsSimon Glass2-0/+68
2019-08-18cbfs: Move result variable into the structSimon Glass3-22/+37
2019-08-18cbfs: Move static variables into a structSimon Glass1-32/+59
2019-08-18cbfs: Move declarations above functionsSimon Glass1-9/+5
2019-08-18cbfs: Allow CBFS to be used in SPLSimon Glass2-0/+13
2019-08-18doc: arch: correct links in x86.rstHeinrich Schuchardt1-1/+2
2019-08-18doc: formatting slimbootloader.rstHeinrich Schuchardt1-1/+1
2019-08-18x86: qemu: Fix build warnings with CONFIG_DISTRO_DEFAULTS=nBin Meng1-4/+7
2019-08-17Merge tag 'efi-2019-10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-29/+271
2019-08-17Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini3-4/+2
2019-08-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini9-484/+426
2019-08-15efi_loader: do not call efi_runtime_detach twiceHeinrich Schuchardt1-9/+4
2019-08-15efi_loader: parameter check in SetVirtualAddressMapHeinrich Schuchardt1-3/+10
2019-08-15efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stubHeinrich Schuchardt2-17/+257