aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.arm
Commit message (Expand)AuthorAgeFilesLines
* Bring in two bandaids to get the elf trampoline to work again, until I findOlivier Houchard2007-07-271-10/+14
* Revert config(8) version bump. It brings major pain for people working onWojciech A. Koszek2007-05-161-1/+1
* Bump config(8) version and build requirement for config(8) to 600006. ThisWojciech A. Koszek2007-05-131-1/+1
* Only use -mno-apcs-frame if DDB is not in the kernel, as it prevent theOlivier Houchard2006-07-241-1/+4
* Add -EB to ${LD} too if we're making a big endian kernel, not anything inOlivier Houchard2006-07-181-0/+1
* Make sure the stack is properly aligned.Olivier Houchard2006-06-181-3/+4
* MFp4:Olivier Houchard2006-06-121-1/+3
* To avoid problems, invalidate the data cache and disable the MMU onceOlivier Houchard2006-05-301-2/+6
* Erm don't use -mno-apcs-frame if we're going to do profiling either, it's notOlivier Houchard2006-03-271-1/+1
* Build a minimal pagetables, with only section mappings, mapped write through,Olivier Houchard2006-01-201-1/+3
* Rather than appending it at the end of the kernel build process, give theOlivier Houchard2005-12-201-21/+20
* Make the elf trampoline disable the MMU, and link it at physical address,Olivier Houchard2005-12-201-14/+23
* Teach the elf trampoline how to deal with gzipped kernels.Olivier Houchard2005-12-051-4/+17
* Version 600004 is better than 700000 given other changes that are inWarner Losh2005-11-281-1/+1
* Make config(8) understand ORed dependecies in "files*" andRuslan Ermilov2005-11-271-1/+1
* Use the correct file name for the ldscript.Olivier Houchard2005-11-251-2/+2
* Create a non-elf pure binary version of the kernel as well.Olivier Houchard2005-11-241-1/+19
* Make the elf wrapper work with recent kernel.debug changes.Olivier Houchard2005-11-171-3/+5
* We don't bump the config version for additions to config that aren'tWarner Losh2005-11-041-1/+1
* Implement the "nocpu" directive.Ruslan Ermilov2005-11-031-1/+1
* Bump config(8) version for the DEFAULTS change.John Baldwin2005-10-271-1/+1
* Strip the $a, $t and $d symbols if we're using DDB. There are useless andOlivier Houchard2005-10-171-0/+3
* Really detect if DDB is enabled.Olivier Houchard2005-10-041-1/+4
* Makefile magic for the ELF trampoline.Olivier Houchard2005-10-031-0/+9
* Use -mno-apcs-frame if DEBUG isn't defined.Olivier Houchard2005-06-271-0/+3
* Never hardcode /sys into these Makefiles. The proper way to spell it is $S.Warner Losh2005-04-131-2/+0
* The latest release of the FreeBSD driver (twa) forVinod Kashyap2005-04-121-0/+2
* Update version number for latest config version bumpWarner Losh2005-04-011-1/+1
* bump the Makefile config versions now that config is 600001...John-Mark Gurney2005-02-101-1/+1
* Add a new make option, ARM_BIG_ENDIAN, to compile big endian kernels.Olivier Houchard2005-01-191-0/+6
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Add the possibility to specify the kernel virtual address and the kernelOlivier Houchard2004-09-231-3/+7
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-301-1/+1
* Add config magic for arm.Olivier Houchard2004-05-141-0/+51