summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/mainbus
AgeCommit message (Expand)AuthorFilesLines
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa1-3/+1
2020-04-29Let the armv7 bus_dma layer and simplebus(4) implementation deal withkettenis1-3/+2
2019-10-23Provide hw.serialno using the root node's serial-number property.patrick1-5/+13
2019-09-21Enable thermal zone handling code.kettenis1-1/+4
2017-09-11Remove whitespace in inline assembly output constraint strings. Whilejsg1-3/+3
2017-05-02Remove check for compatible property. Turns out sunxi relied on the brokenkettenis1-4/+1
2017-04-30Make early attrbute work here as well. Remove unreachable panic while there.kettenis1-7/+16
2017-04-27Bring over the changes to mainbus(4) and simplebus(4) from arm64.kettenis2-145/+89
2017-01-06unifdef CPU_ARMv7 and ARM_ARCH_7jsg1-9/+3
2017-01-03Add simplefb(4), a driver to support the framebuffer set up by the firmwarekettenis1-6/+17
2016-08-06Set up the fdt attach args for devices that attach directly to mainbusjsg1-1/+54
2016-08-04Add support for pre-registering interrupts. This allows device drivers tokettenis1-1/+5
2016-07-13The "#address-cells" and "#size-cells" properties define the sizepatrick1-1/+7
2016-05-29use fdt "model" string for hw.productjsg1-4/+10
2016-05-18Introduce a per-platform init_mainbus() hook that can be used to attachkettenis2-3/+8
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likepatrick3-118/+146
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt1-3/+2
2011-09-22None of the mainbus child devices care about getting a bus_space_tag_t frommiod4-399/+20
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod1-2/+2
2010-08-30Convert all powerhooks to activate functions, and provide powerhook stubs.deraadt1-2/+3
2010-04-27arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist,drahn1-7/+1
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andmiod1-3/+3
2007-05-25'Proto type' -> 'Prototype' when discussing functions in comments.krw1-2/+2
2005-12-31Search for the devices to attach to mainbus, not hardcoded. ok miod@drahn1-8/+17
2005-11-09use atop() and ptoa()martin1-2/+2
2004-05-19de __P of sys/arch/arm.drahn1-5/+5
2004-02-01Arm port, NetBSD codebase stripped down, 32bit only support.drahn5-0/+653