| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig | Bin Meng | 2017-08-01 | 22 | -79/+21 |
* | x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig | Bin Meng | 2017-08-01 | 10 | -16/+2 |
* | x86: kconfig: Let board select BOARD_EARLY_INIT_F | Bin Meng | 2017-08-01 | 21 | -40/+5 |
* | x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig | Bin Meng | 2017-08-01 | 10 | -7/+3 |
* | x86: kconfig: Select PCI and DM_PCI | Bin Meng | 2017-08-01 | 23 | -22/+3 |
* | x86: kconfig: Select USE_PRIVATE_LIBGCC | Bin Meng | 2017-08-01 | 21 | -20/+1 |
* | x86: kconfig: Select TIMER and X86_TSC_TIMER | Bin Meng | 2017-08-01 | 23 | -22/+2 |
* | x86: Make table address selectable | Andy Shevchenko | 2017-08-01 | 2 | -7/+15 |
* | x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr() | Bin Meng | 2017-08-01 | 1 | -4/+9 |
* | x86: tsc: Correct Silvermont reference clock values | Bin Meng | 2017-08-01 | 1 | -4/+4 |
* | x86: tsc: Update comments and expand definitions in freq_desc_tables[] | Bin Meng | 2017-08-01 | 1 | -15/+9 |
* | x86: tsc: Remove the fail handling in try_msr_calibrate_tsc() | Bin Meng | 2017-08-01 | 1 | -9/+0 |
* | x86: tsc: Identify Intel-specific code | Bin Meng | 2017-08-01 | 1 | -0/+4 |
* | x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO | Bin Meng | 2017-08-01 | 1 | -1/+1 |
* | x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot | Bin Meng | 2017-08-01 | 1 | -1/+1 |
* | x86: Use default stack boundary alignment | Bin Meng | 2017-08-01 | 1 | -2/+1 |
* | Prepare v2017.09-rc1v2017.09-rc1 | Tom Rini | 2017-07-31 | 1 | -2/+2 |
* | configs: Resync with savedefconfig | Tom Rini | 2017-07-31 | 27 | -67/+27 |
* | configs: Migrate CMD_NAND* | Tom Rini | 2017-07-31 | 441 | -368/+371 |
* | dm: console: Check for serial devices properly | Simon Glass | 2017-07-31 | 3 | -2/+12 |
* | console: Unify the check for a serial console | Simon Glass | 2017-07-31 | 1 | -2/+17 |
* | arm: mach-omap2: Align image address before cache operations | Andrew F. Davis | 2017-07-31 | 1 | -4/+4 |
* | ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HS | Tom Rini | 2017-07-31 | 17 | -7/+10 |
* | am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT | Tom Rini | 2017-07-31 | 1 | -0/+1 |
* | env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig | Tom Rini | 2017-07-31 | 40 | -114/+66 |
* | Remove unused CONFIG_TWL4030_PWM | Adam Ford | 2017-07-31 | 2 | -2/+0 |
* | serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig | Patrice Chotard | 2017-07-31 | 4 | -2/+8 |
* | dm: Kconfig: fix typo in help for SPL_PINCTRL | Philipp Tomsich | 2017-07-31 | 1 | -1/+1 |
* | efi_loader: Fix warning in efi_gop | Alexander Graf | 2017-07-31 | 1 | -1/+1 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2017-07-31 | 13 | -330/+1057 |
|\ |
|
| * | efi_loader: indent entry/exit prints to show nesting level | Rob Clark | 2017-07-29 | 2 | -4/+33 |
| * | efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT | Rob Clark | 2017-07-29 | 2 | -21/+41 |
| * | efi_loader: Add an EFI_CALL() macro | Rob Clark | 2017-07-28 | 2 | -3/+18 |
| * | efi_loader: only evaluate EFI_EXIT()'s ret once | Rob Clark | 2017-07-28 | 1 | -2/+3 |
| * | efi_loader: add some missing breaks | Rob Clark | 2017-07-28 | 1 | -0/+2 |
| * | efi_loader: fix bug in efi_get_memory_map | Rob Clark | 2017-07-26 | 1 | -2/+2 |
| * | efi_loader: Fix configuration table override | Alexander Graf | 2017-07-26 | 1 | -4/+3 |
| * | efi_loader: Improve install_configuration_table | Alexander Graf | 2017-07-26 | 1 | -1/+18 |
| * | efi_loader: remove more double EFI_EXIT() in efi_disk.c | Rob Clark | 2017-07-26 | 1 | -3/+3 |
| * | efi_loader: remove double EFI_EXIT() with efi_unsupported | Rob Clark | 2017-07-26 | 1 | -2/+2 |
| * | efi_loader: expose protocols via GUID | Rob Clark | 2017-07-25 | 2 | -0/+23 |
| * | efi_loader: add helper macro to construct protocol objects | Rob Clark | 2017-07-25 | 1 | -0/+8 |
| * | efi_loader: log EFI return values too | Rob Clark | 2017-07-25 | 1 | -1/+4 |
| * | efi_loader: implement ProtocolsPerHandle | xypron.glpk@gmx.de | 2017-07-25 | 1 | -1/+44 |
| * | efi_loader: parameter types for CreateEvent, SetTimer | xypron.glpk@gmx.de | 2017-07-24 | 3 | -13/+15 |
| * | efi_loader: initalize EFI object list only once | Heinrich Schuchardt | 2017-07-24 | 1 | -26/+36 |
| * | efi_console: use EFIAPI for callback functions | xypron.glpk@gmx.de | 2017-07-24 | 1 | -2/+3 |
| * | efi_loader: workaround for grub lsefi bug | Rob Clark | 2017-07-24 | 1 | -0/+1 |
| * | efi_loader: implement ConvertDeviceNodeToText | xypron.glpk@gmx.de | 2017-07-24 | 1 | -30/+91 |
| * | efi_memory: return MapKey | xypron.glpk@gmx.de | 2017-07-24 | 1 | -0/+2 |