aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-23Remove some merge markersSimon Glass2-8/+4
2016-10-23test/py: ensure a log section exists for skipped testsStephen Warren1-1/+12
2016-10-19Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini43-142/+653
2016-10-19efi_loader: Revert device_handle to disk after net bootAlexander Graf1-0/+2
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf4-25/+25
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass5-1/+61
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass5-13/+18
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass10-1/+2
2016-10-19smbios: Provide serial numberAlexander Graf1-0/+5
2016-10-19efi_loader: Fix efi_install_configuration_tableAlexander Graf1-1/+1
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf8-2/+51
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf2-13/+41
2016-10-19cpu: Add get_vendor callbackAlexander Graf7-0/+59
2016-10-19cpu: Add DMTF id and family fieldsAlexander Graf2-0/+7
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf3-11/+16
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf2-9/+15
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf7-31/+37
2016-10-19x86: Move table csum into separate fileAlexander Graf5-12/+35
2016-10-19efi_loader: gop: Expose fb when 32bppAlexander Graf1-0/+16
2016-10-19efi_loader: Allow bouncing for networkAlexander Graf1-0/+7
2016-10-19efi_loader: Add generic PSCI RTSAlexander Graf1-5/+26
2016-10-19arm: Provide common PSCI based reset handlerAlexander Graf3-5/+25
2016-10-18Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini42-464/+511
2016-10-18Merge git://git.denx.de/u-boot-x86Tom Rini6-13/+110
2016-10-18x86: Add implementations of setjmp() and longjmp()Simon Glass3-1/+86
2016-10-18x86: Move table csum into separate headerAlexander Graf3-12/+24
2016-10-18arm: Add PSCI shutdown functionAlexander Graf2-0/+16
2016-10-18arm: Disable HVC PSCI calls by defaultAlexander Graf4-15/+14
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf3-11/+113
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns1-2/+5
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns1-1/+2
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns2-3/+10
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns3-6/+44
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns3-6/+22
2016-10-18efi_loader: Fix crash on 32-bit systemsRobin Randhawa1-1/+3
2016-10-18efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns1-1/+2
2016-10-18efi_loader: Update description of internal efi_mem_carve_outStefan Brüns1-3/+11
2016-10-18ARM: uniphier: update doc/README.uniphierMasahiro Yamada1-31/+27
2016-10-18ARM: uniphier: remove unnecessary EHCI reset deassertionMasahiro Yamada2-8/+6
2016-10-18ARM: dts: uniphier: sync DT with latest LinuxMasahiro Yamada32-186/+296
2016-10-18clk: uniphier: rework UniPhier clk driverMasahiro Yamada5-240/+179
2016-10-18ARM: uniphier: remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT defineMasahiro Yamada1-1/+0
2016-10-18ARM: uniphier: fix addresses of Cortex-A72 gear setting macrosMasahiro Yamada1-3/+3
2016-10-18pinctrl: uniphier: fix unused-const-variable warnings for GCC 6.xMasahiro Yamada1-1/+6
2016-10-17watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel1-0/+2
2016-10-17Prepare v2016.11-rc2v2016.11-rc2Tom Rini1-1/+1
2016-10-15Merge git://git.denx.de/u-boot-mpc85xxTom Rini50-54/+321
2016-10-15spl: move FDT_FIXUP_PARTITIONS to KconfigHeiko Schocher29-27/+32
2016-10-15spl: move SYS_OS_BASE to KconfigHeiko Schocher6-3/+13
2016-10-14spl: move SPL_OS_BOOT to KconfigHeiko Schocher81-39/+80