Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-02 | efi_loader: do not use unsupported printf code | Heinrich Schuchardt | |
Using %zu for efi_intn_t (ssize_t) creates a build warning. Anyway %zu is not supported by efi_st_error(). So let's convert to int. Our implementation of StriColl() only returns -1, 0, or 1. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> | |||
2018-09-23 | efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL | Heinrich Schuchardt | |
Provide a unit test for the EFI_UNICODE_COLLATION_PROTOCOL. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |