summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/stand
AgeCommit message (Expand)Author
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-02-15Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.miniMark Kettenis
2010-02-15Since strip doesn't know how to strip a U-boot image, don't attempt toMark Kettenis
2010-02-15Descend into mbr subdirectory.Mark Kettenis
2010-02-15MBR for rb600 installation miniroot image.Mark Kettenis
2010-02-14Bump version number (to 1.0).Mark Kettenis
2010-02-14Enable loading kernels compressed by gzip(1).Mark Kettenis
2010-02-13Install boot.elf in /usr/mdec, since we need it as a bootloader on the rb600.Mark Kettenis
2009-11-08Relocate FDT blob such that it doesn't clash with the kernel we're going toMark Kettenis
2009-10-05remove nasty code, since now we have a nice function to lookup node'ss parent.Dariusz Swiderski
2009-10-01add fdt_parent_node() and OF_parent() functions,Dariusz Swiderski
2009-09-11bump versionDariusz Swiderski
2009-09-11add 'machine fdt' command that dumps device tree if presentDariusz Swiderski
2009-09-07Bring support for booting RB600.Dariusz Swiderski
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-01-31Rename loadpoint to loadaddr and add to usage().Alexander Yurchenko
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-09Place manuals in the MD directories; from pierre.riteau@gmailTheo de Raadt
2008-05-28Add a boot.8 manual page (copied straight from armish). This will in turnMiod Vallat
2008-05-16There's no point in having an ELF bootloader; turn it into a U-Boot image.Mark Kettenis
2008-05-16some macro fixage;Jason McIntyre
2008-05-15Hook up mkboot(8).Mark Kettenis
2008-05-15Add mkboot(8), a utility to make U-Boot images.Mark Kettenis
2008-05-15Install bootloader in /usr/mdec.Mark Kettenis
2008-05-12Provide a real getsecs() implementation.Mark Kettenis
2008-05-11Pass arguments and symbol table more or less the same way as OpenBSD/macppc.Mark Kettenis
2008-05-10First stab at a bootloader for the Thecus N1200.Mark Kettenis