summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2016-10-24-1/+1
* power: twl6030: fix code refactoringNicolae Rosia2016-10-24-2/+2
* ext4: Only write journal entries for modified blocks in unlink_filenameStefan Brüns2016-10-24-10/+13
* ext4: Fix handling of direntlen in unlink_filenameStefan Brüns2016-10-24-28/+17
* ext4: cleanup unlink_filename functionStefan Brüns2016-10-24-14/+15
* Merge git://git.denx.de/u-boot-fdtTom Rini2016-10-24-79/+147
|\
| * libfdt: Sync overlay with upstreamMaxime Ripard2016-10-23-79/+147
* | Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass2016-10-23-27/+57
* | Convert CONFIG_USB_KEYBOARD to KconfigSimon Glass2016-10-23-20/+52
* | Convert CONFIG_SYS_CONSOLE_INFO_QUIET to KconfigSimon Glass2016-10-23-84/+203
* | Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to KconfigSimon Glass2016-10-23-34/+53
* | Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to KconfigSimon Glass2016-10-23-21/+18
* | Convert CONFIG_CONSOLE_SCROLL_LINES to KconfigSimon Glass2016-10-23-30/+37
* | video: Drop CONFIG_CONSOLE_INFO_QUIETSimon Glass2016-10-23-6/+0
* | video: Move video_get_info_str() prototype to a header fileSimon Glass2016-10-23-17/+23
* | Convert CONFIG_CONSOLE_EXTRA_INFO to KconfigSimon Glass2016-10-23-8/+23
* | Convert CONFIG_VIDEO_SW_CURSOR to KconfigSimon Glass2016-10-23-38/+64
* | video: Drop CONFIG_VIDEO_HW_CURSORSimon Glass2016-10-23-116/+1
* | Convert CONFIG_VGA_AS_SINGLE_DEVICE to KconfigSimon Glass2016-10-23-69/+28
* | video: Drop the sed13806 driverSimon Glass2016-10-23-383/+0
* | video: Drop the s3c-fb driverSimon Glass2016-10-23-174/+1
* | video: Drop the imx25lcdc driverSimon Glass2016-10-23-122/+0
* | video: Drop the smiLynxEM driverSimon Glass2016-10-23-856/+0
* | Convert CONFIG_SYS_CONSOLE_BG_COL et al to KconfigSimon Glass2016-10-23-68/+78
* | Convert CONFIG_VIDEO_CT69000 to KconfigSimon Glass2016-10-23-26/+30
* | Convert CONFIG_CFB_CONSOLE_ANSI to KconfigSimon Glass2016-10-23-8/+21
* | Convert CONFIG_CFB_CONSOLE to KconfigSimon Glass2016-10-23-99/+43
* | config: Drop CONFIG_CONSOLE_DEVSimon Glass2016-10-23-27/+26
* | config: Drop CONFIG_CONSOLESimon Glass2016-10-23-4/+3
* | Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass2016-10-23-333/+590
* | Convert CONFIG_LCD to KconfigSimon Glass2016-10-23-29/+61
* | Convert CONFIG_VIDEO to KconfigSimon Glass2016-10-23-74/+147
* | Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-23-34/+51
* | Convert SILENT_CONSOLE options to KconfigSimon Glass2016-10-23-35/+153
* | Remove some merge markersSimon Glass2016-10-23-8/+4
* | test/py: ensure a log section exists for skipped testsStephen Warren2016-10-23-1/+12
|/
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2016-10-19-142/+653
|\
| * efi_loader: Revert device_handle to disk after net bootAlexander Graf2016-10-19-0/+2
| * efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-19-25/+25
| * x86: efi: Add EFI loader support for x86Simon Glass2016-10-19-1/+61
| * efi: Fix missing EFIAPI specifiersSimon Glass2016-10-19-13/+18
| * efi: Use asmlinkage for EFIAPISimon Glass2016-10-19-1/+2
| * smbios: Provide serial numberAlexander Graf2016-10-19-0/+5
| * efi_loader: Fix efi_install_configuration_tableAlexander Graf2016-10-19-1/+1
| * smbios: Expose in efi_loader as tableAlexander Graf2016-10-19-2/+51
| * smbios: Generate type 4 on non-x86 systemsAlexander Graf2016-10-19-13/+41
| * cpu: Add get_vendor callbackAlexander Graf2016-10-19-0/+59
| * cpu: Add DMTF id and family fieldsAlexander Graf2016-10-19-0/+7
| * smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-19-11/+16
| * efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-19-9/+15