On 12 November 2017 at 07:02, Heinrich Schuchardt <[email protected]> wrote: > Provide a test for the EFI_DEVICE_PATH_TO_TEXT_PROTOCOL protocol. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v2 > no change > --- > lib/efi_selftest/Makefile | 3 + > lib/efi_selftest/efi_selftest_devicepath.c | 340 > +++++++++++++++++++++++++++++ > 2 files changed, 343 insertions(+) > create mode 100644 lib/efi_selftest/efi_selftest_devicepath.c
Reviewed-by: Simon Glass <[email protected]> I wish we could just use 0 instead of EFI_SUCCESS and if (!xx) to check for success. The source code is looking too much like EFI for my liking! Regards, Simon _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

