summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mailbox: Introduce K3 Secure Proxy DriverLokesh Vutla2018-09-111-0/+25
* mailbox: Allow attaching private data for mbox_chanLokesh Vutla2018-09-111-4/+3
* power domain: Add support for multiple powerdomains per deviceLokesh Vutla2018-09-111-0/+21
* clk: Extend clock control with an optional data fieldAndreas Dannenberg2018-09-111-5/+7
* reset: Extend reset control with an optional data fieldAndreas Dannenberg2018-09-111-5/+7
* dm: reset: Update uclass to allow querying reset statusAndreas Dannenberg2018-09-112-0/+22
* firmware: ti_sci: Add support for processor control servicesLokesh Vutla2018-09-111-0/+37
* firmware: ti_sci: Add support for reboot core serviceAndreas Dannenberg2018-09-111-0/+12
* firmware: ti_sci: Add support for clock controlLokesh Vutla2018-09-111-0/+78
* firmware: ti_sci: Add support for device controlAndreas Dannenberg2018-09-111-0/+81
* firmware: ti_sci: Add support for board configurationAndreas Dannenberg2018-09-111-0/+38
* firmware: Add basic support for TI System Control Interface (TI SCI) protocolLokesh Vutla2018-09-111-0/+68
* omap3: pandora: Enable DM_SERIALGrazvydas Ignotas2018-09-101-17/+0
* board: arm: Add support for Broadcom BCM7260Thomas Fitzsimmons2018-09-101-0/+40
* arm: bcm7445: Change serial console indexThomas Fitzsimmons2018-09-102-6/+7
* mmc: add HS400 supportPeng Fan2018-09-101-0/+11
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-102-279/+0
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-102-0/+56
* Remove CONFIG_USE_STDINTMasahiro Yamada2018-09-103-23/+1
* sandbox: Add serial testPatrice Chotard2018-09-102-0/+6
* dm: serial: Remove setparity opsPatrice Chotard2018-09-101-10/+0
* dm: serial: Replace setparity by setconfigPatrice Chotard2018-09-101-0/+47
* qemu-arm: Enable DHCP distro targetAlexander Graf2018-09-051-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini2018-09-045-30/+83
|\
| * colibri_imx7_emmc: add Colibri iMX7D 1GB (eMMC) module supportStefan Agner2018-09-041-18/+72
| * Cleanup CONFIG_BOOTDELAY on cl-som-imx7Alex Kiernan2018-09-041-2/+0
| * imx: imx6ul_evk: Enable DM driver for iMX6UL EVK u-bootYe Li2018-09-041-7/+6
| * imx: imx7d-sdb: Add DM QSPI supportYe Li2018-09-041-3/+1
| * imx: imx6sx-sdb: Enable DM QSPI driverYe Li2018-09-041-0/+4
* | test: fix typo in cmd_ut_category() descriptionHeinrich Schuchardt2018-08-311-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-301-0/+1
|\ \
| * | phy: Fix warning due to missing definition of structureMarek Vasut2018-08-281-0/+1
| |/
* | x86: efi: payload: Turn on acpi in the kernel command lineBin Meng2018-08-301-1/+1
* | x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng2018-08-301-0/+3
* | efi: stub: Pass EFI system table address to U-Boot payloadBin Meng2018-08-301-0/+10
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-08-241-0/+2
|\
| * ARM: socfpga: Convert Arria10 to timer frameworkMarek Vasut2018-08-241-0/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-243-4/+68
|\ \
| * | device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot2018-08-211-0/+38
| * | dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot2018-08-211-4/+19
| * | uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-211-0/+11
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-08-241-2/+2
|\ \ \
| * | | usb: musb-new: Fix improper musb host pointerJagan Teki2018-08-231-2/+2
* | | | ARM: dts: am33xx: fix SLEWCTRL_FAST pinctrl bindingChristian Amann2018-08-241-1/+2
* | | | ARM: display5: Remove "factory procedure" from display5 board configLukasz Majewski2018-08-241-22/+0
* | | | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-08-232-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | armv8: layerscape: Build u-boot-with-spl.bin for selected boardsJagdish Gediya2018-08-232-0/+2
| |/ /
* | | Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini2018-08-212-14/+17
|\ \ \ | |/ / |/| |
| * | efi: Add EFI_MEMORY_{NV, MORE_RELIABLE, RO} attributesEugeniu Rosca2018-08-211-0/+4
| * | efi: Fix truncation of constant valueEugeniu Rosca2018-08-211-14/+10