version revision 219691
177943Sdfr$FreeBSD: head/sys/boot/ia64/efi/version 219691 2011-03-16 03:53:18Z marcel $
277943Sdfr
377943SdfrNOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
477943Sdfrfile is important.  Make sure the current version number is on line 6.
577943Sdfr
6219691Smarcel3.0:	Add support for PBVM.
7209774Smarcel2.2:	Create direct mapping based on start address instead of mapping
8209774Smarcel	first 256M.
9202552Smarcel2.1:	Add support for "-dev <part>" argument parsing.
10201941Smarcel2.0:	Provide devices based on the block I/O protocol, rather than the
11201941Smarcel	simple file services protocol. Use the FreeBSD file system code
12201941Smarcel	on top of those devices to access files.
13164010Smarcel1.2:	Restructured. Has some user visible differences.
14107733Smarcel1.1:	Pass the HCDP table address to the kernel via bootinfo if one
15107733Smarcel	is present in the EFI system table.
16107367Smarcel1.0:	Don't map the I/O port range. We expect the kernel to do it. It
17107367Smarcel	was done in the loader as a debugging aid and not intended as a
18107367Smarcel	service/feature.
1993454Smarcel0.3:	Pass the physical address of the bootinfo block in register r8
2093454Smarcel	to the kernel. Continue to put it at the fixed address for now.
2193410Smarcel0.2:	Much improved version. Significant is the support for passing
2293410Smarcel	the FPSWA interface pointer to the kernel.
2377943Sdfr0.1:	Initial EFI version, germinated from the NetBSD i386
2477943Sdfr	standalone, but enormously modified.
25