summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/armadillo
AgeCommit message (Expand)Author
2022-07-03s/bounaries/boundaries/ in comments.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
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2019-07-16Consistently use vaddr_t as initarm and friends return type.skrll
2019-07-16KNFskrll
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
2016-02-14zero the i2c_attach_args structure before filling it in.chs
2014-09-13Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_tmatt
2013-08-18<arm/locore.h> fallout (fixes some include ordering errors)matt
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
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-01-31Add RCSID when needed.matt
2010-01-22Unify the name of the device property to hold a MAC address - there wasmartin
2009-12-26Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); nouebayasi
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-10-21Drop 3rd and 4th clauses from Ichiro FUKUHARA's license.rmind
2009-08-11Remove all declarations of physmem from sys/arch. Add an include ofmatt
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-06-10revise for reorganized MI i2c_bitbang.chamajima
2008-05-25fix gpio port direction for i2c_wait_for_scl(). Armadillo9 works again.hamajima
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2008-01-19Remove arm support for IPKDB.chris
2007-12-06lockmgr -> mutexad
2007-02-22TRUE -> true, FALSE -> falsethorpej
2006-06-26use the "i2cbus" interface attribute rather than putting a string namedrochner
2006-05-17in initarm(), initialise kernel_l1pt.pv_va as well as kernel_l1pt.pv_pa.mrg
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-02-26Use device_is_a()thorpej
2006-02-18- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.thorpej
2006-02-13identify model from DeviceCfg register, and delete "options ARMADILLO210".hamajima
2006-02-06Add support for the Atmark Techno Armadillo-210.hamajima
2005-12-24bare asm -> __asmperry
2005-11-13Add initial support for the EP9315-based Atmark Techno Armadillo-9 board.hamajima