summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-08-20[iot] Return full zero hash if fuse not initializedLuo Ji
2018-08-20[iot] Update libavb in u-bootLuo Ji
2018-08-20[iot] Refine ql-tipc Makefile to pass buildHaoran.Wang
2018-08-20[iot] Update Trusty IPC code to latestJocelyn Bohr
2018-07-19MA-12216 [Android] Fix u-boot build errorsLuo Ji
2018-06-13MLK-18591-4 android: iot: Import ql-tipc lib for Trusty OSHaoran.Wang
2018-06-13MLK-18591-1 android: Add the AVB libraryYe Li
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-27Kconfig: cmd: Make networking command dependent on NETMichal Simek
2018-02-14lib: Kconfig: Move DYNAMIC_CRC_TABLE to KconfigFaiz Abbas
2018-02-10efi_loader: correct efi_disk_registerHeinrich Schuchardt
2018-02-10efi_loader: add missing runtime services stubsHeinrich Schuchardt
2018-02-10efi_driver: return type of efi_driver_init()Heinrich Schuchardt
2018-02-10efi_loader: do not use 2.0.5 as UEFI revision numberHeinrich Schuchardt
2018-02-10efi_loader: create stub for CreateEventExHeinrich Schuchardt
2018-02-10efi_selftest: use correct compiler flags for miniappsHeinrich Schuchardt
2018-02-10efi_loader: fix building crt0 on armHeinrich Schuchardt
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2018-02-08Convert LIB_UUID to KconfigAdam Ford
2018-02-08Convert CONFIG LIB_HW_RAND to KconfigAdam Ford
2018-01-29aes: Allow non-zero initialization vectorАндрей Мозжухин
2018-01-28efi_loader: consistently use %pD to print device pathsHeinrich Schuchardt
2018-01-28efi_loader: do not install NULL as device pathHeinrich Schuchardt
2018-01-28vsprintf.c: correct printing of a NULL device pathHeinrich Schuchardt
2018-01-28efi_loader: Call Exit() on return from payload in StartImage()Alexander Graf
2018-01-28efi_loader: fix comments in indent_string()Heinrich Schuchardt
2018-01-28efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf
2018-01-28efi: Conflict efi_loader with different stub bitnessAlexander Graf
2018-01-28libfdt: migrate libfdt.h to a wrapper + U-Boot own codeMasahiro Yamada
2018-01-28libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.cMasahiro Yamada
2018-01-26Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-01-26net: regex: Disable by default on sunXiMaxime Ripard
2018-01-22efi_selftest: reduce noise in test output for device treesHeinrich Schuchardt
2018-01-22efi_loader: allow creation of more device part nodesHeinrich Schuchardt
2018-01-22efi_selftest: provide a test for block ioHeinrich Schuchardt
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt
2018-01-22efi_selftest: add missing LF in test outputHeinrich Schuchardt
2018-01-22efi_selftest: test start imageHeinrich Schuchardt
2018-01-22efi_loader: fix ExitBootServicesHeinrich Schuchardt
2018-01-22efi_loader: add check_tpl parameter to efi_signal_eventHeinrich Schuchardt
2018-01-22efi_loader: provide function to get last node of a device pathHeinrich Schuchardt
2018-01-22efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitionsHeinrich Schuchardt
2018-01-22efi_loader: make efi_disk_create_partitions a global symbolHeinrich Schuchardt
2018-01-22efi_loader: provide a function to create a partition nodeHeinrich Schuchardt
2018-01-22efi_loader: make efi_block_io_guid a global symbolHeinrich Schuchardt
2018-01-22efi_loader: efi_disk_register: correctly determine if_type_nameHeinrich Schuchardt
2018-01-22efi_loader: fix StartImage bootserviceHeinrich Schuchardt
2018-01-22efi_loader: check tables in helloworld.efiHeinrich Schuchardt
2018-01-22efi_loader: allocate correct memory type for EFI imageHeinrich Schuchardt
2018-01-22efi_loader: print device path when entering efi_load_imageHeinrich Schuchardt