summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-06-01ARM: rmobile: Enable MTD partitioning on Gen2 with SFMarek Vasut
2018-05-31Merge tag 'arc-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini
2018-05-31ARC: Add support for EM Development Kit boardAlexey Brodkin
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring
2018-05-31arm: zynq: Add support for Bitmain Antminer S9 control boardEzequiel Garcia
2018-05-31arm64: zynqmp: Remove CMD_UNZIP for mini configurationMichal Simek
2018-05-31arm64: zynqmp: Remove empty configuration fileMichal Simek
2018-05-30Merge git://git.denx.de/u-boot-riscvTom Rini
2018-05-30fastboot: Add support for 'oem format' commandAlex Kiernan
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan
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-29Merge git://git.denx.de/u-boot-marvellTom Rini
2018-05-29Import Android's dt_table.h for DT image formatAlex Deymo
2018-05-29configs: remove CONFIG_SYS_MVFSChris Packham
2018-05-29configs: ax25-ae350: Support cfi flashRick Chen
2018-05-29configs: nx25-ae250:Rename as ax25-ae350Rick Chen
2018-05-29riscv: nx25: Enable distro bootAlexander Graf
2018-05-29distro: Extend with RISC-V definesAlexander Graf
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf
2018-05-29configs: remove redundant comment sectionsChris Packham
2018-05-29configs: remove empty #ifdef block from mv-common.hChris Packham
2018-05-29ARM: kirkwood: Add device-tree for netspace & inetspaceChris Packham
2018-05-29ARM: kirkwood: Add device-tree for d2net_v2 & net2big_v2Chris Packham
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki
2018-05-28phy: sun4i-usb: Add id_detect and vbus_detect opsJagan Teki
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