Re: [PATCH 1/2] efi_loader: support for Ctrl() device path node

2023-03-20 Thread Ilias Apalodimas
On Sun, Mar 19, 2023 at 04:18:08PM +0100, Heinrich Schuchardt wrote: > * Add the definitions for Ctrl() device path nodes. > * Implement Ctrl() nodes in the device path to text protocol. > > Signed-off-by: Heinrich Schuchardt > --- > include/efi_api.h| 6 ++ > lib/efi_

Re: [PATCH 1/2] efi_loader: support for Ctrl() device path node

2023-03-19 Thread Simon Glass
On Mon, 20 Mar 2023 at 04:18, Heinrich Schuchardt wrote: > > * Add the definitions for Ctrl() device path nodes. > * Implement Ctrl() nodes in the device path to text protocol. > > Signed-off-by: Heinrich Schuchardt > --- > include/efi_api.h| 6 ++ > lib/efi_loader/ef

[PATCH 1/2] efi_loader: support for Ctrl() device path node

2023-03-19 Thread Heinrich Schuchardt
* Add the definitions for Ctrl() device path nodes. * Implement Ctrl() nodes in the device path to text protocol. Signed-off-by: Heinrich Schuchardt --- include/efi_api.h| 6 ++ lib/efi_loader/efi_device_path_to_text.c | 7 +++ 2 files changed, 13 insertions(+) d