summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-10-19smbios: Provide serial numberAlexander Graf
2016-10-19efi_loader: Fix efi_install_configuration_tableAlexander Graf
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf
2016-10-19cpu: Add get_vendor callbackAlexander Graf
2016-10-19cpu: Add DMTF id and family fieldsAlexander Graf
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf
2016-10-19x86: Move table csum into separate fileAlexander Graf
2016-10-19efi_loader: gop: Expose fb when 32bppAlexander Graf
2016-10-19efi_loader: Allow bouncing for networkAlexander Graf
2016-10-19efi_loader: Add generic PSCI RTSAlexander Graf
2016-10-19arm: Provide common PSCI based reset handlerAlexander Graf
2016-10-18arm: Add PSCI shutdown functionAlexander Graf
2016-10-18arm: Disable HVC PSCI calls by defaultAlexander Graf
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns
2016-10-18efi_loader: Fix crash on 32-bit systemsRobin Randhawa
2016-10-18efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns
2016-10-18efi_loader: Update description of internal efi_mem_carve_outStefan Brüns
2016-10-17Prepare v2016.11-rc2Tom Rini
2016-10-15Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2016-10-15spl: move FDT_FIXUP_PARTITIONS to KconfigHeiko Schocher
2016-10-15spl: move SYS_OS_BASE to KconfigHeiko Schocher
2016-10-14spl: move SPL_OS_BOOT to KconfigHeiko Schocher
2016-10-14test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISCTom Rini
2016-10-14ARM: create .secure_stack section only for PSCIMasahiro Yamada
2016-10-14arch: powerpc: Remove unused dts frequency fixup for lbc_clkPrabhakar Kushwaha
2016-10-14pbl: use "wait" command instead of "flush" commandZhao Qiang
2016-10-14Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.Zhao Qiang
2016-10-13Merge git://git.denx.de/u-boot-fdtTom Rini
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-13libfdt: Sync up with upstreamSimon Glass
2016-10-13libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer
2016-10-13Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-10-13net: smsc95xx: fix DM MAC address readingStephen Warren
2016-10-13test: add NFS download testGuillaume GARDET
2016-10-13net: Fix cache misalignment message after network load operationsPeter Chubb