summaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.arm
AgeCommit message (Expand)Author
2025-08-07arm: Generate the kernel.bin file in zImage format.Michal Meloun
2024-12-06genassym: Remove stale *if.h dependsWarner Losh
2024-11-09arm: remove accidentally added -Map switch to linkerMichal Meloun
2024-11-09arm: Improve the creation of kernel.binMichal Meloun
2024-07-31Fix incorrect -I option in sys/conf/Makefile.armDimitry Andric
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-10-26arm: Introduce MK_KERNEL_BIN to control generation of kernel.binWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2021-10-18ipq4018: add TCSR definitions from Linux.Adrian Chadd
2021-04-02x86: remove gcov kernel supportKonstantin Belousov
2021-01-15Switch to the new device-tree vendor treeEmmanuel Vadot
2020-10-10Brand our DTS with the Linux version it was imported fromEmmanuel Vadot
2020-05-12Remove tests for obsolete compilers in the build systemEric van Gyzen
2019-12-30Set a "kernbase" symbol in 32-bit arm locore.S and use it with ldscript.arm.Ian Lepore
2019-12-29Eliminate the generated ldscript for arm and arm64, and strip $a/$d markerIan Lepore
2019-07-27Remove support for kernel.tramp and kernel.tramp.gzWarner Losh
2018-07-28Only build the cache handling code we need when building the arm ELFAndrew Turner
2018-07-28Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are forAndrew Turner
2018-07-27Revert r336773: it removed too much.Warner Losh
2018-07-27Remove xscale supportWarner Losh
2018-07-18Remove the dead code from ARM cpufunc_* files.Michal Meloun
2018-07-17Revert r336353 completely based on protest; compatibility shims incomingKyle Evans
2018-07-16Revert 336358 and step away fron machine for the day...Kyle Evans
2018-07-16Partially revert r336353: sys/conf/* %VERSREQ bumpsKyle Evans
2018-07-16config(8): Bump major version after r335998Kyle Evans
2018-07-13There's two files in the sys tree named inflate.c, in additionWarner Losh
2017-12-30Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore
2017-10-05Support armv7 builds for userlandWarner Losh
2017-04-05Always pass the linker emulation via -m when linking modules and kernels.John Baldwin
2017-04-05Sync SYSTEM_LD in Makefile.arm with kern.pre.mk.John Baldwin
2016-10-20Use MACHINE_ARCH rather than TARGET_ARCH which has no meaning outsideWarner Losh
2016-10-05ARM: Disconnect elf_trampoline.c from ARMv6 build.Michal Meloun
2016-10-03Remove unused functions on armv6. Some of the cache handling code is stillAndrew Turner
2016-10-03Split the compiler command line for building the arm elf trampoline codeAndrew Turner
2016-02-02ARM: All remaining functions in cpufunc_asm_arm10.S are identical withMichal Meloun
2015-08-13Change md(4) to use weak symbols as start, end and size for the embeddedMarcel Moolenaar
2014-11-26Since for clang 3.5.0 ARM EHABI is now the default, the -mllvmDimitry Andric
2014-10-19Only build the ARM tranpoline when KERNPHYSADDR is defined as it isAndrew Turner
2014-10-06Disable generating vfp and NEON instructions in the arm kernel.Andrew Turner
2014-10-01Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner
2014-08-14Add support for FDT and !FDT configs on Atmel, though FDT isn'tWarner Losh
2014-08-08Add the dts include directory to the -I list when doing arm builds.Ian Lepore
2014-07-26Reviewed by: impSimon J. Gerraty
2014-05-10Simplify clang ifdefs in the kernel a bit. IntroduceWarner Losh
2014-04-08Put proper ${} around variable expansion. This fixes the build on 9.2Warner Losh
2014-04-01Test MK_ARM_ABI rather than if WITHOUT_ARM_ABI is defined.Warner Losh
2014-03-09Remove all traces of support for ARM chips prior to the arm9 series. WeIan Lepore
2014-02-04Bump the version of config to the latest (3 year old, so upgradeWarner Losh
2014-01-31Hack: Add explicit depends on bus_if.h and device_if.h to avoid aWarner Losh
2014-01-09Fix a braino with r259730: we cannot currently use CFLAGS.gcc orDimitry Andric