index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
efi_selftest
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_selftest: correct event group test
Heinrich Schuchardt
2019-06-10
1
-5
/
+4
*
efi_selftest: unit test for OpenProtocolInformation()
Heinrich Schuchardt
2019-06-01
2
-0
/
+206
*
efi_loader: Kconfig entries for GetTime(), SetTime()
Heinrich Schuchardt
2019-06-01
2
-12
/
+7
*
efi_loader: correct notification of protocol installation
Heinrich Schuchardt
2019-05-31
1
-8
/
+13
*
efi: selftest: APPEND_WRITE is not supported
AKASHI Takahiro
2019-05-24
1
-14
/
+14
*
efi_loader: implement SetTime
Heinrich Schuchardt
2019-05-24
1
-8
/
+48
*
efi_loader: rename Unicode collation protocol 2 variables
Heinrich Schuchardt
2019-05-19
1
-1
/
+2
*
efi_loader: make device path to text protocol customizable
Heinrich Schuchardt
2019-05-12
1
-1
/
+1
*
efi_loader: make Unicode collation protocol customizable
Heinrich Schuchardt
2019-05-12
1
-1
/
+2
*
efi_selftest: unit test for RegisterProtocolNotify()
Heinrich Schuchardt
2019-05-07
2
-0
/
+232
*
efi_selftest: remove redundant function efi_st_memcmp()
Heinrich Schuchardt
2019-05-07
10
-46
/
+29
*
efi_selftest: test exit_data
Heinrich Schuchardt
2019-05-02
2
-6
/
+26
*
efi_loader: need either ACPI table or device tree
Heinrich Schuchardt
2019-04-23
1
-1
/
+0
*
efi_selftest: do not run FDT test with ACPI table.
Heinrich Schuchardt
2019-04-23
2
-11
/
+34
*
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
2019-04-23
7
-8
/
+8
*
efi_selftest: expect boot services data for fdt
Heinrich Schuchardt
2019-04-12
1
-3
/
+3
*
efi_selftest: physical and virtual addresses must match
Heinrich Schuchardt
2019-04-12
1
-0
/
+5
*
efi_selftest: check image_base, image_size
Heinrich Schuchardt
2019-04-07
1
-5
/
+53
*
efi_selftest: avoid double free in dp utilities test
Heinrich Schuchardt
2019-03-27
1
-5
/
+0
*
efi_selftest: fix test_hii_string_get_string()
Heinrich Schuchardt
2019-03-20
1
-13
/
+4
*
efi_loader: fix build error for freestanding.o
Heinrich Schuchardt
2019-03-14
1
-0
/
+11
*
efi_selftest: LoadImage from file device path
Heinrich Schuchardt
2019-02-16
2
-0
/
+532
*
efi_selftest: fix memory allocation in HII tests
Heinrich Schuchardt
2019-02-16
1
-34
/
+68
*
efi_selftest: do not use efi_free_pool()
Heinrich Schuchardt
2019-02-16
3
-3
/
+3
*
efi_loader: Make HII a config option
Alexander Graf
2019-02-13
1
-1
/
+1
*
efi_selftest: fix HII tests
Heinrich Schuchardt
2019-02-13
1
-11
/
+0
*
efi_selftest: add HII database protocols test
AKASHI Takahiro
2019-02-13
3
-0
/
+1500
*
efi_loader: do not use symbolic links
Heinrich Schuchardt
2019-02-13
1
-1
/
+0
*
efi_loader: use freestanding library for efi apps
Heinrich Schuchardt
2019-02-13
1
-0
/
+1
*
efi_selftest: fix variables test for GetNextVariableName()
AKASHI Takahiro
2019-02-13
1
-5
/
+8
*
efi_loader: consistent build flags for EFI applications
Heinrich Schuchardt
2019-02-13
1
-2
/
+2
*
efi_loader: use u16* for file name
Heinrich Schuchardt
2019-02-13
1
-3
/
+3
*
efi_selftest: tpl unit test, check return values
Heinrich Schuchardt
2019-02-13
1
-2
/
+2
*
efi_selftest: events unit test, check return values
Heinrich Schuchardt
2019-02-13
1
-3
/
+3
*
efi_selftest: SNP unit test on sandbox
Heinrich Schuchardt
2019-02-13
1
-0
/
+8
*
efi_loader: use const efi_guid_t * for variable services
Heinrich Schuchardt
2019-02-13
1
-2
/
+2
*
efi_selftest: allow building on ARMv7-M
Heinrich Schuchardt
2019-02-13
1
-3
/
+3
*
efi_selftest: block device: avoid read after free
Heinrich Schuchardt
2018-12-23
1
-5
/
+5
*
efi_selftest: rename setup_ok
Heinrich Schuchardt
2018-12-02
1
-4
/
+4
*
efi_selftest: fix simple network protocol test
Heinrich Schuchardt
2018-12-02
1
-8
/
+8
*
efi_selftest: check fdt is marked as runtime data
Heinrich Schuchardt
2018-12-02
1
-0
/
+24
*
efi_selftest: building sandbox with EFI_SELFTEST
Heinrich Schuchardt
2018-12-02
1
-1
/
+1
*
efi_selftest: add test for memory allocation
Heinrich Schuchardt
2018-12-02
2
-0
/
+164
*
efi_selftest: incorrect use of bitwise or
Heinrich Schuchardt
2018-12-02
1
-1
/
+1
*
efi_loader: do not use unsupported printf code
Heinrich Schuchardt
2018-12-02
1
-3
/
+3
*
efi_selftest: do not write to linker generated array
Heinrich Schuchardt
2018-12-02
1
-9
/
+22
*
efi_loader: UninstallMultipleProtocolInterfaces error code
Heinrich Schuchardt
2018-12-02
1
-3
/
+15
*
efi_loader: typedef struct efi_object *efi_handle_t
Heinrich Schuchardt
2018-12-02
1
-1
/
+1
*
efi_selftest: fix typos
Heinrich Schuchardt
2018-12-02
11
-22
/
+20
*
efi_selftest: test handling of exceptions
Heinrich Schuchardt
2018-12-02
2
-0
/
+51
[next]