summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/mini2440
AgeCommit message (Expand)Author
2023-06-19unbreak the previous change.nisimura
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2022-06-13s/caled/called/ in comments and man page, also few more fixes.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-04-18PMAP_DEBUG has been deleted on armskrll
2020-04-18Trailing whitespaceskrll
2020-02-29Remove rounding by 4 bytes on round_blocksize().isaki
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-07-16Consistently use vaddr_t as initarm and friends return type.skrll
2019-07-16KNFskrll
2019-06-07Rename uda_ssio_getprops() -> uda_ssio_get_props() to make it easyisaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2018-10-28Fix a commitskrll
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-07-31Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is usedskrll
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2014-09-13Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_tmatt
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-03-14#include <arm/locore.h>matt
2013-10-30G/C struct user *proc0paddr.uebayasi
2012-11-12C99 typesskrll
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-22Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb insteadmatt
2012-08-16Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE tomatt
2012-07-29Fix more -fno-common fallout.matt
2012-07-28Remove declartions of physmemmatt
2012-02-03Make sure to allow MEMORY_DISK as rootfs.nisimura
2012-01-30Add FriendlyARM Mini2440 support.nisimura