summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/gumstix
AgeCommit message (Expand)Author
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2022-10-29Remove support for OMAP based Gumstix platforms.jmcneill
2022-06-18fix typos in word "functions" in comments, mainly s/fuctions/functions/.andvar
2021-11-05Apply patch from PR port-evbarm/52209skrll
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-12-03Provide and use a sev() macro for the sev instruction.skrll
2020-11-28Build fixes and make BP startup detection consistentskrll
2020-10-30Retire arm_[di]sb in favour of the isb() and dsb(sy) macro invocations.skrll
2020-10-01Fix evbarmv5 buildskrll
2020-09-29Collapse all CPU_CORTEXA<n> options into CPU_CORTEX and do runtimejmcneill
2020-04-18PMAP_DEBUG has been deleted on armskrll
2020-02-15Various updates and improvements to cpu start up on arm/aarch64skrll
2020-01-20Fix indentationskrll
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-05-18Convert remaining armv7 kernels to generic start and remove a bunch ofskrll
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-07-31Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is usedskrll
2018-06-05Rename ARM A9 Global Timer driver name to support fdt.hkenken
2018-03-13fix compile error (unused variables)ryo
2017-03-01Set xscale_cache_clean_addr appropriately and re-arrange default KVAskrll
2017-01-22PR/51905: GXIO Expension boards arn't configured if GXIO_DEFAULT_EXPANSIONchristos
2017-01-02Fix boot on Gumstix Verdex boards.skrll
2016-10-28sprinkle ifdef spices.christos
2016-10-20Fix regisers typoskrll
2016-10-19Remove white spaces.kiyohara
2016-10-18Support tifb.kiyohara
2016-10-16omap2_gpio_*() into #if - #endif.kiyohara
2016-10-16Remove not commited header-file and variable.kiyohara
2016-10-15Add map for DuoVero and Pepper.kiyohara
2016-10-15Support Duovero and Pepper.kiyohara
2016-03-31Ensure enable clocks for omapmputmr.kiyohara
2016-02-14zero the i2c_attach_args structure before filling it in.chs
2014-06-07Fix reset parameters for omap3_ehci.kiyohara
2014-05-23Call arm32_*_init() and initarm_common().kiyohara
2013-09-26Get and calculate some clocks from register.kiyohara
2013-08-18<arm/locore.h> fallout (fixes some include ordering errors)matt
2013-02-02static inline so that the kernel links.christos
2012-12-29Change order for TLB operation.kiyohara
2012-12-24Set some properties for ehci.kiyohara
2012-12-24Add more comment.kiyohara
2012-12-24Statically map of devices moves to 0xc0000000 from 0x90000000.kiyohara
2012-12-12Conditionalize omap includes on OVEROmatt
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-09-04Add support for getting the mac-address from the device properties.matt
2012-09-04No reason to include gumstixvar.h so don't.matt
2012-09-01Don't shift VA in table since that generates errorsmatt
2012-08-29Since the PMC cycle counter is started in cpufunc no reason to do so here.matt