| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r307686: | mmel | 2017-04-16 | 1 | -1/+1 |
* | MFC r306703: | mmel | 2017-04-16 | 1 | -1/+1 |
* | ARM: All remaining functions in cpufunc_asm_arm10.S are identical with | mmel | 2016-02-02 | 1 | -1/+0 |
* | Change md(4) to use weak symbols as start, end and size for the embedded | marcel | 2015-08-13 | 1 | -4/+0 |
* | Since for clang 3.5.0 ARM EHABI is now the default, the -mllvm | dim | 2014-11-26 | 1 | -2/+4 |
* | Only build the ARM tranpoline when KERNPHYSADDR is defined as it is | andrew | 2014-10-19 | 1 | -0/+2 |
* | Disable generating vfp and NEON instructions in the arm kernel. | andrew | 2014-10-06 | 1 | -0/+3 |
* | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | andrew | 2014-10-01 | 1 | -5/+1 |
* | Add support for FDT and !FDT configs on Atmel, though FDT isn't | imp | 2014-08-14 | 1 | -1/+1 |
* | Add the dts include directory to the -I list when doing arm builds. | ian | 2014-08-08 | 1 | -1/+1 |
* | Reviewed by: imp | sjg | 2014-07-26 | 1 | -1/+1 |
* | Simplify clang ifdefs in the kernel a bit. Introduce | imp | 2014-05-10 | 1 | -8/+5 |
* | Put proper ${} around variable expansion. This fixes the build on 9.2 | imp | 2014-04-08 | 1 | -2/+2 |
* | Test MK_ARM_ABI rather than if WITHOUT_ARM_ABI is defined. | imp | 2014-04-01 | 1 | -2/+2 |
* | Remove all traces of support for ARM chips prior to the arm9 series. We | ian | 2014-03-09 | 1 | -3/+3 |
* | Bump the version of config to the latest (3 year old, so upgrade | imp | 2014-02-04 | 1 | -3/+1 |
* | Hack: Add explicit depends on bus_if.h and device_if.h to avoid a | imp | 2014-01-31 | 1 | -0/+3 |
* | Fix a braino with r259730: we cannot currently use CFLAGS.gcc or | dim | 2014-01-09 | 1 | -4/+8 |
* | To avoid having to explicitly test COMPILER_TYPE for setting | dim | 2013-12-22 | 1 | -8/+4 |
* | Add missing ARMv6 CPU functions to ARM Makefile | zbb | 2013-10-29 | 1 | -1/+2 |
* | 2 years, 10 months, 22 days after the projects/arm_eabi branch was created | andrew | 2013-07-16 | 1 | -2/+2 |
* | The -mno-apcs-frame argument is unavaliable on clang, also ignore it there. | andrew | 2013-03-17 | 1 | -1/+1 |
* | The compiler argument -mno-apcs-frame has no meaning when using EABI as we | andrew | 2013-03-16 | 1 | -0/+2 |
* | Fix the indentation for a few commands that were missed or incorrectly | andrew | 2013-03-16 | 1 | -3/+3 |
* | Adjust the indentation of the trampoline compilation to make the commands | andrew | 2013-03-16 | 1 | -19/+18 |
* | - Clang doesn't understand the -mno-thumb-interwork. Only use it with gcc. | andrew | 2013-03-10 | 1 | -0/+6 |
* | Don't build the kernel with Thumb interworking as we don't support Thumb. | andrew | 2013-01-23 | 1 | -0/+2 |
* | When DDB is enabled and we are building for the ARM EABI include the unwind | andrew | 2013-01-19 | 1 | -0/+2 |
* | Fix LINT build for arm: NOTES defines LDFLAGS by way of a make option | marcel | 2012-11-29 | 1 | -1/+1 |
* | The tramp stuff isn't dependent on DDB, so always add these to the | imp | 2012-11-23 | 1 | -2/+0 |
* | Remove duplication and centralize testing of various config(8)ed features. | obrien | 2012-09-12 | 1 | -2/+0 |
* | Not all Pmake derived makes quietly tolerate assignment from shell commands | obrien | 2012-09-12 | 1 | -1/+1 |
* | Get rid of ARM_BIG_ENDIAN for good: | gonzo | 2012-08-21 | 1 | -11/+0 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 1 | -1/+3 |
* | Force overwrite of gz file, to make NO_CLEAN builds work. | imp | 2012-07-15 | 1 | -1/+1 |
* | Add -ffreestanding to the command line, so taht inflate.c compiles and link | cognet | 2011-06-15 | 1 | -1/+2 |
* | Convert Marvell ARM platforms to FDT convention. | raj | 2010-06-13 | 1 | -0/+2 |
* | Add support for Cavium Econa CNS11XX ARM boards. These boards were | rpaulo | 2010-01-04 | 1 | -1/+1 |
* | Rename Marvell ARM CPU specific file according to r186933. | raj | 2009-01-09 | 1 | -1/+1 |
* | enable use of modules but disable them by adding MODULES_OVERRIDE="" | sam | 2008-11-30 | 1 | -3/+2 |
* | Introduce basic support for Marvell families of system-on-chip ARM devices: | raj | 2008-10-13 | 1 | -1/+2 |
* | We need -I$S to compile the elf trampoline. | cognet | 2008-08-04 | 1 | -5/+7 |
* | If you build a compiler with TARGET_BIG_ENDIAN, and then try to build | imp | 2008-04-04 | 1 | -0/+4 |
* | Make kernel.tramp build properly on ARM9E. | raj | 2008-04-04 | 1 | -1/+1 |
* | Always build kernel.tramp. This should be helpful for a lot of | imp | 2008-04-03 | 1 | -0/+2 |
* | Introduce a standalone shell script for embedding MFS image. | raj | 2008-02-05 | 1 | -0/+4 |
* | Bring in two bandaids to get the elf trampoline to work again, until I find | cognet | 2007-07-27 | 1 | -10/+14 |
* | Revert config(8) version bump. It brings major pain for people working on | wkoszek | 2007-05-16 | 1 | -1/+1 |
* | Bump config(8) version and build requirement for config(8) to 600006. This | wkoszek | 2007-05-13 | 1 | -1/+1 |
* | Only use -mno-apcs-frame if DDB is not in the kernel, as it prevent the | cognet | 2006-07-24 | 1 | -1/+4 |