summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* efi: Use asmlinkage for EFIAPISimon Glass2016-10-19-1/+2
* smbios: Provide serial numberAlexander Graf2016-10-19-0/+5
* efi_loader: Fix efi_install_configuration_tableAlexander Graf2016-10-19-1/+1
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-19-2/+51
* smbios: Generate type 4 on non-x86 systemsAlexander Graf2016-10-19-13/+41
* cpu: Add get_vendor callbackAlexander Graf2016-10-19-0/+59
* cpu: Add DMTF id and family fieldsAlexander Graf2016-10-19-0/+7
* smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-19-11/+16
* efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-19-9/+15
* x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-19-31/+37
* x86: Move table csum into separate fileAlexander Graf2016-10-19-12/+35
* efi_loader: gop: Expose fb when 32bppAlexander Graf2016-10-19-0/+16
* efi_loader: Allow bouncing for networkAlexander Graf2016-10-19-0/+7
* efi_loader: Add generic PSCI RTSAlexander Graf2016-10-19-5/+26
* arm: Provide common PSCI based reset handlerAlexander Graf2016-10-19-5/+25
* arm: Add PSCI shutdown functionAlexander Graf2016-10-18-0/+16
* arm: Disable HVC PSCI calls by defaultAlexander Graf2016-10-18-15/+14
* efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-18-11/+113
* efi_loader: Do not leak memory when unlinking a mappingStefan Brüns2016-10-18-2/+5
* efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns2016-10-18-1/+2
* efi_loader: Readd freed pages to memory poolStefan Brüns2016-10-18-3/+10
* efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-18-6/+44
* efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-18-6/+22
* efi_loader: Fix crash on 32-bit systemsRobin Randhawa2016-10-18-1/+3
* efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns2016-10-18-1/+2
* efi_loader: Update description of internal efi_mem_carve_outStefan Brüns2016-10-18-3/+11
* Prepare v2016.11-rc2Tom Rini2016-10-17-1/+1
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2016-10-15-54/+321
|\
| * arch: powerpc: Remove unused dts frequency fixup for lbc_clkPrabhakar Kushwaha2016-10-14-11/+0
| * pbl: use "wait" command instead of "flush" commandZhao Qiang2016-10-14-9/+5
| * Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.Zhao Qiang2016-10-14-34/+316
* | spl: move FDT_FIXUP_PARTITIONS to KconfigHeiko Schocher2016-10-15-27/+32
* | spl: move SYS_OS_BASE to KconfigHeiko Schocher2016-10-15-3/+13
* | spl: move SPL_OS_BOOT to KconfigHeiko Schocher2016-10-14-39/+80
* | test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISCTom Rini2016-10-14-0/+2
* | ARM: create .secure_stack section only for PSCIMasahiro Yamada2016-10-14-2/+5
* | Merge git://git.denx.de/u-boot-fdtTom Rini2016-10-13-222/+299
|\ \ | |/ |/|
| * libfdt: Drop inlining of fdt_path_offset()Simon Glass2016-10-13-4/+6
| * libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-13-32/+35
| * libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-135/+179
| * libfdt: Sync up with upstreamSimon Glass2016-10-13-42/+55
| * libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2016-10-13-6/+7
| * cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-13-6/+20
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-10-13-55/+447
|\ \ | |/ |/|
| * net: smsc95xx: fix DM MAC address readingStephen Warren2016-10-13-0/+16
| * test: add NFS download testGuillaume GARDET2016-10-13-0/+49
| * net: Fix cache misalignment message after network load operationsPeter Chubb2016-10-13-3/+0
| * rtl8169: fix cache misalignment message on transmit.Peter Chubb2016-10-13-1/+2
| * net: write enetaddr down to hardware on env_callbackHannes Schmelzer2016-10-13-0/+1
| * net: mvneta: fix typo in commentChris Packham2016-10-13-1/+1