summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libfdt: Add overlay application functionMaxime Ripard2016-08-203-0/+412
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2016-08-201-4/+25
* libfdt: Add fdt_path_offset_namelenMaxime Ripard2016-08-201-8/+10
* libfdt: Fix separator spellingMaxime Ripard2016-08-201-4/+4
* libfdt: Add max phandle retrieval functionMaxime Ripard2016-08-201-0/+26
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-121-7/+15
* efi_loader: disk: Sanitize exposed devicesAlexander Graf2016-08-081-1/+5
* efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf2016-08-081-7/+11
* tiny-printf: Adjust to avoid using data sectionSimon Glass2016-08-081-44/+58
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-07-251-0/+1
|\
| * mtd: nand: Add the sunxi NAND controller driverBoris Brezillon2016-07-241-0/+1
* | hashtable: Fix compiler warning on 32-bit sandboxSimon Glass2016-07-251-5/+5
* | tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc2016-07-251-2/+4
|/
* rsa: Fix return value and masked errormario.six@gdsys.cc2016-07-221-5/+5
* efi_loader: Add debug output for efi_add_memory_map()Andreas Färber2016-07-221-0/+3
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
* tiny-printf: Support assert()Simon Glass2016-07-141-0/+9
* dm: Add a more efficient libfdt librarySimon Glass2016-07-143-0/+141
* dm: Don't include fdtdec functions when of-platdata is enabledSimon Glass2016-07-141-3/+2
* sandbox: Find keyboard driver using driver modelSimon Glass2016-07-111-1/+0
* fdt: x86: Tidy up a few COMPAT string definitionsSimon Glass2016-07-111-3/+3
* fdt: Add a note to avoid adding new compatible stringsSimon Glass2016-07-111-0/+5
* fdt: Drop unused exynos compatible stringsSimon Glass2016-07-111-2/+0
* x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-111-5/+0
* SPL: tiny-printf: avoid any BSS usageAndre Przywara2016-07-081-3/+8