opnsense-src/sys/boot/efi/loader/arch/amd64
Warner Losh a2cb5fddcd Create a new linker set, Xficl_compile_set which contains a list of
functions to call at the appropriate time to register new forth
words. In the past we've done this with ifdef soup, but now if the
file is included in the build, we'll get the new forth words.

Use this new functionality to move the pci bios stuff out of loader.c
by moving it to biospci.c.

Move the pnp functionality to common/pnp.c.

Move the inb/outb forth words to the i386 sysdep.c file where their
implementation is defined.

Adjust the efi linker scripts and build machinery to cope.

his should be an invisible change to forth scripts and user
experience.

Differential Revision: https://reviews.freebsd.org/D8145
2016-10-14 16:23:12 +00:00
..
amd64_tramp.S
elf64_freebsd.c Utilize pmap.h names for constants and types used to construct EFI 2016-09-18 17:41:16 +00:00
exc.S Simple post-mortem reporter for amd64 loader.efi. 2016-09-21 10:22:46 +00:00
framebuffer.c loader is filling fixed length command_errbuf with sprintf() and is trusting 2016-08-20 16:23:19 +00:00
framebuffer.h
ldscript.amd64 Create a new linker set, Xficl_compile_set which contains a list of 2016-10-14 16:23:12 +00:00
Makefile.inc Simple post-mortem reporter for amd64 loader.efi. 2016-09-21 10:22:46 +00:00
start.S The self-relocation code is not efi-specific, move it to boot/common. 2015-05-10 13:24:26 +00:00
trap.c Simple post-mortem reporter for amd64 loader.efi. 2016-09-21 10:22:46 +00:00