summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2016-10-241-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2016-10-241-1/+1
* libfdt: Sync overlay with upstreamMaxime Ripard2016-10-232-73/+129
* efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-192-13/+13
* x86: efi: Add EFI loader support for x86Simon Glass2016-10-192-0/+13
* efi: Fix missing EFIAPI specifiersSimon Glass2016-10-193-10/+12
* 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-194-2/+41
* smbios: Generate type 4 on non-x86 systemsAlexander Graf2016-10-191-13/+38
* smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-191-8/+8
* efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-191-9/+13
* x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-193-0/+303
* x86: Move table csum into separate fileAlexander Graf2016-10-192-0/+21
* 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: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-181-11/+91
* 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-181-2/+9
* efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-182-6/+42
* efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-182-6/+19
* 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
* spl: move FDT_FIXUP_PARTITIONS to KconfigHeiko Schocher2016-10-151-0/+9
* libfdt: Drop inlining of fdt_path_offset()Simon Glass2016-10-131-0/+5
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-132-5/+5
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-132-41/+65
* libfdt: Sync up with upstreamSimon Glass2016-10-133-10/+10
* libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2016-10-131-6/+7
* Fix return value in trailing_strtoln()Simon Glass2016-10-111-3/+5
* spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-082-1/+2
* arm: Add return value argument to longjmpAlexander Graf2016-10-081-1/+1
* Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-061-1/+1
* gunzip: cache-align write buffer memoryClemens Gruber2016-10-061-1/+2
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-233-3/+3
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2016-09-231-5/+1
* dtoc: Support finding the offset of a propertySimon Glass2016-09-181-0/+3
* dtoc: Support packing the device treeSimon Glass2016-09-181-0/+1
* dtoc: Support deleting device tree propertiesSimon Glass2016-09-181-0/+12
* dtoc: Move to using bytearraySimon Glass2016-09-181-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-09-181-1/+0
|\
| * usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada2016-09-141-1/+0
* | Use separate options for TPL supportSimon Glass2016-09-161-2/+7
|/
* efi_loader: provide efi_mem_desc versionMian Yousaf Kaukab2016-09-071-0/+3
* x86: efi: payload: Make EFI payload build againBin Meng2016-08-301-3/+3
* efi_loader: Fix relocations above 64kb image sizeAlexander Graf2016-08-201-1/+1
* tests: Introduce DT overlay testsMaxime Ripard2016-08-201-49/+262
* cmd: fdt: add fdt overlay application subcommandMaxime Ripard2016-08-201-7/+7