summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-05-30fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-26add FIT data-position & data-offset property supportKelvin Cheung
2018-05-26dm: serial: Add setparityPatrick Delaunay
2018-05-26ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk
2018-05-26mach-snapdragon: Introduce pinctrl driverRamon Fried
2018-05-26PCI: Document pciauto_region_allocate()Tuomas Tynkkynen
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal
2018-05-25tpm: add missing parameter in private data structure descriptionMiquel Raynal
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal
2018-05-25tpm: fix spellingMiquel Raynal
2018-05-25tpm: use the BIT() macro where applicableMiquel Raynal
2018-05-25tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal
2018-05-24Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini
2018-05-24Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini
2018-05-24serial: Convert ARC_SERIAL to KconfigAlexey Brodkin
2018-05-24rpi: Change load addresses to make more room for the kernel & DTBTuomas Tynkkynen
2018-05-23fit: Add standalone image type handlingMarek Vasut
2018-05-23configs: sama5d2_xplained: fix bootcmd/args for spi+emmc demoEugen Hristev
2018-05-23i2c: Drop CONFIG_TSI108_I2CTuomas Tynkkynen
2018-05-23net: Drop CONFIG_TSI108_ETHTuomas Tynkkynen
2018-05-23configs: at91: Adjust CONFIG_ENV_OFFSET to match sama5 addressNicolas Ferre
2018-05-23configs: at91: sama5_common: Adjust CONFIG_ENV_OFFSET to match block alignmentNicolas Ferre
2018-05-23FIT: Make fit_conf_print() be a static functionTom Rini
2018-05-23Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan
2018-05-23rpi: Adjust fdt_addr_r to a sane addressAlexander Graf
2018-05-23ARM: uniphier: rename environment variable fdt_file to fdtfileMasahiro Yamada
2018-05-20Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2018-05-20Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-05-20Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2018-05-20ARM: rmobile: Update V2H BlancheMarek Vasut
2018-05-18Fixup various SPDX tags from the latest mergeTom Rini
2018-05-18arm64: zynqmp: Use DWC3 generic driver and DM_USBMichal Simek
2018-05-18usb: common: add support to get maximum speed from dtMugunthan V N
2018-05-18ARM: socfpga: Enable SPL memory allocationTien Fong Chee
2018-05-18ARM: socfpga: Convert to DM serialMarek Vasut