aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Set RB_SERIAL in boothowto if the firmware output-device is ttya or ttyb.Jake Burkholder2003-11-111-4/+6
* NFS support should be conditional on LOADER_NFS_SUPPORT, notThomas Moestl2003-07-111-1/+1
* Remember to release the loader's heap.Jake Burkholder2003-06-151-1/+7
* Commit a missed change to keep in sync with the MI elf loader.Peter Wemm2003-05-011-4/+4
* Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (forPeter Wemm2003-04-301-1/+3
* Cut&Paste considered far too easy:Poul-Henning Kamp2003-04-161-1/+0
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-2/+0
* Fix breakage from earlier inadvertant changes.Jake Burkholder2002-12-201-4/+0
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+4
* Change the device path representation in libofw to use the full firmwareJake Burkholder2002-11-103-48/+25
* Pass the right number of tlb slots to the kernel. The allocation schemeThomas Moestl2002-10-181-10/+4
* Compile in support for zipfs and bzipfs so we can load the gzipped mfsrootJake Burkholder2002-10-132-0/+14
* Remove NOFORTH=yes, it seems to work now thanks to scottl.Jake Burkholder2002-09-021-1/+0
* - Do not pretend to compile a kernel and remove the definitionRobert Drehmel2002-08-211-2/+0
* - Define the macro _KERNEL to pretend we are compiling a kernel.Robert Drehmel2002-08-211-1/+2
* Print out the strings in vers.o instead of hardcoding the loader banner.Jake Burkholder2002-08-041-2/+4
* Enable netboot support by default, since it can now coexist with disk andJake Burkholder2002-07-071-3/+3
* Make building with ficl work. Unfortunately booting with it doesn't.Jake Burkholder2002-07-072-5/+10
* Enable cd9660 support by default.Jake Burkholder2002-06-211-1/+1
* Add boot_serial and boot_multicons variables to set RB_SERIAL andPeter Wemm2002-06-201-0/+2
* Add explicit dependency on ufsread.cPoul-Henning Kamp2002-06-051-0/+2
* Remove UFS related #includes, they're read in ufsread.c now.Poul-Henning Kamp2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.Poul-Henning Kamp2002-06-052-126/+12
* Avoid entering IOCCC with a memcpy turned bcopy.Poul-Henning Kamp2002-06-051-4/+4
* Add needed include of queue.h. Remove unneeded include of smp.h.Jake Burkholder2002-05-291-1/+1
* Use a contrived 'tlb_entry' structure for passing the mappings for theJake Burkholder2002-05-293-18/+18
* Sync with i386. The loader was being installed before the beforeinstallJake Burkholder2002-05-281-26/+39
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2