Home
last modified time | relevance | path

Searched refs:efi_info (Results 1 – 8 of 8) sorted by relevance

/DragonStub/apps/
H A Dsecureboot.c48 efi_info("UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
57 efi_info("efi_secureboot_mode: efi_secureboot_mode_unknown\n"); in print_efi_secureboot_mode()
60 efi_info("efi_secureboot_mode: efi_secureboot_mode_disabled\n"); in print_efi_secureboot_mode()
63 efi_info("efi_secureboot_mode: efi_secureboot_mode_enabled\n"); in print_efi_secureboot_mode()
66 efi_info("efi_secureboot_mode: efi_secureboot_mode_unset\n"); in print_efi_secureboot_mode()
H A Dstub.c99 efi_info("DragonStub loaded at 0x%p\n", image_base); in init_efi_program_info()
100 efi_info("DragonStub + payload size: 0x%p\n", image_size); in init_efi_program_info()
101 efi_info("DragonStub end addr: 0x%p\n", image_end); in init_efi_program_info()
125 efi_info("payload_addr: %p\n", payload_start); in find_elf()
126 efi_info("payload_end: %p\n", payload_end); in find_elf()
127 efi_info("payload_size: %p\n", payload_size); in find_elf()
134 efi_info("Checking payload's ELF header...\n"); in find_elf()
140 efi_info("Found payload ELF header\n"); in find_elf()
155 efi_info("Try to find payload to boot\n"); in find_payload()
332 efi_info("Memreserve table installed\n"); in efi_stub_common()
[all …]
H A Ddragon_stub-main.c19 efi_info("EFI env initialized\n"); in efi_main()
34 efi_info("Loaded image protocol opened\n"); in efi_main()
45 efi_info("Command line: %s\n", cmdline_ptr); in efi_main()
53 efi_info("Booting DragonOS kernel...\n"); in efi_main()
H A Driscv-stub.c65 efi_info("Checking platform features...\n"); in check_platform_features()
68 efi_info("Try to get boot hartid from EFI\n"); in check_platform_features()
71 efi_info("Try to get boot hartid from FDT\n"); in check_platform_features()
79 efi_info("Boot hartid: %ld\n", hartid); in check_platform_features()
H A Dfdt.c268 efi_info("Using DTB from command line\n"); in allocate_new_fdt_and_exit_boot()
273 efi_info("Using DTB from configuration table\n"); in allocate_new_fdt_and_exit_boot()
277 efi_info("Generating empty DTB\n"); in allocate_new_fdt_and_exit_boot()
285 efi_info("Generating new FDT...\n"); in allocate_new_fdt_and_exit_boot()
296 efi_info("Exiting boot services...\n"); in allocate_new_fdt_and_exit_boot()
356 efi_info("Loading ELF payload...\n"); in efi_boot_kernel()
H A Delf.c94 efi_info("ELF header:\n"); in print_elf_info()
315 efi_info("Allocated kernel memory: paddr=%p, mem_size= %d bytes\n", in efi_allocate_kernel_memory()
445 efi_info("loaded_paddr: %p\n", payload_info->loaded_paddr); in load_elf()
446 efi_info("loaded_size: %p\n", payload_info->loaded_size); in load_elf()
447 efi_info("ehdr->e_entry: %lx\n", ehdr->e_entry); in load_elf()
448 efi_info("image_link_base_paddr: %lx\n", image_link_base_paddr); in load_elf()
449 efi_info("kernel_entry: %lx\n", payload_info->kernel_entry); in load_elf()
/DragonStub/inc/dragonstub/
H A Dprintk.h23 #define efi_info(fmt, ...) efi_printk("[INFO]: " fmt, ##__VA_ARGS__) macro
H A Ddragonstub.h237 efi_info("GUID: data1: %p data2: %p data3: %p data4: %p\n", guid->Data1, in print_efi_guid()