index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_selftest
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
common: Drop net.h from common header
Simon Glass
3
-0
/
+3
2020-05-07
efi_loader: put device tree into EfiACPIReclaimMemory
Heinrich Schuchardt
1
-2
/
+2
2020-03-22
efi_selftest: test CalculateCrc32, CopyMem, SetMem
Heinrich Schuchardt
2
-0
/
+78
2020-03-22
efi_selftest: check length reported by GetNextVariableName()
Heinrich Schuchardt
1
-2
/
+8
2020-02-28
efi_selftest: add selftests for loadfile2 used to load initramfs
Ilias Apalodimas
2
-0
/
+221
2020-01-15
efi_driver: fix efi_uc_stop()
Heinrich Schuchardt
1
-2
/
+2
2020-01-15
efi_selftest: enable CONFIG_CMD_POWEROFF
Heinrich Schuchardt
1
-0
/
+1
2020-01-07
efi_selftest: unit test for EFI_RNG_PROTOCOL
Heinrich Schuchardt
2
-0
/
+118
2020-01-07
efi_selftest: Update .gitignore
Sughosh Ganu
1
-2
/
+1
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2
-0
/
+2
2019-11-12
efi_selftest: enable all UEFI unit tests on the sandbox
Heinrich Schuchardt
1
-2
/
+5
2019-10-06
efi_selftest: testing read-only variables
Heinrich Schuchardt
1
-11
/
+0
2019-10-06
efi_selftest: correct SetVariable() test
Heinrich Schuchardt
1
-14
/
+16
2019-09-20
efi_loader: selftest: enable APPEND_WRITE tests
AKASHI Takahiro
1
-1
/
+19
2019-09-05
efi_loader: fix status management in network stack
Heinrich Schuchardt
1
-6
/
+42
2019-09-05
efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT
Heinrich Schuchardt
1
-2
/
+14
2019-08-29
efi_selftest: use standalone UEFI program for exception
Heinrich Schuchardt
3
-23
/
+169
2019-08-29
efi_selftest: enable Exit() unit test on x86_64
Heinrich Schuchardt
1
-3
/
+3
2019-07-30
efi_selftest: sharpen ConvertPointer() test
Heinrich Schuchardt
1
-8
/
+22
2019-07-30
efi_selftest: fix SetVirtualAddressMap unit test
Heinrich Schuchardt
1
-0
/
+1
2019-07-16
efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
Heinrich Schuchardt
2
-0
/
+193
2019-07-16
efi_selftest: do not call CloseEvent() after ExitBootServices()
Heinrich Schuchardt
1
-23
/
+0
2019-07-06
efi_selftest: test variable services at runtime
Heinrich Schuchardt
2
-0
/
+95
2019-07-06
efi_selftest: description of CMD_BOOTEFI_SELFTEST
Heinrich Schuchardt
1
-4
/
+4
2019-06-20
efi_loader: QueryMode() must allocate buffer
Heinrich Schuchardt
1
-0
/
+5
2019-06-10
efi_selftest: correct event group test
Heinrich Schuchardt
1
-5
/
+4
2019-06-01
efi_selftest: unit test for OpenProtocolInformation()
Heinrich Schuchardt
2
-0
/
+206
2019-06-01
efi_loader: Kconfig entries for GetTime(), SetTime()
Heinrich Schuchardt
2
-12
/
+7
2019-05-31
efi_loader: correct notification of protocol installation
Heinrich Schuchardt
1
-8
/
+13
2019-05-24
efi: selftest: APPEND_WRITE is not supported
AKASHI Takahiro
1
-14
/
+14
2019-05-24
efi_loader: implement SetTime
Heinrich Schuchardt
1
-8
/
+48
2019-05-19
efi_loader: rename Unicode collation protocol 2 variables
Heinrich Schuchardt
1
-1
/
+2
2019-05-12
efi_loader: make device path to text protocol customizable
Heinrich Schuchardt
1
-1
/
+1
2019-05-12
efi_loader: make Unicode collation protocol customizable
Heinrich Schuchardt
1
-1
/
+2
2019-05-07
efi_selftest: unit test for RegisterProtocolNotify()
Heinrich Schuchardt
2
-0
/
+232
2019-05-07
efi_selftest: remove redundant function efi_st_memcmp()
Heinrich Schuchardt
10
-46
/
+29
2019-05-02
efi_selftest: test exit_data
Heinrich Schuchardt
2
-6
/
+26
2019-04-23
efi_loader: need either ACPI table or device tree
Heinrich Schuchardt
1
-1
/
+0
2019-04-23
efi_selftest: do not run FDT test with ACPI table.
Heinrich Schuchardt
2
-11
/
+34
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
7
-8
/
+8
2019-04-12
efi_selftest: expect boot services data for fdt
Heinrich Schuchardt
1
-3
/
+3
2019-04-12
efi_selftest: physical and virtual addresses must match
Heinrich Schuchardt
1
-0
/
+5
2019-04-07
efi_selftest: check image_base, image_size
Heinrich Schuchardt
1
-5
/
+53
2019-03-27
efi_selftest: avoid double free in dp utilities test
Heinrich Schuchardt
1
-5
/
+0
2019-03-20
efi_selftest: fix test_hii_string_get_string()
Heinrich Schuchardt
1
-13
/
+4
2019-03-14
efi_loader: fix build error for freestanding.o
Heinrich Schuchardt
1
-0
/
+11
2019-02-16
efi_selftest: LoadImage from file device path
Heinrich Schuchardt
2
-0
/
+532
2019-02-16
efi_selftest: fix memory allocation in HII tests
Heinrich Schuchardt
1
-34
/
+68
2019-02-16
efi_selftest: do not use efi_free_pool()
Heinrich Schuchardt
3
-3
/
+3
2019-02-13
efi_loader: Make HII a config option
Alexander Graf
1
-1
/
+1
[next]