summaryrefslogtreecommitdiffstats
path: root/sys/boot/arc/loader
Commit message (Collapse)AuthorAgeFilesLines
* -ffreestanding is the word.obrien2002-05-101-1/+1
| | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see)
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-141-11/+2
|
* 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.
* Update loader logic to distinguish modules vs. files.bp2000-05-011-2/+2
| | | | | | | 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.
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-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
* Fix build break.dfr1999-10-091-1/+0
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
|
* 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-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.
OpenPOWER on IntegriCloud