summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini2017-07-241-1/+3
* dm: Fix error handling when unflattening the DTSimon Glass2017-07-111-1/+6
* display_options: Refactor to allow obtaining the bannerSimon Glass2017-07-111-5/+31
* fdt: Enable selecting correct DTB from appended FIT ImageCooper Jr., Franklin2017-07-101-0/+10
* libfdt: Drop -FDT_ERR_TOODEEPSimon Glass2017-07-102-7/+2
* efi_loader: abort on unsupported relocation typexypron.glpk@gmx.de2017-07-041-2/+8
* efi_loader: efi_handle_protocol set attributesxypron.glpk@gmx.de2017-07-041-2/+2
* efi_loader: add static to local functionsMasahiro Yamada2017-07-031-9/+11
* efi_loader: check CreateEvent() parametersJonathan Gray2017-07-031-0/+10
* efi_loader: run CreateEvent() notify function based on flagsJonathan Gray2017-07-031-1/+3
* bch: Fix build on FreeBSD hostEmmanuel Vadot2017-06-201-0/+6
* 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
|\