Re: [U-Boot] [PATCH 04/11] efi_loader: SIMPLE_TEXT_INPUT_EX plus wire up objects properly

2017-10-11 Thread Alexander Graf
On 10.10.17 14:23, Rob Clark wrote: > We need the _EX version for SCT.. and we need to wire up the > corresponding objects in the systab properly, as well as dealing > with the console_in object advertising multiple protocols. > > Signed-off-by: Rob Clark Reviewed-by:

[U-Boot] [PATCH 04/11] efi_loader: SIMPLE_TEXT_INPUT_EX plus wire up objects properly

2017-10-10 Thread Rob Clark
We need the _EX version for SCT.. and we need to wire up the corresponding objects in the systab properly, as well as dealing with the console_in object advertising multiple protocols. Signed-off-by: Rob Clark --- include/efi_api.h | 61 +-