aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.arm
Commit message (Expand)AuthorAgeFilesLines
* Only build the cache handling code we need when building the arm ELFAndrew Turner2018-07-281-2/+0
* Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are forAndrew Turner2018-07-281-3/+3
* Revert r336773: it removed too much.Warner Losh2018-07-271-2/+3
* Remove xscale supportWarner Losh2018-07-271-3/+2
* Remove the dead code from ARM cpufunc_* files.Michal Meloun2018-07-181-3/+1
* Revert r336353 completely based on protest; compatibility shims incomingKyle Evans2018-07-171-1/+1
* Revert 336358 and step away fron machine for the day...Kyle Evans2018-07-161-1/+1
* Partially revert r336353: sys/conf/* %VERSREQ bumpsKyle Evans2018-07-161-1/+1
* config(8): Bump major version after r335998Kyle Evans2018-07-161-1/+1
* There's two files in the sys tree named inflate.c, in additionWarner Losh2018-07-131-1/+1
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-301-0/+5
* Support armv7 builds for userlandWarner Losh2017-10-051-1/+1
* Always pass the linker emulation via -m when linking modules and kernels.John Baldwin2017-04-051-2/+2
* Sync SYSTEM_LD in Makefile.arm with kern.pre.mk.John Baldwin2017-04-051-2/+3
* Use MACHINE_ARCH rather than TARGET_ARCH which has no meaning outsideWarner Losh2016-10-201-1/+1
* ARM: Disconnect elf_trampoline.c from ARMv6 build.Michal Meloun2016-10-051-1/+1
* Remove unused functions on armv6. Some of the cache handling code is stillAndrew Turner2016-10-031-3/+5
* Split the compiler command line for building the arm elf trampoline codeAndrew Turner2016-10-031-16/+36
* ARM: All remaining functions in cpufunc_asm_arm10.S are identical withMichal Meloun2016-02-021-1/+0
* Change md(4) to use weak symbols as start, end and size for the embeddedMarcel Moolenaar2015-08-131-4/+0
* Since for clang 3.5.0 ARM EHABI is now the default, the -mllvmDimitry Andric2014-11-261-2/+4
* Only build the ARM tranpoline when KERNPHYSADDR is defined as it isAndrew Turner2014-10-191-0/+2
* Disable generating vfp and NEON instructions in the arm kernel.Andrew Turner2014-10-061-0/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-5/+1
* Add support for FDT and !FDT configs on Atmel, though FDT isn'tWarner Losh2014-08-141-1/+1
* Add the dts include directory to the -I list when doing arm builds.Ian Lepore2014-08-081-1/+1
* Reviewed by: impSimon J. Gerraty2014-07-261-1/+1
* Simplify clang ifdefs in the kernel a bit. IntroduceWarner Losh2014-05-101-8/+5
* Put proper ${} around variable expansion. This fixes the build on 9.2Warner Losh2014-04-081-2/+2
* Test MK_ARM_ABI rather than if WITHOUT_ARM_ABI is defined.Warner Losh2014-04-011-2/+2
* Remove all traces of support for ARM chips prior to the arm9 series. WeIan Lepore2014-03-091-3/+3
* Bump the version of config to the latest (3 year old, so upgradeWarner Losh2014-02-041-3/+1
* Hack: Add explicit depends on bus_if.h and device_if.h to avoid aWarner Losh2014-01-311-0/+3
* Fix a braino with r259730: we cannot currently use CFLAGS.gcc orDimitry Andric2014-01-091-4/+8
* To avoid having to explicitly test COMPILER_TYPE for settingDimitry Andric2013-12-221-8/+4
* Add missing ARMv6 CPU functions to ARM MakefileZbigniew Bodek2013-10-291-1/+2
* 2 years, 10 months, 22 days after the projects/arm_eabi branch was createdAndrew Turner2013-07-161-2/+2
* The -mno-apcs-frame argument is unavaliable on clang, also ignore it there.Andrew Turner2013-03-171-1/+1
* The compiler argument -mno-apcs-frame has no meaning when using EABI as weAndrew Turner2013-03-161-0/+2
* Fix the indentation for a few commands that were missed or incorrectlyAndrew Turner2013-03-161-3/+3
* Adjust the indentation of the trampoline compilation to make the commandsAndrew Turner2013-03-161-19/+18
* - Clang doesn't understand the -mno-thumb-interwork. Only use it with gcc.Andrew Turner2013-03-101-0/+6
* Don't build the kernel with Thumb interworking as we don't support Thumb.Andrew Turner2013-01-231-0/+2
* When DDB is enabled and we are building for the ARM EABI include the unwindAndrew Turner2013-01-191-0/+2
* Fix LINT build for arm: NOTES defines LDFLAGS by way of a make optionMarcel Moolenaar2012-11-291-1/+1
* The tramp stuff isn't dependent on DDB, so always add these to theWarner Losh2012-11-231-2/+0
* Remove duplication and centralize testing of various config(8)ed features.David E. O'Brien2012-09-121-2/+0
* Not all Pmake derived makes quietly tolerate assignment from shell commandsDavid E. O'Brien2012-09-121-1/+1
* Get rid of ARM_BIG_ENDIAN for good:Oleksandr Tymoshenko2012-08-211-11/+0
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-1/+3