summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-07-19efi_loader: implement multiple event supportxypron.glpk@gmx.de1-62/+133
2017-07-19efi_loader: use struct efi_event * instead of void *xypron.glpk@gmx.de1-11/+14
2017-07-19efi_memory: avoid NULL dereference in efi_free_poolxypron.glpk@gmx.de1-0/+3
2017-07-19efi_loader: disk: iterate only over valid block devicesxypron.glpk@gmx.de1-2/+2
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2-1/+68
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de1-12/+20
2017-07-19efi_loader: implement LocateHandleBufferxypron.glpk@gmx.de1-1/+24
2017-07-19efi_loader: refactor efi_locate_handlexypron.glpk@gmx.de1-6/+15
2017-07-19efi_loader: implement InstallMultipleProtocolInterfacesxypron.glpk@gmx.de1-1/+38
2017-07-19efi_loader: refactor efi_uninstall_protocol_interfacexypron.glpk@gmx.de1-4/+11
2017-07-19efi_loader: refactor efi_install_protocol_interfacexypron.glpk@gmx.de1-5/+14
2017-07-19efi_loader: implement UninstallProtocolInterfacexypron.glpk@gmx.de1-2/+38
2017-07-19efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de1-1/+53
2017-07-19efi_loader: efi_open_protocol: parameter checksxypron.glpk@gmx.de1-4/+27
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de5-66/+21
2017-07-11dm: Fix error handling when unflattening the DTSimon Glass1-1/+6
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass1-5/+31
2017-07-10fdt: Enable selecting correct DTB from appended FIT ImageCooper Jr., Franklin1-0/+10
2017-07-10libfdt: Drop -FDT_ERR_TOODEEPSimon Glass2-7/+2
2017-07-04efi_loader: abort on unsupported relocation typexypron.glpk@gmx.de1-2/+8
2017-07-04efi_loader: efi_handle_protocol set attributesxypron.glpk@gmx.de1-2/+2
2017-07-03efi_loader: add static to local functionsMasahiro Yamada1-9/+11
2017-07-03efi_loader: check CreateEvent() parametersJonathan Gray1-0/+10
2017-07-03efi_loader: run CreateEvent() notify function based on flagsJonathan Gray1-1/+3
2017-06-20bch: Fix build on FreeBSD hostEmmanuel Vadot1-0/+6
2017-06-05bootstage: Provide a default timer functionSimon Glass1-0/+17
2017-06-02fdt: Stop building the old python libfdt moduleSimon Glass2-150/+0
2017-06-02fdt: Rename existing python libfdt moduleSimon Glass2-5/+4
2017-06-02fdt: Allow swig options to be provided by MakefileSimon Glass1-2/+2
2017-06-02fdt: Move header files into lib/libfdtSimon Glass2-0/+2211
2017-06-02fdt: Correct cast for sandbox in fdtdec_setup_memory_size()Simon Glass1-1/+2
2017-06-02fdt: Add Python bindingsSimon Glass2-0/+512
2017-06-01string: Add strcspn()Simon Glass1-0/+24
2017-06-01string: Add strchrnul()Simon Glass1-0/+8
2017-06-01cros_ec: Convert to support live treeSimon Glass1-32/+0
2017-06-01dm: core: Add a place to put extra device-tree reading functionsSimon Glass1-0/+1
2017-06-01dm: Add a function to create a 'live' device treeSimon Glass2-0/+334
2017-05-22Convert CONFIG_LZMA to KconfigSimon Glass1-0/+8
2017-05-22lib: move hash CONFIG options to KconfigTom Rini1-3/+3
2017-05-12tpm: Fix comparison of unsigned expression warningTom Rini1-2/+1
2017-05-12rsa: Fix build with OpenSSL 1.1.xJelle van der Waa1-6/+38
2017-05-12lib/slre: remove superfluous assignmentxypron.glpk@gmx.de1-1/+1
2017-05-10Allow boards to initialize the DT at runtime.Alex Deymo1-0/+3
2017-05-10string: Use memcpy() within memmove() when we canSimon Glass1-9/+2
2017-05-05lib: circbuf: avoid possible null pointer dereferencexypron.glpk@gmx.de1-2/+6
2017-04-30Convert CONFIG_CMD_AES et al to KconfigSimon Glass1-0/+13
2017-04-14Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+8
2017-04-14fdt: Add compatible strings for Arria 10Ley Foon Tan1-0/+8
2017-04-14Merge git://git.denx.de/u-boot-dmTom Rini1-5/+35
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass1-5/+35