aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-09-11remoteproc: Allow for individual remoteproc initializationLokesh Vutla1-0/+9
2018-09-11mailbox: Introduce K3 Secure Proxy DriverLokesh Vutla1-0/+25
2018-09-11mailbox: Allow attaching private data for mbox_chanLokesh Vutla1-4/+3
2018-09-11power domain: Add support for multiple powerdomains per deviceLokesh Vutla1-0/+21
2018-09-11clk: Extend clock control with an optional data fieldAndreas Dannenberg1-5/+7
2018-09-11reset: Extend reset control with an optional data fieldAndreas Dannenberg1-5/+7
2018-09-11dm: reset: Update uclass to allow querying reset statusAndreas Dannenberg2-0/+22
2018-09-11firmware: ti_sci: Add support for processor control servicesLokesh Vutla1-0/+37
2018-09-11firmware: ti_sci: Add support for reboot core serviceAndreas Dannenberg1-0/+12
2018-09-11firmware: ti_sci: Add support for clock controlLokesh Vutla1-0/+78
2018-09-11firmware: ti_sci: Add support for device controlAndreas Dannenberg1-0/+81
2018-09-11firmware: ti_sci: Add support for board configurationAndreas Dannenberg1-0/+38
2018-09-11firmware: Add basic support for TI System Control Interface (TI SCI) protocolLokesh Vutla1-0/+68
2018-09-10omap3: pandora: Enable DM_SERIALGrazvydas Ignotas1-17/+0
2018-09-10board: arm: Add support for Broadcom BCM7260Thomas Fitzsimmons1-0/+40
2018-09-10arm: bcm7445: Change serial console indexThomas Fitzsimmons2-6/+7
2018-09-10mmc: add HS400 supportPeng Fan1-0/+11
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2-279/+0
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2-0/+56
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada3-23/+1
2018-09-10sandbox: Add serial testPatrice Chotard2-0/+6
2018-09-10dm: serial: Remove setparity opsPatrice Chotard1-10/+0
2018-09-10dm: serial: Replace setparity by setconfigPatrice Chotard1-0/+47
2018-09-05qemu-arm: Enable DHCP distro targetAlexander Graf1-1/+2
2018-09-04Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini5-30/+83
2018-09-04colibri_imx7_emmc: add Colibri iMX7D 1GB (eMMC) module supportStefan Agner1-18/+72
2018-09-04Cleanup CONFIG_BOOTDELAY on cl-som-imx7Alex Kiernan1-2/+0
2018-09-04imx: imx6ul_evk: Enable DM driver for iMX6UL EVK u-bootYe Li1-7/+6
2018-09-04imx: imx7d-sdb: Add DM QSPI supportYe Li1-3/+1
2018-09-04imx: imx6sx-sdb: Enable DM QSPI driverYe Li1-0/+4
2018-08-31test: fix typo in cmd_ut_category() descriptionHeinrich Schuchardt1-1/+1
2018-08-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+1
2018-08-30x86: efi: payload: Turn on acpi in the kernel command lineBin Meng1-1/+1
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng1-0/+3
2018-08-30efi: stub: Pass EFI system table address to U-Boot payloadBin Meng1-0/+10
2018-08-28phy: Fix warning due to missing definition of structureMarek Vasut1-0/+1
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+2
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-4/+68
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-2/+2
2018-08-24ARM: dts: am33xx: fix SLEWCTRL_FAST pinctrl bindingChristian Amann1-1/+2
2018-08-24ARM: display5: Remove "factory procedure" from display5 board configLukasz Majewski1-22/+0
2018-08-24ARM: socfpga: Convert Arria10 to timer frameworkMarek Vasut1-0/+2
2018-08-23Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-0/+2
2018-08-23armv8: layerscape: Build u-boot-with-spl.bin for selected boardsJagdish Gediya2-0/+2
2018-08-23usb: musb-new: Fix improper musb host pointerJagan Teki1-2/+2
2018-08-21Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini2-14/+17
2018-08-21device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot1-0/+38
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot1-4/+19
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot1-0/+11
2018-08-21efi: Add EFI_MEMORY_{NV, MORE_RELIABLE, RO} attributesEugeniu Rosca1-0/+4