summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/mainbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-3/+1
* Let the armv7 bus_dma layer and simplebus(4) implementation deal withkettenis2020-04-291-3/+2
* Provide hw.serialno using the root node's serial-number property.patrick2019-10-231-5/+13
* Enable thermal zone handling code.kettenis2019-09-211-1/+4
* Remove whitespace in inline assembly output constraint strings. Whilejsg2017-09-111-3/+3
* Remove check for compatible property. Turns out sunxi relied on the brokenkettenis2017-05-021-4/+1
* Make early attrbute work here as well. Remove unreachable panic while there.kettenis2017-04-301-7/+16
* Bring over the changes to mainbus(4) and simplebus(4) from arm64.kettenis2017-04-272-145/+89
* unifdef CPU_ARMv7 and ARM_ARCH_7jsg2017-01-061-9/+3
* Add simplefb(4), a driver to support the framebuffer set up by the firmwarekettenis2017-01-031-6/+17
* Set up the fdt attach args for devices that attach directly to mainbusjsg2016-08-061-1/+54
* Add support for pre-registering interrupts. This allows device drivers tokettenis2016-08-041-1/+5
* The "#address-cells" and "#size-cells" properties define the sizepatrick2016-07-131-1/+7
* use fdt "model" string for hw.productjsg2016-05-291-4/+10
* Introduce a per-platform init_mainbus() hook that can be used to attachkettenis2016-05-182-3/+8
* Rework mainbus and implement simplebus to be able to span a tree-likepatrick2016-05-023-118/+146
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-3/+2
* None of the mainbus child devices care about getting a bus_space_tag_t frommiod2011-09-224-399/+20
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-2/+2
* Convert all powerhooks to activate functions, and provide powerhook stubs.deraadt2010-08-301-2/+3
* arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist,drahn2010-04-271-7/+1
* Make sure all platforms understand the flags argument of bus_space_map() andmiod2009-07-261-3/+3
* 'Proto type' -> 'Prototype' when discussing functions in comments.krw2007-05-251-2/+2
* Search for the devices to attach to mainbus, not hardcoded. ok miod@drahn2005-12-311-8/+17
* use atop() and ptoa()martin2005-11-091-2/+2
* de __P of sys/arch/arm.drahn2004-05-191-5/+5
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-015-0/+653