summaryrefslogtreecommitdiff
path: root/sys/arch/arm/broadcom
AgeCommit message (Expand)Author
2014-02-23#include <arm/locore.h>matt
2014-02-19fix typo.matt
2014-02-19Fix coherent range for BCM563XXmatt
2014-02-19#include <sys/param.h>matt
2014-02-19Conditionalize call to arml2cc_initmatt
2013-12-17Mark bcmrng_write_4, bcmccb_write_4 and bcmccb_read_4 as unusedjoerg
2013-11-01PR/48342. Add aurateconv as a dependency for vcaudio.skrll
2013-10-28Add support for the BCM56340 iProc based switchmatt
2013-10-15More dotg(4) removal.skrll
2013-10-15Switch to dwctwo(4) from dotg(4) for the RaspberryPi port. This bringsskrll
2013-10-15Small cleanupskrll
2013-09-21Some dwc2 glue.skrll
2013-09-05RPI DWC2 glue.skrll
2013-09-05Whitespaceskrll
2013-08-29Make the rpi hwrng feed data to the entropy pool in a softint.riastradh
2013-08-29Fix typo: VERBOSE_INIT_ARM, not VERBOSE_ARM_INIT. Fromriz
2013-08-28Get some entropy early on bcm2835_rng attach.riastradh
2013-08-25Fix return with mutex held bug in get routine -- thanks Jared.tls
2013-08-12add mmapmatt
2013-08-01Whitespace.skrll
2013-08-01Remove printfskrll
2013-06-13Convert the entropy pool framework from pseudo-callout-driven totls
2013-05-11Fix up the VCONS_DRAW_INTR support and DDB.skrll
2013-04-21Delete "PCI_" from PCIX and PICE capability registers.msaitoh
2013-04-14Trailing whitespaceskrll
2013-03-24add wip videocore4 audio driverjmcneill
2013-03-24pull in vchiqjmcneill
2013-03-24add vchiqjmcneill
2013-02-19Use the coherent dma_ranges in the bounce dmatag but only use the first one.matt
2013-02-19As with pax, use cf_flags 2 to indicate to use the bounce dma tag.matt
2013-02-19Add a bounce dmatag which only has the coherent memory region.matt
2013-02-19Use a bit in cf_flags to decide whether to use bounce buffers or not.matt
2013-02-13Fix two fencepoint errors.matt
2013-02-12fix inverted ifdefsmatt
2013-02-08Properly deal with the non-coherent dma tag too.matt
2013-02-08If _ARM32_NEED_BUS_DMA_BOUNCE is defined, only define one dma_rangematt
2013-02-01Use bus_space_read_multi_4 to drain the RNG's FIFO.matt
2013-02-01Use bus_space_read_multi_4 and fix copyright year. From Jared.skrll
2013-01-31support WSDISPLAYIO_GET_FBINFOmacallan
2013-01-30discard initial numbers from rng, broadcom says they are "less random"jmcneill
2013-01-27Revert back to one dmarangematt
2013-01-27Add a _BUS_DMAMAP_NOALLOC which tells bus_dmamem_alloc to skip thatmatt
2013-01-27Get rid of _BUS_DMAMAP_MEM_XLATEmatt
2013-01-27Add a flag to make bus_dmamem_map use the bus/sys transation table whenmatt
2013-01-26add vchiq base and sizejmcneill
2013-01-26Deal with bus addresses better. Switch the DMA bus address base to theskrll
2013-01-25Fix a few c&p errors.matt
2013-01-25Add BCM2835 RNG support.jmcneill
2013-01-23support BUS_SPACE_MAP_PREFETCHABLE in bcm2835_bs_mmap()macallan
2013-01-19Remove a KASSERT that is no longer valid (no restricted to only coherentmatt