mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[efi] Allow for longer device paths in debug messages
Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -374,7 +374,7 @@ void dbg_efi_protocols ( EFI_HANDLE handle ) {
|
|||||||
const __attribute__ (( pure )) char *
|
const __attribute__ (( pure )) char *
|
||||||
efi_devpath_text ( EFI_DEVICE_PATH_PROTOCOL *path ) {
|
efi_devpath_text ( EFI_DEVICE_PATH_PROTOCOL *path ) {
|
||||||
EFI_BOOT_SERVICES *bs = efi_systab->BootServices;
|
EFI_BOOT_SERVICES *bs = efi_systab->BootServices;
|
||||||
static char text[256];
|
static char text[512];
|
||||||
size_t len;
|
size_t len;
|
||||||
CHAR16 *wtext;
|
CHAR16 *wtext;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user