summaryrefslogtreecommitdiff
path: root/sys/arch/arm/mainbus
AgeCommit message (Expand)Author
2022-09-27Remove unnecessary sys/malloc.h includeskrll
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-02-15Various updates and improvements to cpu start up on arm/aarch64skrll
2020-01-28Traiing whitespaceskrll
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2014-10-29Sprinkle #include "opt_multiprocessor.h"skrll
2014-06-05Cleanup a few MULTIPROCESSOR issues.matt
2014-03-28arm_cpu_max = num of cpusmatt
2014-02-22Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead.matt
2013-08-18Move parts of cpu.h that are not needed by MI code in <arm/locore.h>matt
2012-09-04Add multiple inclusion protection.matt
2012-08-29Add core locator to mainbus. Add support for attaching multiple CPUsmatt
2012-08-29Use new armv7 CP15 register to print out cache types.matt
2012-07-15Add stream methodsmatt
2012-07-14Add intrbase locator to mainbus.matt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-05struct device * -> device_t, struct cfdata * -> cfdata_tmatt
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2005-12-11merge ktrace-lwp.christos
2005-11-24bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer.yamt
2005-08-26s/locdesc_t/int/gdrochner
2005-06-30adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...drochner
2005-04-01merge yamt-km branch.yamt
2004-01-03On a riscstation leave the iobase as requested, don't add IO_CONF_BASE tochris
2004-01-01Correct the usage of the 4th arg to mainbus_bs_map. It's a flags arg, sochris
2003-12-06Fix the ARM mainbus version of bus_space_subregion() to correctly shift thebjh21
2003-07-15__KERNEL_RCSID()lukem
2003-04-29Use aprint*().thorpej
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-22* Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually dothorpej
2002-04-09* Split pte_cache_mode into pte_l1_s_cache_mode, pte_l2_l_cache_mode,thorpej
2002-04-05Use pte_cache_mode instead of PT_CACHEABLE.thorpej
2002-03-24* arm_byte_to_page() -> arm_btop()thorpej
2002-03-23KERNEL_SPACE_START -> KERNEL_BASEthorpej
2002-01-05Make some of the arm32 files build with LOOSE_PROTOTYPES not set in the makef...chris
2001-11-23Use <arm/undefined.h> instead of <machine/undefined.h>.thorpej
2001-11-23No need to pull in <machine/pte.h> directly.thorpej
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-10Initial commitment of the bus_space_mmap() functions as proposed by Jason Rreinoud