summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-029-129/+147
|\
| * Add support for CESA on Armada38xzbb2016-06-021-0/+5
| * Configure CPU window to second CESA SRAMzbb2016-06-022-0/+44
| * Map CESA SRAM memory in driver attach for Armada38xzbb2016-06-021-1/+1
| * Fix a crash while iterating compat strings when no match is found.jmcneill2016-05-311-1/+1
| * arm_gic_map is a mask not the CPUs ID, there is no need to shift it.andrew2016-05-311-1/+1
| * Bin interrupts to the correct CPU when we boot on a non-zero CPU.andrew2016-05-311-1/+1
| * Improve ARM debug_monitor for SMP machineszbb2016-05-293-53/+65
| * Fix debug_monitor code for older ARMs (ARM11)zbb2016-05-291-75/+29
| * ARM GIC: Allow to setup interrupt without configuration data.mmel2016-05-291-2/+5
* | Add a pfSense kernel for uFW.Luiz Otavio O Souza2016-05-311-0/+124
* | Add initial uFW support.Luiz Otavio O Souza2016-05-301-0/+132
* | Boot uBMC from second slice.Luiz Otavio O Souza2016-05-302-4/+4
* | Add a uBMC kernel config for netboot with bootp.Luiz Otavio O Souza2016-05-301-0/+142
* | The DTB is loaded as module and do not need to be embedded in kernel anymore.Luiz Otavio O Souza2016-05-301-2/+0
* | Commit the pfSense kernel for uBMC.Luiz Otavio O Souza2016-05-271-0/+124
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-2748-230/+1056
|\ \ | |/
| * Add support for triggering interrupts on both rising and falling edges.ian2016-05-261-39/+67
| * Add support for interrupts, sensors and GPIO for AXP209 PMIC.manu2016-05-262-44/+694
| * Only do the touch screen setup when the 'ti,wires' property is present.loos2016-05-261-2/+2
| * Enable USB PHY regulators when requested by the host controller driver.jmcneill2016-05-262-13/+115
| * Another round of changes to add compatibility with the older ESHDC varietyian2016-05-261-82/+160
| * Disable alignment faults on armv6, adjust various alignment-related macrosian2016-05-264-2/+18
| * Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tian2016-05-2539-48/+0
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-2512-120/+149
|\ \ | |/
| * Add more info about the issue fixed in r298460. Rephrase some sentencesskra2016-05-251-8/+15
| * Spaces->tab in comment.ian2016-05-231-1/+1
| * Oops, fix a paste-o commited in r300533.ian2016-05-231-1/+1
| * Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesian2016-05-2310-43/+41
| * INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-231-25/+65
| * INTRNG - use gpio generic interrupt modes definitions added in r298738.skra2016-05-231-47/+31
* | Add the initial support for eCMP on uBMC.Luiz Otavio O Souza2016-05-231-1/+99
* | Comment 'device micphy' for now, it needs more tests before commit.Luiz Otavio O Souza2016-05-231-1/+1
* | Add initial uBMC support.Luiz Otavio O Souza2016-05-231-0/+142
|/
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-224-4/+4
* INTRNG - implement pic_post_filter method. This method is fundamentalskra2016-05-221-0/+6
* Fix some format strings to make them either correct or uniform.skra2016-05-221-3/+3
* Adjust _ALIGNBYTES to the proper value for arm and armv6 arches. Modernian2016-05-211-4/+4
* Remove hf appending code from param.h for machine arch name.imp2016-05-201-7/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-186-17/+17
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-1812-21/+36
* Implement atomic_cmpset_acq_64 and atomic_cmpset_rel_64 on arm and armeb.andrew2016-05-181-0/+2
* Add driver for "generic-ohci" as defined by FDT.manu2016-05-173-2/+4
* The GIC (v2 at least) has a bit in the TYPER register to indicate whether the...bz2016-05-171-5/+11
* Don't repeat the the word 'the'eadler2016-05-173-3/+3
* Add HWPMC_HOOKS to std.armv6 to make them availablebz2016-05-162-1/+1
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceandrew2016-05-161-20/+246
* Add Allwinner A83T thermal sensor controller support.jmcneill2016-05-154-0/+403
* Reduce complexity of RSB by always using polling mode. Unfortunatelyjmcneill2016-05-152-66/+13
* Add support for the AXP813/AXP818 power key and GPIO pins.jmcneill2016-05-151-1/+351
OpenPOWER on IntegriCloud