aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-10-24libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-24libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-23libfdt: Sync overlay with upstreamMaxime Ripard2-73/+129
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2-13/+13
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass2-0/+13
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass3-10/+12
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 Graf4-2/+41
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf1-13/+38
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf1-8/+8
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf1-9/+13
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf3-0/+303
2016-10-19x86: Move table csum into separate fileAlexander Graf2-0/+21
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-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf1-11/+91
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üns1-2/+9
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns2-6/+42
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2-6/+19
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-15spl: move FDT_FIXUP_PARTITIONS to KconfigHeiko Schocher1-0/+9
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass1-0/+5
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2-5/+5
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass2-41/+65
2016-10-13libfdt: Sync up with upstreamSimon Glass3-10/+10
2016-10-13libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2016-10-11Fix return value in trailing_strtoln()Simon Glass1-3/+5
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi2-1/+2
2016-10-08arm: Add return value argument to longjmpAlexander Graf1-1/+1
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day1-1/+1
2016-10-06gunzip: cache-align write buffer memoryClemens Gruber1-1/+2
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
2016-09-23libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2016-09-18dtoc: Support finding the offset of a propertySimon Glass1-0/+3
2016-09-18dtoc: Support packing the device treeSimon Glass1-0/+1
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass1-0/+12
2016-09-18dtoc: Move to using bytearraySimon Glass1-0/+8
2016-09-18Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-1/+0
2016-09-16Use separate options for TPL supportSimon Glass1-2/+7
2016-09-14usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada1-1/+0
2016-09-07efi_loader: provide efi_mem_desc versionMian Yousaf Kaukab1-0/+3
2016-08-30x86: efi: payload: Make EFI payload build againBin Meng1-3/+3
2016-08-20efi_loader: Fix relocations above 64kb image sizeAlexander Graf1-1/+1
2016-08-20tests: Introduce DT overlay testsMaxime Ripard1-49/+262
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard1-7/+7