summaryrefslogtreecommitdiff
path: root/sys/arm/xscale/ixp425
Commit message (Expand)AuthorAgeFilesLines
* Remove kernel support for armebWarner Losh2018-07-1738-12265/+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-311-0/+2
* 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-2726-13/+65
* 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
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* ARM: Remove unused includes.Michal Meloun2016-10-096-10/+0
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-8/+8
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-045-7/+7
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-5/+5
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* 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
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-182-5/+5
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-34/+18
* ARM: Consistently use cpu_setttb() instead of setttb().Michal Meloun2016-02-031-2/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-3/+3
* 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-211-2/+2
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-1/+0
* Eliminate the last dregs of the old global arm_root_dma_tag.Ian Lepore2015-11-021-9/+9
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-1/+1
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+2
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-291-1/+1
* 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
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-212-10/+8
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-215-119/+108
* Add missing END macros to some of the xscale functions.Andrew Turner2014-12-052-0/+16
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-182-18/+1
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-282-4/+6
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-17/+15
* - Don't let rman_reserve_resource() activate the resource inJohn Baldwin2014-09-121-2/+5
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-103-4/+7
* put these under bootverbose, they are only needed for debugging, notJohn-Mark Gurney2014-08-061-2/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-283-13/+7
* Revert r267961, r267973:Glen Barber2014-06-273-7/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-273-13/+7
* Do not hand the VM the memory used for stacks/page tables/etc.Olivier Houchard2014-05-291-0/+4