summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set ARM_L2_PIPT for A10 and RPI2, they are probably missing by accident.loos2015-04-251-0/+2
* Fetch the SDHCI frequency from videocore (our prefered source) and only ifloos2015-04-221-7/+6
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-044-4/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-293-5/+0
* We only need cpufunc_asm_arm11.S on bcm2835, not bcm2836andrew2015-03-292-1/+1
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.andrew2015-03-291-1/+0
* Remove a debug #error from the bcm2835 sdhci driver.andrew2015-03-251-1/+0
* Add support for the Raspberry Pi 2. As the chip is based on the bcm2835 inandrew2015-03-257-2/+293
* Move including std.bcm2835 to the RPI-B kernel config. The std.rpi fileandrew2015-03-241-2/+0
* Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add theandrew2015-03-241-0/+1
* Add a helper function to read clock frequencies from videocore and use thisandrew2015-03-203-34/+116
* Split out the common bcm283x fixes from the bcm2835 specific files.andrew2015-03-203-49/+52
* Remove now unneeded headers from the Broadcom DWC driverandrew2015-03-201-8/+0
* Move the code to set the device power to the bcm2835 mailbox driver so itandrew2015-03-203-75/+89
* Call config_intrhook_disestablish on failure of the bcm2835 fb and fbd intrandrew2015-03-082-8/+2
* Add support for enabling the USB on the Raspberry Pi boards when it hasn'tandrew2015-03-082-0/+178
* Add support to the bcm2835 mailbox driver to work before interrupts areandrew2015-02-221-21/+50
* Make use of the newly introduced macros.loos2015-02-171-33/+19
OpenPOWER on IntegriCloud