summaryrefslogtreecommitdiff
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Remove kernel support for armebWarner Losh2018-07-1739-12270/+0
* hwpmc: remove hwpmc_xscale.c from corresponding arm buildMatt Macy2018-06-081-1/+0
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+1
* arm: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+2
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-313-0/+6
* arm/ixp425: Drop 3rd and 4th clauses from Ichiro FUKUHARA's license.Pedro F. Giffuni2017-12-289-72/+18
* SPDX: fix license ID tags for arm/xscale.Pedro F. Giffuni2017-12-272-2/+2
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2752-14/+118
* Switch the default firmware for npe(4) from the QOS_VLAN one to theNathan Whitehorn2017-11-241-2/+2
* Indent protection and some other oops from the prvious commits.Pedro F. Giffuni2017-11-201-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-205-0/+10
* i81342 is little endian, not big endian.Olivier Houchard2017-09-191-1/+2
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-273-3/+3
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-252-0/+2
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-134-13/+13
* ARM: Remove unused includes.Michal Meloun2016-10-098-12/+0
* Nuke obio_bs_tag, it was used before it was initialized, andOlivier Houchard2016-08-304-8/+4
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-8/+8
* Remove some NULL checks after M_WAITOK allocations from sys/arm/.Edward Tomasz Napierala2016-08-092-5/+0
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-048-10/+10
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-263-11/+11
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-215-21/+19
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-201-1/+1
* arm: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-222-4/+4
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-183-6/+6
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-173-45/+19
* ARM: Consistently use cpu_setttb() instead of setttb().Michal Meloun2016-02-033-6/+6
* ARM: Remove C++ comments erroneously committed in r295200.Michal Meloun2016-02-031-9/+9
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-0330-5375/+9
* ARM: The arm/xscale/i80321 directory is now orphaned, but two driversMichal Meloun2016-02-036-3/+1326
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-278-13/+13
* Make the 'env' directive described in config(5) work on all architectures,Ian Lepore2016-01-021-6/+2
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeAndrew Turner2015-12-221-1/+0
* Replace some references to KERNPHYSADDR with the equivelent value passed inIan Lepore2015-12-215-10/+10
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-215-8/+0
* Eliminate the last dregs of the old global arm_root_dma_tag.Ian Lepore2015-11-021-9/+9
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-162-2/+2
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-105-5/+5
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-165-0/+9
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-295-6/+0
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-295-5/+5
* The cpu_id macro was renamed in r278529, catch up with this new name.Andrew Turner2015-02-111-1/+1
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-312-9/+40
* Rename the avila, cambria and zynq GPIO driver names to match the expectedLuiz Otavio O Souza2015-01-292-10/+2
* Remove a couple files that are no longer used (functionality take over byIan Lepore2015-01-211-127/+0
* Use explicit initializer style, fill in missing functions as unimplemented.Ian Lepore2015-01-211-43/+79
* Use the base arm bus_space instead of an identical local copy.Ian Lepore2015-01-212-230/+6