summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.arm
Commit message (Expand)AuthorAgeFilesLines
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-171-3/+3
* MFC r261252, r261279, r261304, r261305, r261322, r261336, r261337, r261338,ian2014-05-151-0/+3
* MFC r257170, r257171, r257172, r257240, r257278, r257279, r257280, r257281,ian2014-05-141-1/+2
* MFC r260494:dim2014-01-121-4/+8
* MFC r257532 (by adrian):dim2013-12-301-8/+4
* 2 years, 10 months, 22 days after the projects/arm_eabi branch was createdandrew2013-07-161-2/+2
* The -mno-apcs-frame argument is unavaliable on clang, also ignore it there.andrew2013-03-171-1/+1
* The compiler argument -mno-apcs-frame has no meaning when using EABI as weandrew2013-03-161-0/+2
* Fix the indentation for a few commands that were missed or incorrectlyandrew2013-03-161-3/+3
* Adjust the indentation of the trampoline compilation to make the commandsandrew2013-03-161-19/+18
* - Clang doesn't understand the -mno-thumb-interwork. Only use it with gcc.andrew2013-03-101-0/+6
* Don't build the kernel with Thumb interworking as we don't support Thumb.andrew2013-01-231-0/+2
* When DDB is enabled and we are building for the ARM EABI include the unwindandrew2013-01-191-0/+2
* Fix LINT build for arm: NOTES defines LDFLAGS by way of a make optionmarcel2012-11-291-1/+1
* The tramp stuff isn't dependent on DDB, so always add these to theimp2012-11-231-2/+0
* Remove duplication and centralize testing of various config(8)ed features.obrien2012-09-121-2/+0
* Not all Pmake derived makes quietly tolerate assignment from shell commandsobrien2012-09-121-1/+1
* Get rid of ARM_BIG_ENDIAN for good:gonzo2012-08-211-11/+0
* Merging projects/armv6, part 1gonzo2012-08-151-1/+3
* Force overwrite of gz file, to make NO_CLEAN builds work.imp2012-07-151-1/+1
* Add -ffreestanding to the command line, so taht inflate.c compiles and linkcognet2011-06-151-1/+2
* Convert Marvell ARM platforms to FDT convention.raj2010-06-131-0/+2
* Add support for Cavium Econa CNS11XX ARM boards. These boards wererpaulo2010-01-041-1/+1
* Rename Marvell ARM CPU specific file according to r186933.raj2009-01-091-1/+1
* enable use of modules but disable them by adding MODULES_OVERRIDE=""sam2008-11-301-3/+2
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-131-1/+2
* We need -I$S to compile the elf trampoline.cognet2008-08-041-5/+7
* If you build a compiler with TARGET_BIG_ENDIAN, and then try to buildimp2008-04-041-0/+4
* Make kernel.tramp build properly on ARM9E.raj2008-04-041-1/+1
* Always build kernel.tramp. This should be helpful for a lot ofimp2008-04-031-0/+2
* Introduce a standalone shell script for embedding MFS image.raj2008-02-051-0/+4
* Bring in two bandaids to get the elf trampoline to work again, until I findcognet2007-07-271-10/+14
* Revert config(8) version bump. It brings major pain for people working onwkoszek2007-05-161-1/+1
* Bump config(8) version and build requirement for config(8) to 600006. Thiswkoszek2007-05-131-1/+1
* Only use -mno-apcs-frame if DDB is not in the kernel, as it prevent thecognet2006-07-241-1/+4
* Add -EB to ${LD} too if we're making a big endian kernel, not anything incognet2006-07-181-0/+1
* Make sure the stack is properly aligned.cognet2006-06-181-3/+4
* MFp4:cognet2006-06-121-1/+3
* To avoid problems, invalidate the data cache and disable the MMU oncecognet2006-05-301-2/+6
* Erm don't use -mno-apcs-frame if we're going to do profiling either, it's notcognet2006-03-271-1/+1
* Build a minimal pagetables, with only section mappings, mapped write through,cognet2006-01-201-1/+3
* Rather than appending it at the end of the kernel build process, give thecognet2005-12-201-21/+20
* Make the elf trampoline disable the MMU, and link it at physical address,cognet2005-12-201-14/+23
* Teach the elf trampoline how to deal with gzipped kernels.cognet2005-12-051-4/+17
* Version 600004 is better than 700000 given other changes that are inimp2005-11-281-1/+1
* Make config(8) understand ORed dependecies in "files*" andru2005-11-271-1/+1
* Use the correct file name for the ldscript.cognet2005-11-251-2/+2
* Create a non-elf pure binary version of the kernel as well.cognet2005-11-241-1/+19
* Make the elf wrapper work with recent kernel.debug changes.cognet2005-11-171-3/+5
* We don't bump the config version for additions to config that aren'timp2005-11-041-1/+1
OpenPOWER on IntegriCloud