[U-Boot] [PATCH 2/6] efi_loader: Initial HII database protocols
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Nov 1 07:39:04 UTC 2018
On 11/01/2018 05:47 AM, AKASHI Takahiro wrote:
> From: Leif Lindholm <leif.lindholm at linaro.org>
>
> This patch provides enough implementation of the following protocols to
> run EDKII's Shell.efi and UEFI SCT:
>
> * EfiHiiDatabaseProtocol
> * EfiHiiStringProtocol
>
> Not implemented are:
> * ExportPackageLists()
> * RegisterPackageNotify()/UnregisterPackageNotify()
> * SetKeyboardLayout() (i.e. *current* keyboard layout)
>
<snip />
> + case EFI_HII_PACKAGE_STRINGS:
> + ret = add_strings_package(hii,
> + (struct efi_hii_strings_package *)package);
scripts/checkpatch.pl:
CHECK: Alignment should match open parenthesis
#583: FILE: lib/efi_loader/efi_hii.c:231:
+ ret = add_strings_package(hii,
+ (struct efi_hii_strings_package *)package);
Please, adjust the alignment.
Best regards
Heinrich
More information about the U-Boot
mailing list