summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bootstage: Provide a default timer functionSimon Glass2017-06-051-0/+17
* fdt: Stop building the old python libfdt moduleSimon Glass2017-06-022-150/+0
* fdt: Rename existing python libfdt moduleSimon Glass2017-06-022-5/+4
* fdt: Allow swig options to be provided by MakefileSimon Glass2017-06-021-2/+2
* fdt: Move header files into lib/libfdtSimon Glass2017-06-022-0/+2211
* fdt: Correct cast for sandbox in fdtdec_setup_memory_size()Simon Glass2017-06-021-1/+2
* fdt: Add Python bindingsSimon Glass2017-06-022-0/+512
* string: Add strcspn()Simon Glass2017-06-011-0/+24
* string: Add strchrnul()Simon Glass2017-06-011-0/+8
* cros_ec: Convert to support live treeSimon Glass2017-06-011-32/+0
* dm: core: Add a place to put extra device-tree reading functionsSimon Glass2017-06-011-0/+1
* dm: Add a function to create a 'live' device treeSimon Glass2017-06-012-0/+334
* Convert CONFIG_LZMA to KconfigSimon Glass2017-05-221-0/+8
* lib: move hash CONFIG options to KconfigTom Rini2017-05-221-3/+3
* tpm: Fix comparison of unsigned expression warningTom Rini2017-05-121-2/+1
* rsa: Fix build with OpenSSL 1.1.xJelle van der Waa2017-05-121-6/+38
* lib/slre: remove superfluous assignmentxypron.glpk@gmx.de2017-05-121-1/+1
* Allow boards to initialize the DT at runtime.Alex Deymo2017-05-091-0/+3
* string: Use memcpy() within memmove() when we canSimon Glass2017-05-091-9/+2
* lib: circbuf: avoid possible null pointer dereferencexypron.glpk@gmx.de2017-05-051-2/+6
* Convert CONFIG_CMD_AES et al to KconfigSimon Glass2017-04-301-0/+13
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2017-04-141-0/+8
|\
| * fdt: Add compatible strings for Arria 10Ley Foon Tan2017-04-141-0/+8
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-04-131-5/+35
|\ \
| * | fdtgrep: Cope with the /aliases node being lastSimon Glass2017-04-131-5/+35
| |/
* | lib: div64: sync with LinuxPeng Fan2017-04-131-5/+136
* | tiny-printf: Add support for %p formatVignesh R2017-04-131-0/+154
* | Rename aes.h to uboot_aes.hStefano Babic2017-04-121-1/+1
|/
* libfdt: fix build with Python 3Stefan Agner2017-04-101-1/+1
* fdt: Bring in changes from v1.4.4Simon Glass2017-04-103-12/+17
* cmd: Expose a Kconfig option to enable UBIFS commandsBoris Brezillon2017-04-071-0/+2
* mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entryBoris Brezillon2017-04-071-0/+3
* bch: Allow to build for the hostMaxime Ripard2017-04-071-0/+48
* string: Provide a slimmed-down memset()Simon Glass2017-04-042-2/+13
* tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc2017-03-261-0/+40
* libfdt: use CONFIG_IS_ENABLED for OF_LIBFDTVignesh R2017-03-261-1/+1
* Kconfig: Don't use RSA_FREESCALE_EXP on IMXGeorge McCollister2017-03-201-2/+2
* Kconfig: introduce md5sum command selectionAndre Przywara2017-03-171-0/+4
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-03-161-4/+10
|\
| * efi: Add a hook to allow adding memory mappingYork Sun2017-03-141-4/+10
* | tiny-printf: add static to locally used functionsMasahiro Yamada2017-03-141-2/+2
|/
* x86: Use unsigned long for address in table generationSimon Glass2017-02-061-11/+11
* lib: tpm: Add command to flush resourcesMario Six2017-02-011-0/+29
* disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* mkimage: Add support for signing with pkcs11George McCollister2017-01-141-11/+233
* lib: net_utils: enforce '.' as octet separator in string_to_ipChris Packham2017-01-141-0/+4
* lib: net_utils: make string_to_ip stricterChris Packham2017-01-141-0/+4
* delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada2017-01-141-6/+0
* libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson2017-01-131-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-01-101-11/+39
|\