aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-23Convert CONFIG_CONSOLE_EXTRA_INFO to KconfigSimon Glass7-7/+0
2016-10-23Convert CONFIG_VIDEO_SW_CURSOR to KconfigSimon Glass30-31/+0
2016-10-23video: Drop CONFIG_VIDEO_HW_CURSORSimon Glass1-4/+0
2016-10-23Convert CONFIG_VGA_AS_SINGLE_DEVICE to KconfigSimon Glass55-62/+0
2016-10-23video: Drop the sed13806 driverSimon Glass1-81/+0
2016-10-23Convert CONFIG_SYS_CONSOLE_BG_COL et al to KconfigSimon Glass3-12/+0
2016-10-23Convert CONFIG_VIDEO_CT69000 to KconfigSimon Glass2-2/+0
2016-10-23Convert CONFIG_CFB_CONSOLE_ANSI to KconfigSimon Glass3-3/+0
2016-10-23Convert CONFIG_CFB_CONSOLE to KconfigSimon Glass57-59/+0
2016-10-23config: Drop CONFIG_CONSOLE_DEVSimon Glass20-26/+26
2016-10-23config: Drop CONFIG_CONSOLESimon Glass1-3/+3
2016-10-23Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass100-159/+0
2016-10-23Convert CONFIG_LCD to KconfigSimon Glass25-25/+0
2016-10-23Convert CONFIG_VIDEO to KconfigSimon Glass62-69/+0
2016-10-23Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass3-11/+1
2016-10-23Convert SILENT_CONSOLE options to KconfigSimon Glass17-25/+0
2016-10-19Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini5-7/+301
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf1-6/+6
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass1-1/+1
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-1/+2
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf3-0/+7
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf1-0/+3
2016-10-19cpu: Add get_vendor callbackAlexander Graf1-0/+20
2016-10-19cpu: Add DMTF id and family fieldsAlexander Graf1-0/+2
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf1-2/+2
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf1-0/+2
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf1-0/+236
2016-10-19x86: Move table csum into separate fileAlexander Graf1-0/+12
2016-10-18Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-1/+0
2016-10-18x86: Move table csum into separate headerAlexander Graf1-0/+22
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf1-0/+18
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns1-1/+1
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns1-0/+2
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns1-0/+3
2016-10-18ARM: uniphier: remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT defineMasahiro Yamada1-1/+0
2016-10-15Merge git://git.denx.de/u-boot-mpc85xxTom Rini7-32/+99
2016-10-15spl: move FDT_FIXUP_PARTITIONS to KconfigHeiko Schocher5-27/+0
2016-10-15spl: move SYS_OS_BASE to KconfigHeiko Schocher2-3/+0
2016-10-14spl: move SPL_OS_BOOT to KconfigHeiko Schocher22-25/+0
2016-10-14Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.Zhao Qiang7-32/+99
2016-10-13Merge git://git.denx.de/u-boot-fdtTom Rini2-78/+119
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass1-4/+1
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-11/+14
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-33/+53
2016-10-13libfdt: Sync up with upstreamSimon Glass1-32/+45
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer1-1/+9
2016-10-13Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2-0/+3
2016-10-13driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N1-0/+1
2016-10-13include: configs: am335x: add Atheros phy supportMugunthan V N1-0/+2
2016-10-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini1-5/+3