aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-12Merge git://git.denx.de/u-boot-dmTom Rini5-1/+70
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini18-37/+55
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+2
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2-11/+11
2016-10-12Merge git://www.denx.de/git/u-boot-marvellTom Rini1-0/+103
2016-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini11-47/+28
2016-10-12common: Add DISPLAY_BOARDINFOLokesh Vutla194-355/+0
2016-10-12common/Kconfig: Add DISPLAY_CPUINFOLokesh Vutla121-137/+0
2016-10-12x86: Clean up unused macros in the configuration headersBin Meng5-26/+3
2016-10-12x86: coreboot: Convert to use DM coreboot video driverBin Meng1-3/+3
2016-10-12vbe: Make vbe_setup_video_priv() publicBin Meng1-0/+4