-
- Downloads
efi: libstub: Provide local implementations of strrchr() and memchr()
Clone the implementations of strrchr() and memchr() in lib/string.c so
we can use them in the standalone zboot decompressor app. These routines
are used by the FDT handling code.
Signed-off-by:
Ard Biesheuvel <ardb@kernel.org>
Showing
- arch/arm64/kernel/image-vars.h 0 additions, 3 deletionsarch/arm64/kernel/image-vars.h
- arch/riscv/kernel/image-vars.h 0 additions, 2 deletionsarch/riscv/kernel/image-vars.h
- drivers/firmware/efi/libstub/Makefile 2 additions, 1 deletiondrivers/firmware/efi/libstub/Makefile
- drivers/firmware/efi/libstub/string.c 62 additions, 0 deletionsdrivers/firmware/efi/libstub/string.c
Please register or sign in to comment