summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm64: zynqmp: Modify chip_id routine to get either idcode or versionSiva Durga Prasad Paladugu2017-08-022-7/+34
* arm64: zynqmp: Move dts zcu102 to zcu102-revAMichal Simek2017-08-024-4/+4
* arm64: zynqmp: Dont write to system timestamp generatorSiva Durga Prasad Paladugu2017-08-022-15/+0
* arm64: zynqmp: Do not setup time if already setupMichal Simek2017-08-021-1/+4
* arm64: zynqmp: Fix SVD mask for getting chip IDMichal Simek2017-08-021-1/+1
* arm64: zynqmp: Add Kconfig option for adding psu_init to binaryMichal Simek2017-08-023-2/+11
* arm64: zynqmp: Call psu_init from board_early_init_fMichal Simek2017-08-022-1/+6
* arm64: zynqmp: Remove ifdef around zynqmp mmio read and write rotuinesSiva Durga Prasad Paladugu2017-08-021-27/+36
* arm64: zynqmp: Define a way to intialize TCMSiva Durga Prasad Paladugu2017-08-022-0/+22
* arm64: zynqmp: Provide a Kconfig option to define OCM and TCM in MMUSiva Durga Prasad Paladugu2017-08-022-0/+14
* fpga: xilinx: Avoid using local intermediate bufferSiva Durga Prasad Paladugu2017-08-021-16/+10
* clk: zynqmp: Remove unused macros/variablesMichal Simek2017-08-021-4/+0
* clk: zynqmp: Dont panic incase of mmio write/read failuresSiva Durga Prasad Paladugu2017-08-021-19/+44
* clk: zynqmp: Add support for CCF driverSiva Durga Prasad Paladugu2017-08-021-147/+526
* common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu2017-08-022-1/+2
* zynq: Add Z-Turn boardAlexander Graf2017-08-023-0/+221
* zynq: Enable distro bootAlexander Graf2017-08-021-4/+51
* zynq: Add EFI runtime sections to linker scriptAlexander Graf2017-08-021-0/+29
* arm: zynq: Label whole PL part as fpga_full regionMichal Simek2017-08-021-0/+8
* Prepare v2017.09-rc1v2017.09-rc1Tom Rini2017-07-311-2/+2
* configs: Resync with savedefconfigTom Rini2017-07-3127-67/+27
* configs: Migrate CMD_NAND*Tom Rini2017-07-31441-368/+371
* dm: console: Check for serial devices properlySimon Glass2017-07-313-2/+12
* console: Unify the check for a serial consoleSimon Glass2017-07-311-2/+17
* arm: mach-omap2: Align image address before cache operationsAndrew F. Davis2017-07-311-4/+4
* ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HSTom Rini2017-07-3117-7/+10
* am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORTTom Rini2017-07-311-0/+1
* env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini2017-07-3140-114/+66
* Remove unused CONFIG_TWL4030_PWMAdam Ford2017-07-312-2/+0
* serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard2017-07-314-2/+8
* dm: Kconfig: fix typo in help for SPL_PINCTRLPhilipp Tomsich2017-07-311-1/+1
* efi_loader: Fix warning in efi_gopAlexander Graf2017-07-311-1/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-07-3113-330/+1057
|\
| * efi_loader: indent entry/exit prints to show nesting levelRob Clark2017-07-292-4/+33
| * efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark2017-07-292-21/+41
| * efi_loader: Add an EFI_CALL() macroRob Clark2017-07-282-3/+18
| * efi_loader: only evaluate EFI_EXIT()'s ret onceRob Clark2017-07-281-2/+3
| * efi_loader: add some missing breaksRob Clark2017-07-281-0/+2
| * efi_loader: fix bug in efi_get_memory_mapRob Clark2017-07-261-2/+2
| * efi_loader: Fix configuration table overrideAlexander Graf2017-07-261-4/+3
| * efi_loader: Improve install_configuration_tableAlexander Graf2017-07-261-1/+18
| * efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark2017-07-261-3/+3
| * efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark2017-07-261-2/+2
| * efi_loader: expose protocols via GUIDRob Clark2017-07-252-0/+23
| * efi_loader: add helper macro to construct protocol objectsRob Clark2017-07-251-0/+8
| * efi_loader: log EFI return values tooRob Clark2017-07-251-1/+4
| * efi_loader: implement ProtocolsPerHandlexypron.glpk@gmx.de2017-07-251-1/+44
| * efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de2017-07-243-13/+15
| * efi_loader: initalize EFI object list only onceHeinrich Schuchardt2017-07-241-26/+36
| * efi_console: use EFIAPI for callback functionsxypron.glpk@gmx.de2017-07-241-2/+3