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