| Commit message (Expand) | Author | Age | Files | Lines |
| * | arm: remove accidentally added -Map switch to linker | Michal Meloun | 2025-05-03 | 1 | -1/+0 |
| * | arm: Improve the creation of kernel.bin | Michal Meloun | 2025-05-03 | 1 | -19/+20 |
| * | Fix incorrect -I option in sys/conf/Makefile.arm | Dimitry Andric | 2024-08-04 | 1 | -1/+1 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | ipq4018: add TCSR definitions from Linux. | Adrian Chadd | 2021-10-18 | 1 | -1/+1 |
| * | x86: remove gcov kernel support | Konstantin Belousov | 2021-04-02 | 1 | -1/+1 |
| * | Switch to the new device-tree vendor tree | Emmanuel Vadot | 2021-01-15 | 1 | -2/+2 |
| * | Brand our DTS with the Linux version it was imported from | Emmanuel Vadot | 2020-10-10 | 1 | -0/+3 |
| * | Remove tests for obsolete compilers in the build system | Eric van Gyzen | 2020-05-12 | 1 | -4/+0 |
| * | Set a "kernbase" symbol in 32-bit arm locore.S and use it with ldscript.arm. | Ian Lepore | 2019-12-30 | 1 | -2/+2 |
| * | Eliminate the generated ldscript for arm and arm64, and strip $a/$d marker | Ian Lepore | 2019-12-29 | 1 | -18/+33 |
| * | Remove support for kernel.tramp and kernel.tramp.gz | Warner Losh | 2019-07-27 | 1 | -80/+3 |
| * | Only build the cache handling code we need when building the arm ELF | Andrew Turner | 2018-07-28 | 1 | -2/+0 |
| * | Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are for | Andrew Turner | 2018-07-28 | 1 | -3/+3 |
| * | Revert r336773: it removed too much. | Warner Losh | 2018-07-27 | 1 | -2/+3 |
| * | Remove xscale support | Warner Losh | 2018-07-27 | 1 | -3/+2 |
| * | Remove the dead code from ARM cpufunc_* files. | Michal Meloun | 2018-07-18 | 1 | -3/+1 |
| * | Revert r336353 completely based on protest; compatibility shims incoming | Kyle Evans | 2018-07-17 | 1 | -1/+1 |
| * | Revert 336358 and step away fron machine for the day... | Kyle Evans | 2018-07-16 | 1 | -1/+1 |
| * | Partially revert r336353: sys/conf/* %VERSREQ bumps | Kyle Evans | 2018-07-16 | 1 | -1/+1 |
| * | config(8): Bump major version after r335998 | Kyle Evans | 2018-07-16 | 1 | -1/+1 |
| * | There's two files in the sys tree named inflate.c, in addition | Warner Losh | 2018-07-13 | 1 | -1/+1 |
| * | Make kernel option KERNVIRTADDR optional, remove it from std.<platform> | Ian Lepore | 2017-12-30 | 1 | -0/+5 |
| * | Support armv7 builds for userland | Warner Losh | 2017-10-05 | 1 | -1/+1 |
| * | Always pass the linker emulation via -m when linking modules and kernels. | John Baldwin | 2017-04-05 | 1 | -2/+2 |
| * | Sync SYSTEM_LD in Makefile.arm with kern.pre.mk. | John Baldwin | 2017-04-05 | 1 | -2/+3 |
| * | Use MACHINE_ARCH rather than TARGET_ARCH which has no meaning outside | Warner Losh | 2016-10-20 | 1 | -1/+1 |
| * | ARM: Disconnect elf_trampoline.c from ARMv6 build. | Michal Meloun | 2016-10-05 | 1 | -1/+1 |
| * | Remove unused functions on armv6. Some of the cache handling code is still | Andrew Turner | 2016-10-03 | 1 | -3/+5 |
| * | Split the compiler command line for building the arm elf trampoline code | Andrew Turner | 2016-10-03 | 1 | -16/+36 |
| * | ARM: All remaining functions in cpufunc_asm_arm10.S are identical with | Michal Meloun | 2016-02-02 | 1 | -1/+0 |
| * | Change md(4) to use weak symbols as start, end and size for the embedded | Marcel Moolenaar | 2015-08-13 | 1 | -4/+0 |
| * | Since for clang 3.5.0 ARM EHABI is now the default, the -mllvm | Dimitry Andric | 2014-11-26 | 1 | -2/+4 |
| * | Only build the ARM tranpoline when KERNPHYSADDR is defined as it is | Andrew Turner | 2014-10-19 | 1 | -0/+2 |
| * | Disable generating vfp and NEON instructions in the arm kernel. | Andrew Turner | 2014-10-06 | 1 | -0/+3 |
| * | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | Andrew Turner | 2014-10-01 | 1 | -5/+1 |
| * | Add support for FDT and !FDT configs on Atmel, though FDT isn't | Warner Losh | 2014-08-14 | 1 | -1/+1 |
| * | Add the dts include directory to the -I list when doing arm builds. | Ian Lepore | 2014-08-08 | 1 | -1/+1 |
| * | Reviewed by: imp | Simon J. Gerraty | 2014-07-26 | 1 | -1/+1 |
| * | Simplify clang ifdefs in the kernel a bit. Introduce | Warner Losh | 2014-05-10 | 1 | -8/+5 |
| * | Put proper ${} around variable expansion. This fixes the build on 9.2 | Warner Losh | 2014-04-08 | 1 | -2/+2 |
| * | Test MK_ARM_ABI rather than if WITHOUT_ARM_ABI is defined. | Warner Losh | 2014-04-01 | 1 | -2/+2 |
| * | Remove all traces of support for ARM chips prior to the arm9 series. We | Ian Lepore | 2014-03-09 | 1 | -3/+3 |
| * | Bump the version of config to the latest (3 year old, so upgrade | Warner Losh | 2014-02-04 | 1 | -3/+1 |
| * | Hack: Add explicit depends on bus_if.h and device_if.h to avoid a | Warner Losh | 2014-01-31 | 1 | -0/+3 |
| * | Fix a braino with r259730: we cannot currently use CFLAGS.gcc or | Dimitry Andric | 2014-01-09 | 1 | -4/+8 |
| * | To avoid having to explicitly test COMPILER_TYPE for setting | Dimitry Andric | 2013-12-22 | 1 | -8/+4 |
| * | Add missing ARMv6 CPU functions to ARM Makefile | Zbigniew Bodek | 2013-10-29 | 1 | -1/+2 |
| * | 2 years, 10 months, 22 days after the projects/arm_eabi branch was created | Andrew Turner | 2013-07-16 | 1 | -2/+2 |
| * | The -mno-apcs-frame argument is unavaliable on clang, also ignore it there. | Andrew Turner | 2013-03-17 | 1 | -1/+1 |