summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-4/+4
* Use proper type of tag in bcm2835_mbox_fb_initgonzo2016-04-211-1/+1
* Force framebuffer virtual viewport to be the same as physicalgonzo2016-04-204-10/+7
* Fix build for Pi kernels with syscons enabledgonzo2016-04-191-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-156-26/+26
* Multiple fixes in VCHI audio driver:gonzo2016-04-131-19/+28
* Implement intr_isrc_init_on_cpu() and use it to replace very sameskra2016-04-071-22/+3
* Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-Bskra2016-04-051-5/+378
* Implement bcm2836 interrupt controller for INTRNG and enable itskra2016-04-053-1/+716
* Rework bcm283x interrupt controller for INTRNG and enable itskra2016-04-051-1/+289
* Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intcskra2016-04-041-8/+15
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Remove FREEBSD_BOOT_LOADER that already exists in std.armv6 config file.ian2016-03-201-1/+0
* Fix typo in device descriptiongonzo2016-02-281-1/+1
* Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using theandrew2016-02-281-1/+0
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-262-6/+7
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-11/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-1/+0
* Do not use DMA channels used by GPU.skra2016-02-163-33/+62
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-2/+2
* Add dev.fb.X.resync sysctl to resync ARM framebuffer with VideoCoregonzo2015-12-201-57/+127
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* Create device options for the two common ARM timers.andrew2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-3/+0
* Refactor bcm2835_cpufreq to use bcm2835_mbox_property APIgonzo2015-11-111-360/+134
* - Set have_message in interrupt to handle "response before READ" casegonzo2015-11-111-4/+17
* Fix some of WITNESS complaints and bootup lock by removing msg_availgonzo2015-11-081-27/+5
* - Replace semaphore-base locking with sleep/wait synchronization:gonzo2015-11-081-9/+13
* Make interrupt dispatching MP safe. Use GPU interrupt bit in per-coreskra2015-11-063-2/+6
* Add /dev/vcio, userland access point to VideoCore mailbox property channelgonzo2015-11-052-0/+123
* Refactor mailbox property API to make it usable for /dev/vcio driver:gonzo2015-11-055-183/+123
* Add mailbox tag/structure for touchscreen buffer address propertygonzo2015-11-011-0/+15
* Fix framebuffer compatibility with new RPi firmware. Framebuffer drivergonzo2015-10-302-2/+2
* An IPI must be cleared before it is handled otherwise next IPI could beandrew2015-10-011-6/+2
* Use simple fixed name strings for these timecounters and eventimers whichian2015-08-141-3/+3
* Add a missing wakeup when releasing ownership of the SPI hardware.ian2015-06-021-13/+12
* Remove unused mutex and softc variables.loos2015-05-261-18/+0
* Fix the SMP initialization on RPi 2 (BCM2836).loos2015-05-131-3/+2
* Add the SMP support for Raspberry Pi 2 (BCM2836).loos2015-05-075-9/+253
* Enable DMA for sdhci on RPi 2 (BCM2836).loos2015-05-051-8/+1
* Fix DMA on RPi 2.loos2015-05-051-3/+9
* Fix the voltage and clock levels for cpufreq on RPi 2.loos2015-05-041-17/+42
* Fix the vt(4) framebuffer driver on RPi 2.loos2015-05-021-191/+72
* Fix the sc(4) framebuffer driver on RPi 2.loos2015-05-021-277/+139
* Add the routines to query and setup the framebuffer state using theloos2015-05-022-0/+327
* Pass the supplied buffer length instead of a fixed size.loos2015-04-271-2/+1
OpenPOWER on IntegriCloud