summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: qemu: kconfig: Imply platform specific driversBin Meng2017-08-015-16/+4
* x86: quark: kconfig: Imply platform specific driversBin Meng2017-08-012-9/+9
* x86: tangier: kconfig: Imply platform specific driversBin Meng2017-08-012-7/+7
* x86: queensbay: kconfig: Imply platform specific driversBin Meng2017-08-012-11/+11
* x86: coreboot: kconfig: Imply drivers that are usefulBin Meng2017-08-012-5/+10
* x86: broadwell: kconfig: Imply platform specific driversBin Meng2017-08-012-6/+6
* x86: ivybridge: kconfig: Imply platform specific driversBin Meng2017-08-015-19/+6
* x86: baytrail: kconfig: Imply platform specific driversBin Meng2017-08-018-56/+10
* x86: kconfig: Imply DM uclass driversBin Meng2017-08-0122-81/+12
* x86: kconfig: Select OF_CONTROLBin Meng2017-08-0122-21/+1
* x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng2017-08-0117-12/+5
* x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng2017-08-0122-79/+21
* x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng2017-08-0110-16/+2
* x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng2017-08-0121-40/+5
* x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng2017-08-0110-7/+3
* x86: kconfig: Select PCI and DM_PCIBin Meng2017-08-0123-22/+3
* x86: kconfig: Select USE_PRIVATE_LIBGCCBin Meng2017-08-0121-20/+1
* x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng2017-08-0123-22/+2
* x86: Make table address selectableAndy Shevchenko2017-08-012-7/+15
* x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng2017-08-011-4/+9
* x86: tsc: Correct Silvermont reference clock valuesBin Meng2017-08-011-4/+4
* x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng2017-08-011-15/+9
* x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng2017-08-011-9/+0
* x86: tsc: Identify Intel-specific codeBin Meng2017-08-011-0/+4
* x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng2017-08-011-1/+1
* x86: Enforce toolchain to generate 64-bit codes for 64-bit U-BootBin Meng2017-08-011-1/+1
* x86: Use default stack boundary alignmentBin Meng2017-08-011-2/+1
* Prepare v2017.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