summaryrefslogtreecommitdiff
path: root/sys/boot/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries fromMarius Strobl2011-07-021-25/+63
* Include forgotten framework changes to get some of the new menu files install...Julian Elischer2011-05-301-1/+2
* New boot loader menus from Devin Teske.Julian Elischer2011-05-281-0/+6
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-70/+1
* Revert rev 165325. The arch_maphint interface hasn't been in use forMarcel Moolenaar2011-04-031-46/+0
* Partially revert r203829; as it turns out what the PowerPC OFW loader didMarius Strobl2010-10-291-4/+4
* Merge from powerpc:Marius Strobl2010-09-161-33/+27
* Use -Wl,-N instead of the undocumented -N option for GCC.Ed Schouten2010-06-031-1/+1
* Add support for SPARC64 V (and where it already makes sense for otherMarius Strobl2010-05-021-2/+6
* Some machines can not only consist of CPUs running at different speedsMarius Strobl2010-02-201-1/+1
* Correct the panic strings introduced in r203830 to match their arguments.Marius Strobl2010-02-131-4/+4
* Use the SUNW,{d,i}tlb-load methods for entering locked TLB entries likeMarius Strobl2010-02-131-48/+26
* - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmwareMarius Strobl2010-02-131-34/+115
* - Add code allowing a network device to only be open and closed onceMarius Strobl2010-01-091-1/+5
* Execute the cleanup handlers before jumping to the kernel justMarius Strobl2009-12-241-0/+2
* Revert r183628 as with the current ata(4) ATAPI DMA with AcerLabsMarius Strobl2009-12-241-1/+0
* Fix masking of TTE bits; the TD_*_MASK macros need shifting via theMarius Strobl2009-04-141-5/+7
* Fix whitespace.Marius Strobl2009-04-131-3/+3
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-2/+1
* - Use the generally more appropriate PROM base rather than theMarius Strobl2009-02-101-4/+4
* Disable ATAPI DMA as it's once again broken in that it causes dataMarius Strobl2008-10-051-1/+1
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingMarius Strobl2008-09-101-0/+110
* USIII and beyond CPUs have stricter requirements when it comesMarius Strobl2008-09-081-1/+2
* Ensure interrupts are off while in {d,i}tlb_va_to_pa_sun4u().Marius Strobl2008-09-041-2/+10
* - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work aroundMarius Strobl2008-08-301-21/+60
* cosmetic changes and style fixesMarius Strobl2008-08-221-4/+7
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'sMarius Strobl2008-08-072-122/+109
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-252-0/+4
* - Make better use of the global chosen, memory and mmu handles insteadMarius Strobl2007-06-171-52/+78
* - Remove dupe and unused declarations and prototypes.Marius Strobl2007-06-161-67/+54
* add an interface for passing the entire kernel size up front to theKip Macy2006-12-181-1/+50
* remove CDDL derive hcall.SKip Macy2006-11-231-986/+0
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-021-2/+0
* unbreak sparc64 loader buildKip Macy2006-10-091-1/+0
* add sun4v support to the sparc64 boot loaderKip Macy2006-10-092-8/+1093
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-221-2/+8
* - Change the code that determines whether to use a serial console andMarius Strobl2005-08-151-17/+41
* Start each of the license/copyright comments with /*-Warner Losh2005-01-053-3/+3
* NOFORTH -> NO_FORTHRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-4/+0
* Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes theKen Smith2004-09-081-3/+1
* Temporary bandaid to help sparc64 systems with ATA disks boot. RecentKen Smith2004-08-191-1/+3
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-163-3/+3
* To quote the submitter:Marcel Moolenaar2004-04-041-3/+15
* _start.S -> _start.s as the latter is pure asm file.Ruslan Ermilov2004-02-112-9/+1
* Since loader(8) on SPARC64 is a pure ELF executable (as opposedRuslan Ermilov2004-02-101-1/+0
* MFi386.Ruslan Ermilov2004-02-093-52/+28
* Convert to __FBSDID.David E. O'Brien2004-01-043-4/+7