summaryrefslogtreecommitdiffstats
path: root/sys/boot/arc
Commit message (Collapse)AuthorAgeFilesLines
* Fix this so it is a Makefile and not a shell script -- now issuing `make'obrien2000-08-041-3/+3
| | | | a second time does not rebuild the binary.
* Fix some of the arcdisk devsw functions to catch up with warning fixes injhb2000-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.
* Add $FreeBSD$peter2000-05-011-0/+1
|
* Update loader logic to distinguish modules vs. files.bp2000-05-013-27/+27
| | | | | | | Add support for module metadata. The old way of dependancy handling will be supported for a while. Reviewed by: peter
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The lattermarcel1999-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.
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-1/+0
|
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-142-3/+4
| | | | | | | | | | | | | | | | 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
* Fix build break.dfr1999-10-091-1/+0
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* $Id$ -> $FreeBSD$peter1999-08-2825-25/+25
|
* Make this build if there is an obj directory.dfr1999-08-021-3/+3
|
* Add missing "path mnemonics" as given in Table 4-3 of rev. 1.2 of these1999-08-021-19/+19
| | | | ARC Specification.
* Fix install target (install loader.exe, not loader).se1999-07-291-2/+2
|
* The ARC BIOS / AlphaBIOS specific primary boot loader. This code is these1999-07-2828-0/+3009
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.
OpenPOWER on IntegriCloud