aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arc/loader
Commit message (Collapse)AuthorAgeFilesLines
* MFC: rev 1.5 (fix rules so `make' can do its job properly)David E. O'Brien2000-08-041-3/+3
| | | | Notes: svn path=/stable/4/; revision=64231
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The latterMarcel Moolenaar1999-12-163-109/+9
| | | | | | | | | also creates setdef{0|1}.c so there's no need to have those in the repository. Using /usr/bin/gensetdefs has no consequences for the output. Notes: svn path=/head/; revision=54695
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-1/+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
* Fix build break.Doug Rabson1999-10-091-1/+0
| | | | | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu> Notes: svn path=/head/; revision=52058
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
| | | | Notes: svn path=/head/; revision=50477
* Add missing "path mnemonics" as given in Table 4-3 of rev. 1.2 of theStefan Eßer1999-08-021-19/+19
| | | | | | | ARC Specification. Notes: svn path=/head/; revision=49379
* Fix install target (install loader.exe, not loader).Stefan Eßer1999-07-291-2/+2
| | | | Notes: svn path=/head/; revision=49234
* The ARC BIOS / AlphaBIOS specific primary boot loader. This code is theStefan Eßer1999-07-287-0/+677
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