aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arc/loader
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-115-569/+0
| | | | Notes: svn path=/head/; revision=158458
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Convert to __FBSDID.David E. O'Brien2004-01-042-4/+5
| | | | Notes: svn path=/head/; revision=124140
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+1
| | | | Notes: svn path=/head/; revision=108100
* -ffreestanding is the word.David E. O'Brien2002-05-101-1/+1
| | | | | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see) Notes: svn path=/head/; revision=96342
* Nuke old gensetdefs based linker sets with extreme prejudicePeter Wemm2001-06-141-11/+2
| | | | Notes: svn path=/head/; revision=78195
* Fix this so it is a Makefile and not a shell script -- now issuing `make'David E. O'Brien2000-08-041-3/+3
| | | | | | | a second time does not rebuild the binary. Notes: svn path=/head/; revision=64230
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-011-2/+2
| | | | | | | | | | 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
* 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