summaryrefslogtreecommitdiff
path: root/sys/arch/arm/conf
AgeCommit message (Expand)Author
2014-03-02Explicitly enable VFP support for vfp_init.c. Fixes build ofjoerg
2014-02-20cpu_cortex doesn't need the arm11 cpufuncs any morematt
2014-01-30Put EHABI exception tables at the end of text.matt
2014-01-23Compile the armv4 cpufunc file with -mcpu=arm8 instead of arm9, to avoidmartin
2014-01-04Explicitly force a CPU for the assembler for the compatibilityjoerg
2013-12-27Pass -mfpu=vfp so GAS won't complain about vmsrnematt
2013-12-24Make sure _edata is aligned to a 8-byte boundary.matt
2013-11-12CPU_ARMV[67] imply ARM32_DISABLE_ALIGNMENT_FAULTSmatt
2013-10-28Make sure certain files are always assembled with -marmmatt
2013-08-17Nuke atomic.S since we have MI defined atomic opsmatt
2013-07-02Rework to have CPU_PREARMV6, CPU_ARMV6, as well as CPU_ARMV7matt
2013-06-22File VBAR optionmatt
2013-06-12Add a ARM_HAS_VBAR option which forces the use of the VBAR register. Thismatt
2013-06-12Add CPU_ARMV7 and make CPU_PJ4B and CPU_CORTEX instantiate it.matt
2013-05-19Make PJ4B support code compilable.rkujawa
2013-02-14Add BUSDMA_COUNTERS optionmatt
2013-02-03Fix typo in option nameskrll
2013-02-03Always compile the kernel with -mfloat=softmatt
2013-01-28reserve char 111 for vchiqjmcneill
2013-01-28Disable bzero_page_vfp and bcopy_page_vfp since it really isn't any fastermatt
2012-12-10Add code to use VFP(or Neon) instructions to zero or copy a page viamatt
2012-12-05ARMFPE hasn't compiled since NetBSD 4. Remove it.matt
2012-10-17Add a PMAP_NEEDS_ALLOC_POOLPAGE / PMAP_ALLOC_POOLPAGE hook so systems canmatt
2012-10-05Make arm32_kvminit.o is complied with -fno-stack-protectormatt
2012-09-18add _ARM32_NEED_BUS_DMA_BOUNCE to opt_arm_bus_space.h (It's not really amatt
2012-09-01Add missing ;matt
2012-08-29Add core locator to mainbus. Add support for attaching multiple CPUsmatt
2012-08-29Add __stub_start and __stub_end symbols.matt
2012-08-29Rename ARM options PROCESS_ID_IS_CUR{CPU,LWP} to TPIDRPRW_IS_CUR{CPU,LWP}matt
2012-08-12Rework VFP support to use PCU.matt
2012-08-03COMPAT_NETBSD32 support for ARM. Which is strange since ARM is alreadymatt
2012-07-21Add support for the ARM1176JZSskrll
2012-07-14Add intrbase locator to mainbus.matt
2012-07-13Begin support for Cortex A5, A7, A15 and expand A8 and A9 definitions.matt
2012-05-18Remove an '@' to hopefully see what's going on with the daily builds.skrll
2012-03-19adjust the size of db_symtab space automatically.bsh
2011-12-11Require arm3_cache_flush for ARM2/ARM250.kiyohara
2011-06-30dependant -> dependentwiz
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-03-10Preliminary ARM11 MPCore support.bsh
2010-11-30define major device number for UARTs on i.MX SoCsbsh
2010-10-02Add support Marvell Sheeva Core and SoC. (Orion/Kirkwood)kiyohara
2010-06-19Cleanup the armv7 changes. Add ARM_ARCH_7. Use CPU_CORTEX instead ofmatt
2010-06-16PR port-arm/43299: Support added for igepv2/cortexa8/omap3530jmcneill
2010-03-06use a MI major number for uhso(4) driverplunky
2010-03-06add major device for usho(4) driverplunky
2009-12-27Add write-through cache work-around for ARM11 as well as ARM9/ARM10. Analyzeduebayasi
2009-01-18Adapt the arm32 fusu implementation for use on PROG26 configurationsbjh21
2009-01-18Move arch/arm/arm32/fusu.S to arch/arm/arm/fusu.S in preparation for makingbjh21
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad