summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand
AgeCommit message (Expand)Author
2012-08-31remove some compat junk; ok kettenisTheo de Raadt
2012-08-30Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical accordingPascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-02-12this breaks ramdisk builds. misses releaseTheo de Raadt
2012-02-11Don't compare command line input to softraid device names. ParseKenneth R Westerback
2012-01-11Teach OpenBSD/sparc64 installboot(8) about softraid volumes. This makesJoel Sing
2012-01-01Improve/clean up sparc64 installboot:Joel Sing
2011-12-28The sparc64 installboot is for sparc64 only - remove all of the non-sparc64Joel Sing
2011-04-10Add -fno-builtin-exit to CFLAGS to silence gcc4.Miod Vallat
2011-04-10NULL -> 0Miod Vallat
2011-03-18Fix obj directory probing to support cross compiling.Matthew Dempsky
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2010-11-20some more installboot cleanup from gapz@dud-t.orgTheo de Raadt
2010-11-19gapz@dud-t . org noted that sparc64 installboot crashes if the bootblock isTheo de Raadt
2010-09-08Crank ofwboot version after recent changes.Joel Sing
2010-09-08Use the offset value passed into search_label() and call it withJoel Sing
2010-09-08Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us accessJoel Sing
2010-08-25Remove the SPARC_BOOT_ELF define and associated machinery since it doesJoel Sing
2010-08-21Rename file to reflect that it handles 64 bit ELF only.Joel Sing
2010-08-21We only need to load 64 bit kernels on sparc64. Clean up the ELF boot codeJoel Sing
2010-05-09Since libsa/stand.h provides an extern declaration of devsw[], we should makeMark Kettenis
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-06sparc64 has no boot(8) page; from Daniel DickmanJason McIntyre
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
2010-02-27Remove ELF check. It is broken and since the PROM checks the loaded executableMark Kettenis
2010-02-26crank version of the ofwboot, so we can tell which is whichTheo de Raadt
2010-02-26Back out the last commit. Bizzarely, that extra l@ makes boong from CD fail!Theo de Raadt
2009-11-04Replace the #ifdef NON_DEBUG and #ifdef NOTDEF_DEBUG mess with more saneJoel Sing
2009-09-03Missing header.Joel Sing
2009-09-03The sparc64 boot block currently compares a memory address to the ELF magicJoel Sing
2009-08-28ofwboot can be compiled without -traditional-cpp.Joel Sing
2009-08-17Use ANSI function declarations. No binary change.Joel Sing
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2008-07-06Bump verson number now that the bootloader works on the v1280.Mark Kettenis
2008-07-05Apparantly the "chain" OpenFirmware interface always fails so don't botherMark Kettenis
2008-07-05Round up memory allocations to page size. Apparently sane firmware versions doMark Kettenis
2008-07-05Link bootloader at 1MB (same a the Solaris bootloader) instead of 8MB (whichMark Kettenis
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-10-17Do not clean up vers.c as it is not autogenerated anymore.Hans-Joerg Hoexer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2007-05-03sensible version strings; ok miodTheo de Raadt
2007-01-16Remove unnecessary ampersands in ADR2CELL macro invocations;Marc Aurele La France
2007-01-12Do not force the section header to SHT_NOBITS for non-symbol sections;Miod Vallat
2006-08-31Fix handling of 64-bit quantities in Open Firmware's client interface.Mark Kettenis
2006-07-27remove weird floppyboot garbage; ok miodTheo de Raadt