aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/versatile
Commit message (Expand)AuthorAgeFilesLines
* [versatilepb] Fix keyboard driver after switching to upstream DTSOleksandr Tymoshenko2017-04-011-1/+29
* [versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTBOleksandr Tymoshenko2017-04-016-86/+469
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-131-1/+1
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-141-3/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-146-7/+0
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-111-1/+2
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-4/+2
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* Remove all remaining references to old and not more used structSvatopluk Kraus2016-02-021-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inAndrew Turner2015-11-211-1/+1
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-201-1/+0
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Use simple fixed name strings for these timecounters and eventimers whichIan Lepore2015-08-141-4/+2
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+4
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-045-5/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-3/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.Andrew Turner2015-03-291-1/+0
* Remove a no-longer-used include.Ian Lepore2015-01-211-2/+0
* The versatile platform had two copies of a bus_space that are essentiallyIan Lepore2015-01-215-304/+2
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-212-16/+14
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-211-1/+1
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-182-3/+0
* Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMAndrew Turner2014-09-102-136/+0
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-2/+0
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-5/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asWarner Losh2014-03-082-1/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-026-0/+19
* Fix race condition in DELAY for SP804 timer.Zbigniew Bodek2014-01-011-6/+21
* Correct license statements to reflect the fact that these files were allJohn Baldwin2013-12-101-1/+3
* Call initarm_lastaddr() later in the init sequence, after establishingIan Lepore2013-11-051-1/+7
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Sweep up a bit of arm-land fallout after r257244; include necessaryIan Lepore2013-10-281-3/+4
* Retire arm_remap_nocache() and the data and constants associated with it.Ian Lepore2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-276-6/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* In sys/arm/versatile/versatile_pci.c, add a default handler, to fix aDimitry Andric2013-10-101-0/+3
* - Fix IMAPx registers values calculationOleksandr Tymoshenko2013-06-291-20/+24
* Enable patth-through of IRQ30 and IRQ31 to PIC just as comment statesOleksandr Tymoshenko2013-06-291-1/+1
* MFcalloutng:Alexander Motin2013-02-281-13/+6
* Fix background color calculationOleksandr Tymoshenko2013-01-051-1/+1
* Add custom renderer for poor man's cursor support for framebuffer consoleOleksandr Tymoshenko2012-12-281-2/+133
* Replace generic ARM11 option with more specificOleksandr Tymoshenko2012-12-201-0/+1