summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/copy.c
Commit message (Collapse)AuthorAgeFilesLines
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-281-23/+10
| | | | | and efi_readin(). This removes MD code from copy.c. o Don't unconditionally add pal.S to SRCS. It's specific to ia64.
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
|
* o Remove namespace pollution from param.h:marcel2002-05-191-0/+1
| | | | | | | | | | | - Don't include ia64_cpu.h and cpu.h - Guard definitions by _NO_NAMESPACE_POLLUTION - Move definition of KERNBASE to vmparam.h o Move definitions of IA64_RR_{BASE|MASK} to vmparam.h o Move definitions of IA64_PHYS_TO_RR{6|7} to vmparam.h o While here, remove some left-over Alpha references.
* Make this do the right thing (mostly). We should still reserve the pagesdfr2001-09-141-5/+13
| | | | that the kernel loads into using the EFI AllocatePages call.
* style(9) + fix FreeBSD id's.obrien2001-06-161-9/+11
|
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-091-0/+59
OpenPOWER on IntegriCloud