summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-26clk: stm32f7: add clock .get_rate() callbackPatrice Chotard
2017-07-26clk: stm32f7: get RCC base address from DTPatrice Chotard
2017-07-26clk: stm32f7: add static for configure_clocks()Patrice Chotard
2017-07-26ARM: DTS: stm32: align DT clock declaration with kernelPatrice Chotard
2017-07-26arm: mach-keystone: Fixes issue with return values in inline assemblySrinivas, Madan
2017-07-26configs: ti: armv7: Fixes bug in fit_loadaddr for ramfs bootMadan Srinivas
2017-07-26arm: mach-keystone: Updates mon_install for K2G HSMadan Srinivas
2017-07-26configs: k2x_evm: Reorder default boot commandAndrew F. Davis
2017-07-26configs: k2x_evm: Adds environment variables for secure devicesMadan Srinivas
2017-07-26configs: k2x_evm: Adds FIT loading environment variablesAndrew F. Davis
2017-07-26board: ti: x15: Add support for beagle_X15 revCLokesh Vutla
2017-07-26board: ti: am57xx: Fix detection of board versionLokesh Vutla
2017-07-26odroid-c2: enable GPIOBeniamino Galvani
2017-07-26pinctrl: meson: add GPIO supportBeniamino Galvani
2017-07-26arm: dts: meson: import dts files from Linux 4.12Beniamino Galvani
2017-07-26ARM: uniphier: enable CONFIG_CMD_FS_GENERICMasahiro Yamada
2017-07-26ARM: uniphier: remove part number info from the boot logMasahiro Yamada
2017-07-26doc: uniphier: rework README.uniphierMasahiro Yamada
2017-07-26ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada
2017-07-26efi_loader: Fix configuration table overrideAlexander Graf
2017-07-26efi_loader: Improve install_configuration_tableAlexander Graf
2017-07-26arm: socfpga: Enable all FPGA config support for Arria 10Tien Fong Chee
2017-07-26arm: socfpga: Add FPGA driver support for Arria 10Tien Fong Chee
2017-07-26configs: Add FPGA driver config for Arria 10Tien Fong Chee
2017-07-26drivers: Enable FPGA driver build on SPLTien Fong Chee
2017-07-26kconfig: Convert FPGA_SOCFPGA configuration to KconfigTien Fong Chee
2017-07-26kconfig: Convert FPGA and FPGA_ALTERA configuration to KconfigTien Fong Chee
2017-07-26arm: socfpga: Restructure FPGA driver in the preparation to support A10Tien Fong Chee
2017-07-26arm: socfpga: Remove unused passing parameter of socfpga_bridges_resetTien Fong Chee
2017-07-26efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark
2017-07-26efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark
2017-07-25Convert CONFIG_ENV_IS_IN_ONENAND to KconfigSimon Glass
2017-07-25Convert CONFIG_ENV_IS_IN_FAT to KconfigSimon Glass
2017-07-25Convert CONFIG_ENV_IS_IN_REMOTE to KconfigSimon Glass
2017-07-25Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass
2017-07-25Convert CONFIG_ENV_IS_IN_DATAFLASH to KconfigSimon Glass
2017-07-25Convert CONFIG_ENV_IS_IN_EEPROM to KconfigSimon Glass
2017-07-25Convert CONFIG_ENV_IS_IN_NVRAM to KconfigSimon Glass
2017-07-25Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass
2017-07-25env: Move help from README to KconfigSimon Glass
2017-07-25Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass
2017-07-25mips-relocs: Fix warning from gcc 6.3Paul Burton
2017-07-25MIPS: bootm: Fix broken boot_env_legacy codepathZubair Lutfullah Kakakhel
2017-07-25MIPS: Stop building position independent codePaul Burton
2017-07-25Makefile: Allow arch post-link hookPaul Burton
2017-07-25configs: Resync with savedefconfigTom Rini
2017-07-25efi_loader: expose protocols via GUIDRob Clark
2017-07-25efi_loader: add helper macro to construct protocol objectsRob Clark
2017-07-25efi_loader: log EFI return values tooRob Clark
2017-07-25efi_loader: implement ProtocolsPerHandle[email protected]