summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* Remove MODULES_OVERRIDE="" for Marvel-based armv5 systems.ian2015-03-106-8/+3
* Remove MODULES_OVERRIDE="" and WITHOUT_MODULES="ahc" from armv6 configs.ian2015-03-108-20/+0
* Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN.ian2015-03-091-1/+1
* Remove the static DTB config and instead build modules/dtb/am335x.ian2015-03-091-4/+2
* Attach the prcm clock driver early, so it can set the mpcore timer frequency.ian2015-03-091-1/+2
* Add the DTrace modules to the build, rather than only build the dtraceimp2015-03-091-1/+1
* Add minimum cache line sizes to struct cpuinfo, use them in the new cacheian2015-03-094-8/+49
* Clean data cache before instruction cache in armv7_icache_sync_range().ian2015-03-091-4/+4
* 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
* Fix spurious interrupts on arm am335x (beaglebone), by doing the EOI inian2015-03-081-6/+11
* Move the uart_class definitions and fdt compat data into the individualian2015-03-078-5/+42
* Update a comment that had drifted out of date with the last changes.ian2015-03-061-1/+1
* Fix style.br2015-03-061-4/+4
* Add sysctls to control PS-PL level shifters and FCLK settings.gonzo2015-03-053-10/+503
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toandrew2015-03-053-9/+17
* Add a "module" to build the dtb files for all supported imx6 systems.ian2015-03-021-0/+1
* Add quirk to disable 64-bit XHCI DMA after r276717.hselasky2015-03-021-1/+1
* Revert r279338. The casts are apparently bogus, despite the fact thatian2015-03-021-17/+7
* Update Exynos5 XHCI attach code after r276717.hselasky2015-03-021-72/+52
* Remove SMP support from the Wandboard-Solo and have it run as part ofandrew2015-02-271-2/+2
* Add casting to make atomic ops work for pointers. (Apparently nobody hasian2015-02-261-7/+17
* Fix a number of -Wcast-qual warnings under sys/arm. No functionaldim2015-02-264-7/+7
* In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning aboutdim2015-02-261-1/+1
* Fix endianness on FDT read in ARM GICzbb2015-02-241-4/+4
* There is no reason to do i+dcache writeback and invalidate when changingian2015-02-231-4/+0
* Add support to the bcm2835 mailbox driver to work before interrupts areandrew2015-02-221-21/+50
* Correct a comment which was exactly backwards from reality.ian2015-02-211-2/+2
* Allow the ARM unwinder to work through modules. This will be used to addandrew2015-02-193-7/+58
* Make use of the newly introduced macros.loos2015-02-171-33/+19
* Pull the ARM ddb unwind code out to a new file. This will allow it to beandrew2015-02-173-333/+394
* Add a mask to match only the relative base address of BSC controllers.loos2015-02-162-3/+4
* Add the structures needed to get/set the power state. These can be usedandrew2015-02-151-0/+47
* Add logic for handling new-style ARM cpu ID info.ian2015-02-141-2/+6
* Remove the non-EABI code from the DDB stack unwinder, we only support theandrew2015-02-111-139/+0
* The cpu_id macro was renamed in r278529, catch up with this new name.andrew2015-02-111-1/+1
* Initial version of DTrace on ARM32.gnn2015-02-105-2/+33
* Resolve cache line size from CP15zbb2015-02-104-11/+41
* Add VideoCore audio driver for Rasperry Pi (BCM2835)gonzo2015-02-084-0/+1068
* Make VCHI driver optional and add "device vchiq" to default RPI-B configgonzo2015-02-072-9/+11
* Pull in the rpi.dts -> rpi.dtb module (dtb/rpi) and have it installimp2015-02-071-1/+2
* Import VCHI driver for Broadcom's VideoCore IV GPUgonzo2015-02-051-0/+20
* Fix a bug where an interrupt could be masked unintentionally whenloos2015-02-041-1/+1
* Add GPIO interrupt support for BCM2835 (Raspberry pi).loos2015-02-041-21/+293
* Sort and remove unnecessary includes.loos2015-02-041-11/+3
* Remove stale comments about the issues with HS mode.loos2015-02-041-18/+0
* Remove some duplicate calls to bus_release_resource() and destroy the mutexloos2015-02-041-20/+2
* am335x_clk_pruss_activate(): use the L3F clock.rpaulo2015-02-021-7/+7
* Remove a stale comment. The logic that deleted the map before otherian2015-02-011-2/+0
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-1/+1
OpenPOWER on IntegriCloud