freebsd-dev/sys/boot/efi/loader
Marcel Moolenaar 6257165c74 Pass the HCDP table address to the kernel. If no such table exists,
NULL is passed. The address of the HCDP table can be found by
iterating over the configuration tables in the EFI system table.
To avoid more duplication, a function can be called with the GUID
of interest. The function will do the scanning. Use the function
in all places where we iterate over the configuration tables in
an attempt to find a specific one.

Bump the loader version number as the result of this.

Approved by: re (blanket)
2002-12-10 20:11:20 +00:00
..
conf.c Disable loader ufs support. It causes the loader to crash on the Itanium2 2002-07-20 03:46:43 +00:00
main.c Pass the HCDP table address to the kernel. If no such table exists, 2002-12-10 20:11:20 +00:00
Makefile -ffreestanding is the word. 2002-05-10 09:26:35 +00:00
version Pass the HCDP table address to the kernel. If no such table exists, 2002-12-10 20:11:20 +00:00