summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Fix masking of TTE bits; the TD_*_MASK macros need shifting via themarius2009-04-141-5/+7
* Fix whitespace.marius2009-04-131-3/+3
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-2/+1
* - Use the generally more appropriate PROM base rather than themarius2009-02-101-4/+4
* Disable ATAPI DMA as it's once again broken in that it causes datamarius2008-10-051-1/+1
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingmarius2008-09-101-0/+110
* USIII and beyond CPUs have stricter requirements when it comesmarius2008-09-081-1/+2
* Ensure interrupts are off while in {d,i}tlb_va_to_pa_sun4u().marius2008-09-041-2/+10
* - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work aroundmarius2008-08-301-21/+60
* cosmetic changes and style fixesmarius2008-08-221-4/+7
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'smarius2008-08-072-122/+109
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-252-0/+4
* - Make better use of the global chosen, memory and mmu handles insteadmarius2007-06-171-52/+78
* - Remove dupe and unused declarations and prototypes.marius2007-06-161-67/+54
* add an interface for passing the entire kernel size up front to thekmacy2006-12-181-1/+50
* remove CDDL derive hcall.Skmacy2006-11-231-986/+0
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-2/+0
* unbreak sparc64 loader buildkmacy2006-10-091-1/+0
* add sun4v support to the sparc64 boot loaderkmacy2006-10-092-8/+1093
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-221-2/+8
* - Change the code that determines whether to use a serial console andmarius2005-08-151-17/+41
* Start each of the license/copyright comments with /*-imp2005-01-053-3/+3
* NOFORTH -> NO_FORTHru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-4/+0
* Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes thekensmith2004-09-081-3/+1
* Temporary bandaid to help sparc64 systems with ATA disks boot. Recentkensmith2004-08-191-1/+3
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-163-3/+3
* To quote the submitter:marcel2004-04-041-3/+15
* _start.S -> _start.s as the latter is pure asm file.ru2004-02-112-9/+1
* Since loader(8) on SPARC64 is a pure ELF executable (as opposedru2004-02-101-1/+0
* MFi386.ru2004-02-093-52/+28
* Convert to __FBSDID.obrien2004-01-043-4/+7
* Set RB_SERIAL in boothowto if the firmware output-device is ttya or ttyb.jake2003-11-111-4/+6
* NFS support should be conditional on LOADER_NFS_SUPPORT, nottmm2003-07-111-1/+1
* Remember to release the loader's heap.jake2003-06-151-1/+7
* Commit a missed change to keep in sync with the MI elf loader.peter2003-05-011-4/+4
* Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (forpeter2003-04-301-1/+3
* Cut&Paste considered far too easy:phk2003-04-161-1/+0
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-2/+0
* Fix breakage from earlier inadvertant changes.jake2002-12-201-4/+0
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+4
* Change the device path representation in libofw to use the full firmwarejake2002-11-103-48/+25
* Pass the right number of tlb slots to the kernel. The allocation schemetmm2002-10-181-10/+4
* Compile in support for zipfs and bzipfs so we can load the gzipped mfsrootjake2002-10-132-0/+14
* Remove NOFORTH=yes, it seems to work now thanks to scottl.jake2002-09-021-1/+0
* - Do not pretend to compile a kernel and remove the definitionrobert2002-08-211-2/+0
* - Define the macro _KERNEL to pretend we are compiling a kernel.robert2002-08-211-1/+2
* Print out the strings in vers.o instead of hardcoding the loader banner.jake2002-08-041-2/+4
OpenPOWER on IntegriCloud