aboutsummaryrefslogtreecommitdiff
path: root/cmd/efidebug.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16efi_loader: function comments cmd/efi_debug.cHeinrich Schuchardt1-6/+10
2019-06-20efi_loader: consistent error handling in efidebug.cHeinrich Schuchardt1-7/+16
2019-06-20efi_loader: consistent types in efidebug.cHeinrich Schuchardt1-11/+14
2019-06-04cmd: efidebug: make some boot variables non-volatileAKASHI Takahiro1-0/+3
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt1-10/+17
2019-05-02cmd: efidebug: rework "boot dump" sub-command using GetNextVariableName()AKASHI Takahiro1-24/+55
2019-04-23efi_loader: more short texts for protocols in efidebugHeinrich Schuchardt1-0/+20
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt1-5/+5
2019-03-02efi_loader: error handling for `efidebug boot add`Heinrich Schuchardt1-1/+1
2019-02-25cmd: efidebug: add memmap commandAKASHI Takahiro1-1/+126
2019-02-25cmd: efidebug: add images commandAKASHI Takahiro1-1/+25
2019-02-25cmd: efidebug: add dh commandAKASHI Takahiro1-1/+141
2019-02-25cmd: efidebug: add drivers commandAKASHI Takahiro1-1/+94
2019-02-25cmd: efidebug: add devices commandAKASHI Takahiro1-1/+78
2019-02-25cmd: add efidebug commandAKASHI Takahiro1-0/+587