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
old/tizen_20241126
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
/
cmd
/
efidebug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-27
efi_loader: efidebug display RNG protocol
Heinrich Schuchardt
1
-0
/
+5
2020-08-13
cmd/efidebug: missing initialization of load_options
Heinrich Schuchardt
1
-1
/
+1
2020-08-08
efi_loader: set load options in boot manager
Heinrich Schuchardt
1
-1
/
+3
2020-06-03
efi_loader: validate load option
Heinrich Schuchardt
1
-6
/
+15
2020-05-21
efi_loader: add EFI_MEMORY_SP to memory attributes
Heinrich Schuchardt
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-35
/
+35
2020-05-17
cmd: efidebug: Add support for querying UEFI variable storage
Ilias Apalodimas
1
-1
/
+57
2020-05-10
cmd: efidebug: fix -Werror=type-limits warning
Heinrich Schuchardt
1
-1
/
+1
2020-05-09
cmd: efidebug: add a comment against Coverity check (300329)
AKASHI Takahiro
1
-0
/
+5
2020-05-09
cmd: efidebug: fix a wrong handling of arguments
AKASHI Takahiro
1
-1
/
+1
2020-05-04
cmd: efidebug: simplify UEFI protocol calls
Heinrich Schuchardt
1
-21
/
+19
2020-04-30
efi_loader: fix 'efidebug bootorder'
Heinrich Schuchardt
1
-21
/
+26
2020-04-30
efi_loader: efidebug, avoid illegal memory access
Heinrich Schuchardt
1
-1
/
+2
2020-04-30
efi_loader: fix 'efidebug boot dump'
Heinrich Schuchardt
1
-25
/
+20
2020-04-16
cmd: efidebug: add "test bootmgr" sub-command
AKASHI Takahiro
1
-1
/
+77
2020-03-28
cmd: efidebug: fix int to pointer cast
Heinrich Schuchardt
1
-3
/
+5
2020-03-17
cmd: map addresses to sysmem in efidebug memmap
Heinrich Schuchardt
1
-2
/
+4
2020-03-11
cmd: efidebug: correct error message
Heinrich Schuchardt
1
-1
/
+1
2020-03-11
cmd: efidebug: fix a failure of "boot rm" sub-command
AKASHI Takahiro
1
-2
/
+3
2020-02-28
efi_loader: Implement FileLoad2 for initramfs loading
Ilias Apalodimas
1
-0
/
+4
2020-02-26
efi_loader: implement EFI_RT_PROPERTIES_TABLE
Heinrich Schuchardt
1
-0
/
+4
2020-01-07
cmd: efidebug: capitalize UEFI
Heinrich Schuchardt
1
-4
/
+4
2020-01-07
cmd: efidebug: new sub-command tables
Heinrich Schuchardt
1
-1
/
+46
2020-01-07
cmd: efidebug: simplify get_guid_text()
Heinrich Schuchardt
1
-11
/
+14
2019-12-03
cmd: efidebug: fix a build error in show_efi_boot_opt()
AKASHI Takahiro
1
-2
/
+2
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
1
-1
/
+0
2019-07-30
efi_loader: efidebug.c function documentation
Heinrich Schuchardt
1
-3
/
+2
2019-07-16
efi_loader: function comments cmd/efi_debug.c
Heinrich Schuchardt
1
-6
/
+10
2019-06-20
efi_loader: consistent error handling in efidebug.c
Heinrich Schuchardt
1
-7
/
+16
2019-06-20
efi_loader: consistent types in efidebug.c
Heinrich Schuchardt
1
-11
/
+14
2019-06-04
cmd: efidebug: make some boot variables non-volatile
AKASHI Takahiro
1
-0
/
+3
2019-05-02
efi_loader: optional data in load options are binary
Heinrich Schuchardt
1
-10
/
+17
2019-05-02
cmd: efidebug: rework "boot dump" sub-command using GetNextVariableName()
AKASHI Takahiro
1
-24
/
+55
2019-04-23
efi_loader: more short texts for protocols in efidebug
Heinrich Schuchardt
1
-0
/
+20
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
1
-5
/
+5
2019-03-02
efi_loader: error handling for `efidebug boot add`
Heinrich Schuchardt
1
-1
/
+1
2019-02-25
cmd: efidebug: add memmap command
AKASHI Takahiro
1
-1
/
+126
2019-02-25
cmd: efidebug: add images command
AKASHI Takahiro
1
-1
/
+25
2019-02-25
cmd: efidebug: add dh command
AKASHI Takahiro
1
-1
/
+141
2019-02-25
cmd: efidebug: add drivers command
AKASHI Takahiro
1
-1
/
+94
2019-02-25
cmd: efidebug: add devices command
AKASHI Takahiro
1
-1
/
+78
2019-02-25
cmd: add efidebug command
AKASHI Takahiro
1
-0
/
+587