177943Sdfr$FreeBSD$
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
6222799Smarcel3.1:	Add the about, reboot and pbvm commands.
7222799Smarcel	I-cache coherency is maintained.
8219691Smarcel3.0:	Add support for PBVM.
9209774Smarcel2.2:	Create direct mapping based on start address instead of mapping
10209774Smarcel	first 256M.
11202552Smarcel2.1:	Add support for "-dev <part>" argument parsing.
12201941Smarcel2.0:	Provide devices based on the block I/O protocol, rather than the
13201941Smarcel	simple file services protocol. Use the FreeBSD file system code
14201941Smarcel	on top of those devices to access files.
15164010Smarcel1.2:	Restructured. Has some user visible differences.
16107733Smarcel1.1:	Pass the HCDP table address to the kernel via bootinfo if one
17107733Smarcel	is present in the EFI system table.
18107367Smarcel1.0:	Don't map the I/O port range. We expect the kernel to do it. It
19107367Smarcel	was done in the loader as a debugging aid and not intended as a
20107367Smarcel	service/feature.
2193454Smarcel0.3:	Pass the physical address of the bootinfo block in register r8
2293454Smarcel	to the kernel. Continue to put it at the fixed address for now.
2393410Smarcel0.2:	Much improved version. Significant is the support for passing
2493410Smarcel	the FPSWA interface pointer to the kernel.
2577943Sdfr0.1:	Initial EFI version, germinated from the NetBSD i386
2677943Sdfr	standalone, but enormously modified.
27