summaryrefslogtreecommitdiffstats
path: root/sys/arm/versatile
Commit message (Expand)AuthorAgeFilesLines
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-09-061-1/+2
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-012-20/+1
* MFC r308640:ian2017-03-011-3/+2
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-4/+2
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* Remove all remaining references to old and not more used structskra2016-02-021-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+1
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+0
* Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inandrew2015-11-211-1/+1
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-201-1/+0
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Use simple fixed name strings for these timecounters and eventimers whichian2015-08-141-4/+2
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+4
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-045-5/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-3/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.andrew2015-03-291-1/+0
* Remove a no-longer-used include.ian2015-01-211-2/+0
* The versatile platform had two copies of a bus_space that are essentiallyian2015-01-215-304/+2
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-212-16/+14
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-211-1/+1
* opt_global.h is included automatically in the build. No need toimp2014-11-182-3/+0
* Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMandrew2014-09-102-136/+0
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-101-2/+0
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-026-0/+19
* Fix race condition in DELAY for SP804 timer.zbb2014-01-011-6/+21
* Correct license statements to reflect the fact that these files were alljhb2013-12-101-1/+3
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-1/+7
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Sweep up a bit of arm-land fallout after r257244; include necessaryian2013-10-281-3/+4
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-276-6/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* In sys/arm/versatile/versatile_pci.c, add a default handler, to fix adim2013-10-101-0/+3
* - Fix IMAPx registers values calculationgonzo2013-06-291-20/+24
* Enable patth-through of IRQ30 and IRQ31 to PIC just as comment statesgonzo2013-06-291-1/+1
* MFcalloutng:mav2013-02-281-13/+6
* Fix background color calculationgonzo2013-01-051-1/+1
* Add custom renderer for poor man's cursor support for framebuffer consolegonzo2012-12-281-2/+133
* Replace generic ARM11 option with more specificgonzo2012-12-201-0/+1
* Add support for QEMU's version of Versatile Platform Boardgonzo2012-12-1313-0/+3246
OpenPOWER on IntegriCloud