NetBSD/sys/arch/sparc/stand
lukem 966b42a3e6 bootblock.h:
- unify sparc_bbinfo (1064 bytes, with 256 block entries)
  and sun68k_bbinfo (296 byte, with 64 block entries)
  into shared_bbinfo (512 bytes, with 118 block entries),
  which will be also shared by future bbinfo-using platforms
  (including macppc)
- add datestamp to *_BBINFO_MAGIC strings, to prevent installboot vs
  bootxx version skew.
- add macppc support

*/bootxx.c:
- migrate to new shared_bbinfo structure

installboot:
- add macppc support (still needs applepartmap support and testing)
- improve and add some more warnings & errors to installboot
- implement shared_bbinfo_clearboot() and shared_bbinfo_setboot(), which
  perform the majority of the work for bbinfo-using back-ends
  (rather than replicating that across multiple back-ends).
2002-05-15 09:44:54 +00:00
..
binstall Patch up to work with MI installboot(8). 2002-05-07 14:13:02 +00:00
boot Pass actual loaded kernel file in bootinfo[]. 2002-03-28 15:46:20 +00:00
bootblk Fix problem introduced with the MKMAN->NOMAN conversion. 2001-12-13 22:33:20 +00:00
bootxx bootblock.h: 2002-05-15 09:44:54 +00:00
common - Enable NFS_BOOT_DHCP (as well as the existing NFS_BOOT_BOOTPARAM). 2002-05-14 14:27:33 +00:00
ofwboot - Enable NFS_BOOT_DHCP (as well as the existing NFS_BOOT_BOOTPARAM). 2002-05-14 14:27:33 +00:00
ofwboot.net move ofwboot & bootblk here; add a Makefile to build ofwboot.net 2000-08-20 14:58:36 +00:00
Makefile decommission old installboot; it doesn't work on bootxx anymore anyway. 2002-05-07 12:32:52 +00:00
Makefile.buildboot MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
Makefile.inc add/merge sparc64 support. 2000-08-20 14:57:16 +00:00