summaryrefslogtreecommitdiff
path: root/sys/boot/arc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
| | | | Notes: svn path=/head/; revision=72640
* Fix some of the arcdisk devsw functions to catch up with warning fixes inJohn Baldwin2000-08-041-8/+15
| | | | | | | | | | <stand.h>. Also, since bcache_strategy() used to not have a prototype, arcdisk happily called bcache_strategy() with 6 parameters instead of 7, leaving out the disk unit number, which is the 2nd parameter. Add in the unit number to the bcache_strategy() call to fix this. Notes: svn path=/head/; revision=64221
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-012-25/+25
| | | | | | | | | | Add support for module metadata. The old way of dependancy handling will be supported for a while. Reviewed by: peter Notes: svn path=/head/; revision=59854
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-1/+0
| | | | Notes: svn path=/head/; revision=54294
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-2/+2
| | | | | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH Notes: svn path=/head/; revision=53152
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2816-16/+16
| | | | Notes: svn path=/head/; revision=50477
* Make this build if there is an obj directory.Doug Rabson1999-08-021-3/+3
| | | | Notes: svn path=/head/; revision=49381
* The ARC BIOS / AlphaBIOS specific primary boot loader. This code is theStefan Eßer1999-07-2816-0/+1752
result of a joined effort with parts contributed by Doug Rabson, Warner Losh and Stefan Esser (hope I did not forget anybody). Part of the sources is obtained from NetBSD with modifications. This code is work in progress: As of the time of the initial import, a loader.exe executable is built, which can be loaded on an Alpha with NT only firmware, but no attempt is made to switch to OSF PAL code as required to start an actual kernel. Notes: svn path=/cvs2svn/branches/SE/; revision=49187