summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * efi_selftest: test gop bitbltHeinrich Schuchardt2018-04-042-0/+312
| * efi_loader: implement missing bit blit operations in gopHeinrich Schuchardt2018-04-041-36/+122
| * efi_loader: implement event groupsHeinrich Schuchardt2018-04-045-27/+95
| * efi_loader: define GUIDS for event groupsHeinrich Schuchardt2018-04-041-0/+16
| * efi_loader: manage events in a linked listHeinrich Schuchardt2018-04-041-105/+87
| * efi_loader: fix formatting errorsHeinrich Schuchardt2018-04-041-22/+26
| * efi_loader: clear signaled state in CheckEventHeinrich Schuchardt2018-04-041-2/+5
| * efi_loader: check parameter in InstallConfigurationTableHeinrich Schuchardt2018-04-041-0/+3
| * efi_loader: correct input of special keysHeinrich Schuchardt2018-04-041-10/+94
| * efi_selftest: check installation of the device treeHeinrich Schuchardt2018-04-042-0/+189
| * efi_loader: support device tree for bootefi selftestHeinrich Schuchardt2018-04-041-0/+2
| * efi_loader: efi_get_time_init should return status codeHeinrich Schuchardt2018-04-041-1/+2
| * efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt2018-04-041-3/+12
| * efi_loader: consistently return efi_status_t efi_watchdog_registerHeinrich Schuchardt2018-04-041-2/+2
| * efi_loader: return efi_status_t from efi_net_registerHeinrich Schuchardt2018-04-041-11/+13
| * efi_loader: return efi_status_t from efi_gop_registerHeinrich Schuchardt2018-04-041-12/+22
| * efi_loader: efi_smbios_register should have a return valueHeinrich Schuchardt2018-04-041-8/+15
| * efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOLLeif Lindholm2018-04-043-1/+97
| * efi_loader: remove deprecated ConsoleControlProtocolHeinrich Schuchardt2018-04-042-51/+0
| * efi_loader: parameter checks for LoadImageHeinrich Schuchardt2018-04-041-0/+20
* | 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