version revision 209774
177943Sdfr$FreeBSD: head/sys/boot/ia64/efi/version 209774 2010-07-07 19:06:53Z 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
6209774Smarcel2.2:	Create direct mapping based on start address instead of mapping
7209774Smarcel	first 256M.
8202552Smarcel2.1:	Add support for "-dev <part>" argument parsing.
9201941Smarcel2.0:	Provide devices based on the block I/O protocol, rather than the
10201941Smarcel	simple file services protocol. Use the FreeBSD file system code
11201941Smarcel	on top of those devices to access files.
12164010Smarcel1.2:	Restructured. Has some user visible differences.
13107733Smarcel1.1:	Pass the HCDP table address to the kernel via bootinfo if one
14107733Smarcel	is present in the EFI system table.
15107367Smarcel1.0:	Don't map the I/O port range. We expect the kernel to do it. It
16107367Smarcel	was done in the loader as a debugging aid and not intended as a
17107367Smarcel	service/feature.
1893454Smarcel0.3:	Pass the physical address of the bootinfo block in register r8
1993454Smarcel	to the kernel. Continue to put it at the fixed address for now.
2093410Smarcel0.2:	Much improved version. Significant is the support for passing
2193410Smarcel	the FPSWA interface pointer to the kernel.
2277943Sdfr0.1:	Initial EFI version, germinated from the NetBSD i386
2377943Sdfr	standalone, but enormously modified.
24