summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2014-03-04Remove duplicate END(y) macromatt
2014-03-04Don't byte swap the data, assume the bus_space will do it.matt
2014-03-04Add a different version vfp_fpscr_changable if FPU_VFP was not defined.matt
2014-03-03More control bits.matt
2014-03-03If we are going to map all of physical memory, we don't need to allocatematt
2014-03-03Further cpu_info inits in cpu_hatchmatt
2014-03-03Add more instructions including ldrex/strex variantsmatt
2014-03-03Add a mpsafe flag to the intrsourcematt
2014-03-03Query the media and vfp feature registers to determine what our defaultmatt
2014-03-03Add most of the cpu_* variables to <arm/locore.h>matt
2014-03-02GC ipending.joerg
2014-03-02Skip a tautologic check if we know it is one.joerg
2014-03-02GC ipending.joerg
2014-03-02Make the empty loop body explicit.joerg
2014-03-02Explicitly enable VFP support for vfp_init.c. Fixes build ofjoerg
2014-03-01Fix typosmatt
2014-03-01Add support for printing the tlb on cortex a5 and a7.matt
2014-03-01Add db_show_tlb_cmd prototypematt
2014-03-01defines/inlines for cortex a5/a7 tlbdata opsmatt
2014-02-27GC __raise.joerg
2014-02-27Member will never be null, so remove check.joerg
2014-02-27fix typo.hkenken
2014-02-26Only track kenter_pa'ed pages if arm_cache_prefer_mask is non-zero.matt
2014-02-26Initialize mvsoctmr_freq earlier (in mvsoctmr_attach) to avoid divisionmartin
2014-02-26Don't do ref/mod emulation for KENTRY pages.matt
2014-02-26Revert previous - will fix userland with new sysctls for VM_MIN_ADDRESS/martin
2014-02-26Include param.h here - userland expects VM_* defines to work with justmartin
2014-02-26Fix off by one in _bus_dma_{paddr_inrange,_to_paddr} when checking theskrll
2014-02-26Re-enable FSR_WRITE for armv6.skrll
2014-02-26Make cpsw driver work without uboot supportozaki-r
2014-02-26Move pmap_recent_user to ci->ci_pmap_lastuser andmatt
2014-02-26Add more MMU registersmatt
2014-02-26implement card detectjmcneill
2014-02-26Move some static/global variables to here.matt
2014-02-26Remove KERNEL_LOCK/KERNEL_UNLOCKmatt
2014-02-26Use PAGE_SIZE instead of 1000matt
2014-02-26Add arm_cpu_maxmatt
2014-02-26ci_cpu_id -> ci_arm_cpuidmatt
2014-02-26Add XN bit L2 large pages.matt
2014-02-26Remove duplicate PMAP_PTEmatt
2014-02-26l2pte_valid -> l2pte_valid_pmatt
2014-02-26Replace 1000 with PAGE_SIZEmatt
2014-02-26Add support for PMAP_PTE to pmap_kenter_pamatt
2014-02-26Use kmem instead of malloc.matt
2014-02-26Add PMAP_PTE flag. (map page so it can be used as a PDE or PTE page)matt
2014-02-26blink status LED during data transfersjmcneill
2014-02-26Didn't want to comment out awin_dma_bootstrapmatt
2014-02-26Make this compilematt
2014-02-26Include latent support for coherent dma though for now it seems that isn'tmatt
2014-02-25Only use FSR_WRITE on armv7 for now.matt