summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-1/+0
|\
| * sunxi: revert disabling of featuresAndre Przywara2018-04-041-1/+0
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-04-011-2/+0
|\ \
| * | fdt_region: remove unneeded fdt_internal.h inclusionMasahiro Yamada2018-04-011-2/+0
* | | efi_stub: Fix GDT_NOTSYS checkAlexander Graf2018-03-301-1/+1
|/ /
* | bootm: optee: Add a bootm command for type IH_OS_TEEBryan O'Donoghue2018-03-191-0/+9
* | optee: Add error printoutBryan O'Donoghue2018-03-191-2/+17
* | optee: Add optee_verify_bootm_image()Bryan O'Donoghue2018-03-191-0/+20
* | optee: Add CONFIG_OPTEE_LOAD_ADDRBryan O'Donoghue2018-03-191-0/+6
* | optee: Add CONFIG_OPTEE_TZDRAM_BASEBryan O'Donoghue2018-03-191-0/+8
* | optee: Add CONFIG_OPTEE_TZDRAM_SIZEBryan O'Donoghue2018-03-191-0/+8
* | optee: Add lib entries for sharing OPTEE code across portsBryan O'Donoghue2018-03-195-0/+48
|/
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-059-10/+12
* Kconfig: cmd: Make networking command dependent on NETMichal Simek2018-02-272-2/+2
* lib: Kconfig: Move DYNAMIC_CRC_TABLE to KconfigFaiz Abbas2018-02-142-3/+9
* efi_loader: correct efi_disk_registerHeinrich Schuchardt2018-02-101-27/+44
* efi_loader: add missing runtime services stubsHeinrich Schuchardt2018-02-101-0/+29
* efi_driver: return type of efi_driver_init()Heinrich Schuchardt2018-02-101-3/+3
* efi_loader: do not use 2.0.5 as UEFI revision numberHeinrich Schuchardt2018-02-101-1/+1
* efi_loader: create stub for CreateEventExHeinrich Schuchardt2018-02-101-0/+33
* efi_selftest: use correct compiler flags for miniappsHeinrich Schuchardt2018-02-101-2/+4
* efi_loader: fix building crt0 on armHeinrich Schuchardt2018-02-101-1/+1
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-0/+1
* Convert LIB_UUID to KconfigAdam Ford2018-02-082-0/+4
* Convert CONFIG LIB_HW_RAND to KconfigAdam Ford2018-02-081-3/+15
* aes: Allow non-zero initialization vectorАндрей Мозжухин2018-01-291-6/+7
* efi_loader: consistently use %pD to print device pathsHeinrich Schuchardt2018-01-281-4/+2
* efi_loader: do not install NULL as device pathHeinrich Schuchardt2018-01-281-9/+11
* vsprintf.c: correct printing of a NULL device pathHeinrich Schuchardt2018-01-281-1/+2
* efi_loader: Call Exit() on return from payload in StartImage()Alexander Graf2018-01-281-2/+7
* efi_loader: fix comments in indent_string()Heinrich Schuchardt2018-01-281-3/+6
* efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf2018-01-281-2/+2
* efi: Conflict efi_loader with different stub bitnessAlexander Graf2018-01-281-0/+4
* libfdt: migrate libfdt.h to a wrapper + U-Boot own codeMasahiro Yamada2018-01-281-2153/+0
* libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.cMasahiro Yamada2018-01-283-516/+4
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-01-261-0/+1
|\
| * net: regex: Disable by default on sunXiMaxime Ripard2018-01-261-0/+1
* | efi_selftest: reduce noise in test output for device treesHeinrich Schuchardt2018-01-221-10/+13
* | efi_loader: allow creation of more device part nodesHeinrich Schuchardt2018-01-221-5/+49
* | efi_selftest: provide a test for block ioHeinrich Schuchardt2018-01-223-0/+467
* | efi_driver: EFI block driverHeinrich Schuchardt2018-01-224-0/+554
* | efi_selftest: add missing LF in test outputHeinrich Schuchardt2018-01-222-2/+2
* | efi_selftest: test start imageHeinrich Schuchardt2018-01-226-0/+405
* | efi_loader: fix ExitBootServicesHeinrich Schuchardt2018-01-221-5/+29
* | efi_loader: add check_tpl parameter to efi_signal_eventHeinrich Schuchardt2018-01-222-10/+19
* | efi_loader: provide function to get last node of a device pathHeinrich Schuchardt2018-01-221-0/+20
* | efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitionsHeinrich Schuchardt2018-01-221-4/+4
* | efi_loader: make efi_disk_create_partitions a global symbolHeinrich Schuchardt2018-01-221-24/+60
* | efi_loader: provide a function to create a partition nodeHeinrich Schuchardt2018-01-221-36/+70
* | efi_loader: make efi_block_io_guid a global symbolHeinrich Schuchardt2018-01-221-1/+1