freebsd-nq/stand/efi/loader
Toomas Soome f4ca0fdbe6 loader.efi: faults could try to print out call trace
with grab_faults, we can try to print out the trace of function calls.
Without symbol table, we can not translate addresses to function names,
but even addresses can help to track the bugs.

For loader functions, print out absolute address, so it could be
searched from objdump -d output.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D35433
2022-07-14 15:59:26 +03:00
..
arch loader.efi: faults could try to print out call trace 2022-07-14 15:59:26 +03:00
autoload.c loader: fdt: Add fdt_is_setup function 2019-04-25 20:08:43 +00:00
bootinfo.c Set mm before passing it to the UEFI firmware 2022-05-21 11:45:41 +01:00
conf.c Loader: support booting OS from memory disk (MD) 2021-04-07 13:40:57 -05:00
copy.c Remove "All Rights Reserved" from Foundation copyrights 2022-06-30 10:49:09 -04:00
efi_main.c loader.efi: fix panic() after BS off 2022-06-19 17:46:35 +03:00
efiserialio.c Fix the efi serial console in the Arm models. 2020-06-10 09:31:37 +00:00
framebuffer.c Remove "All Rights Reserved" from Foundation copyrights 2022-06-30 10:49:09 -04:00
framebuffer.h Remove "All Rights Reserved" from Foundation copyrights 2022-06-30 10:49:09 -04:00
loader_efi.h loader.efi: faults could try to print out call trace 2022-07-14 15:59:26 +03:00
main.c Add support for getting early entropy from UEFI 2022-02-17 13:01:11 -08:00
Makefile stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34. 2022-02-02 12:18:43 -08:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
version