summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass2016-10-23515-333/+590
* Convert CONFIG_LCD to KconfigSimon Glass2016-10-2377-29/+61
* Convert CONFIG_VIDEO to KconfigSimon Glass2016-10-23202-74/+147
* Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-239-34/+51
* Convert SILENT_CONSOLE options to KconfigSimon Glass2016-10-23127-35/+153
* Remove some merge markersSimon Glass2016-10-232-8/+4
* test/py: ensure a log section exists for skipped testsStephen Warren2016-10-231-1/+12
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2016-10-1943-142/+653
|\
| * efi_loader: Revert device_handle to disk after net bootAlexander Graf2016-10-191-0/+2
| * efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-194-25/+25
| * x86: efi: Add EFI loader support for x86Simon Glass2016-10-195-1/+61
| * efi: Fix missing EFIAPI specifiersSimon Glass2016-10-195-13/+18
| * efi: Use asmlinkage for EFIAPISimon Glass2016-10-1910-1/+2
| * smbios: Provide serial numberAlexander Graf2016-10-191-0/+5
| * efi_loader: Fix efi_install_configuration_tableAlexander Graf2016-10-191-1/+1
| * smbios: Expose in efi_loader as tableAlexander Graf2016-10-198-2/+51
| * smbios: Generate type 4 on non-x86 systemsAlexander Graf2016-10-192-13/+41
| * cpu: Add get_vendor callbackAlexander Graf2016-10-197-0/+59
| * cpu: Add DMTF id and family fieldsAlexander Graf2016-10-192-0/+7
| * smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-193-11/+16
| * efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-192-9/+15
| * x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-197-31/+37
| * x86: Move table csum into separate fileAlexander Graf2016-10-195-12/+35
| * efi_loader: gop: Expose fb when 32bppAlexander Graf2016-10-191-0/+16
| * efi_loader: Allow bouncing for networkAlexander Graf2016-10-191-0/+7
| * efi_loader: Add generic PSCI RTSAlexander Graf2016-10-191-5/+26
| * arm: Provide common PSCI based reset handlerAlexander Graf2016-10-193-5/+25
| * arm: Add PSCI shutdown functionAlexander Graf2016-10-182-0/+16
| * arm: Disable HVC PSCI calls by defaultAlexander Graf2016-10-184-15/+14
| * efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-183-11/+113
| * efi_loader: Do not leak memory when unlinking a mappingStefan Brüns2016-10-181-2/+5
| * efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns2016-10-181-1/+2
| * efi_loader: Readd freed pages to memory poolStefan Brüns2016-10-182-3/+10
| * efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-183-6/+44
| * efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-183-6/+22
| * efi_loader: Fix crash on 32-bit systemsRobin Randhawa2016-10-181-1/+3
| * efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns2016-10-181-1/+2
| * efi_loader: Update description of internal efi_mem_carve_outStefan Brüns2016-10-181-3/+11
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-10-1842-464/+511
|\ \
| * | ARM: uniphier: update doc/README.uniphierMasahiro Yamada2016-10-181-31/+27
| * | ARM: uniphier: remove unnecessary EHCI reset deassertionMasahiro Yamada2016-10-182-8/+6
| * | ARM: dts: uniphier: sync DT with latest LinuxMasahiro Yamada2016-10-1832-186/+296
| * | clk: uniphier: rework UniPhier clk driverMasahiro Yamada2016-10-185-240/+179
| * | ARM: uniphier: remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT defineMasahiro Yamada2016-10-181-1/+0
| * | ARM: uniphier: fix addresses of Cortex-A72 gear setting macrosMasahiro Yamada2016-10-181-3/+3
| * | pinctrl: uniphier: fix unused-const-variable warnings for GCC 6.xMasahiro Yamada2016-10-181-1/+6
| |/
* | Merge git://git.denx.de/u-boot-x86Tom Rini2016-10-186-13/+110
|\ \
| * | x86: Add implementations of setjmp() and longjmp()Simon Glass2016-10-183-1/+86
| * | x86: Move table csum into separate headerAlexander Graf2016-10-183-12/+24
| |/
* | watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel2016-10-171-0/+2
|/