summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-22efi_selftest: remove todo in device path testHeinrich Schuchardt
2018-01-22efi_selftest: remove todo in manage protocolsHeinrich Schuchardt
2018-01-22efi_loader: disconnect controllers in UninstallProtocolHeinrich Schuchardt
2018-01-22efi_loader: implement DisconnectControllerHeinrich Schuchardt
2018-01-22efi_loader: fix signature of efi_disconnect_controllerHeinrich Schuchardt
2018-01-22efi_loader: implement ConnectControllerHeinrich Schuchardt
2018-01-22efi_loader: debug output installed device pathHeinrich Schuchardt
2018-01-22efi_loader: implement OpenProtocolInformationHeinrich Schuchardt
2018-01-22efi_loader: open_info in CloseProtocolHeinrich Schuchardt
2018-01-22efi_loader: open_info in OpenProtocolHeinrich Schuchardt
2018-01-22efi_loader: list of open protocol infosHeinrich Schuchardt
2018-01-22efi_selftest: do not try to close device path protocolHeinrich Schuchardt
2018-01-22efi_loader: simplify efi_remove_all_protocolsHeinrich Schuchardt
2018-01-22efi_selftest: colored test outputHeinrich Schuchardt
2018-01-22tools: provide a tool to convert a binary file to an includeHeinrich Schuchardt
2018-01-22efi_loader: correctly call imagesHeinrich Schuchardt
2018-01-22vsprintf.c: add EFI device path printingHeinrich Schuchardt
2018-01-22efi_loader: text output for device path end nodeHeinrich Schuchardt
2018-01-22MAINTAINERS: correct entry for lib/efi*/Heinrich Schuchardt
2018-01-22efi_selftest: do not cut off u16 strings when printingHeinrich Schuchardt
2018-01-22efi_selftest: avoid superfluous messages for task priority levelsHeinrich Schuchardt
2018-01-22efi_selftest: avoid superfluous messages for event servicesHeinrich Schuchardt
2018-01-22efi_loader: use correct format string for unsigned longHeinrich Schuchardt
2018-01-22efi_loader: add comments to memory functionsHeinrich Schuchardt
2018-01-22efi_loader: use wide string do define firmware vendorHeinrich Schuchardt
2018-01-22efi_loader: support device path for IDE and SCSI disksHeinrich Schuchardt
2018-01-22efi_loader: create full device path for block devicesHeinrich Schuchardt
2018-01-22fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen
2018-01-22fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE descriptionTuomas Tynkkynen
2018-01-22env: ENV_IS_IN_FAT improvementsTuomas Tynkkynen
2018-01-22ARM: poplar: Use Kconfig to enable CONFIG_FAT_WRITETuomas Tynkkynen
2018-01-22fs: Migrate ext4 to KconfigTuomas Tynkkynen
2018-01-22Convert CONFIG_ROCKCHIP_USB2_PHY to KconfigAdam Ford
2018-01-22Convert CONFIG_OMAP_USB_PHY to KconfigAdam Ford
2018-01-22Convert CONFIG_TWL4030_USB to KconfigAdam Ford
2018-01-22Convert CONFIG_DAVINCI_SPI to KconfigAdam Ford
2018-01-22Convert CONFIG_USB_MUSB_HCD et al to KconfigAdam Ford
2018-01-22Convert CONFIG_USB_MUSB_OMAP2PLUS et al to KconfigAdam Ford
2018-01-22ARM: omap3_logic: Enable SPL_OF_CONTROL and SPL_OF_PLATDATAAdam Ford
2018-01-22travis-ci: Add qemu-x86_64 targetTom Rini
2018-01-22mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau
2018-01-22mmc: fix the wrong disabling clockJaehoon Chung
2018-01-22mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada
2018-01-22mmc: sdhci-cadence: add HS200 supportMasahiro Yamada
2018-01-22mmc: sdhci-cadence: call mmc_of_parse()Masahiro Yamada
2018-01-22mmc: sdhci-cadence: use bitfield access macros for cleanupMasahiro Yamada
2018-01-22mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada
2018-01-22mmc: let mmc_of_parse() fail for insane bus-width valueMasahiro Yamada
2018-01-22mmc: do not overwrite cfg->f_max if "max-frequency" if missingMasahiro Yamada
2018-01-22dm: add dev_read_u32()Masahiro Yamada