rv1126-uboot/lib/efi_loader
Rob Clark 407d40f45f UPSTREAM: lib: add some utf16 handling helpers
We'll eventually want these in a few places in efi_loader, and also
vsprintf.

Change-Id: I6c04463ad364e46730fcc84b86d38400f433e8de
Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 78178bb0c9dfe2a91a636a411291d8bab50e8a7d)
2018-01-16 18:13:59 +08:00
..
.gitignore
Kconfig
Makefile efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD 2017-07-24 14:43:40 +02:00
efi_boottime.c efi_loader: LocateHandle should return EFI_NOT_FOUND if none found 2017-08-11 11:08:33 +02:00
efi_console.c UPSTREAM: lib: add some utf16 handling helpers 2018-01-16 18:13:59 +08:00
efi_device_path_to_text.c efi_loader: add some missing breaks 2017-07-28 09:13:17 +02:00
efi_disk.c efi_loader: remove more double EFI_EXIT() in efi_disk.c 2017-07-26 08:56:15 +02:00
efi_gop.c efi_loader: GOP fix for no display 2017-08-11 13:49:23 +02:00
efi_image_loader.c efi_loader: refactor efi_open_protocol 2017-07-19 14:14:23 +02:00
efi_memory.c efi_loader: fix bug in efi_get_memory_map 2017-07-26 22:09:49 +02:00
efi_net.c efi_loader: refactor efi_open_protocol 2017-07-19 14:14:23 +02:00
efi_runtime.c efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1 2017-08-12 14:05:45 +02:00
efi_smbios.c
helloworld.c