Re: [PATCH v4] commands/efi: add command to dump all uefi runtime variables

2025-05-11 Thread Vladimir 'phcoder' Serbinenko
Le dim. 11 mai 2025, 17:36, khaalid cali a écrit : > From: khaalid > > I followed the suggestion and implemented the option parsing using extcmd. > However, I feel this command is not ideal to have any arguments. Similar > commands like > lsefi, lsefimmap, and lsefisystab don’t take arguments—th

[PATCH v4] commands/efi: add command to dump all uefi runtime variables

2025-05-11 Thread khaalid cali
From: khaalid I followed the suggestion and implemented the option parsing using extcmd. However, I feel this command is not ideal to have any arguments. Similar commands like lsefi, lsefimmap, and lsefisystab don’t take arguments—they simply dump data. Since this command also just dumps variabl