summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of ti_i2c based on gonzo's patch, fix the following bugs/problems:loos2014-08-202-741/+533
* Make note about reset vs RTOE actions...imp2014-08-181-0/+1
* /usr/libexec/ld.so.1 never was a thing on FreeBSD/arm. This was theimp2014-08-181-17/+0
* Expand the elf brandelf infrastructure to give access to the whole ELFimp2014-08-182-2/+40
* Remove keyboard entropy [1] from r270105.bz2014-08-171-1/+1
* Add missing license to at91_common.c. It was committed w/o a license.imp2014-08-171-1/+26
* Define at91_master_clock in only one file to eliminate warnings aboutimp2014-08-171-1/+1
* Convert the HL201 config file to use FDT.imp2014-08-171-7/+17
* When the initarm_* routines were renamed to platform_* and moved to theirian2014-08-171-0/+28
* Rename the old initarm_* functions to the new platform_* names. Alsoian2014-08-171-6/+8
* Move the imx6 sysctl temperature info to hw.imx6 where all the otherian2014-08-161-4/+2
* Implement the FDT static pinctl/pinmux spec for Atmel. This willimp2014-08-153-7/+547
* Print the symbolic bit names for the status when we get a timeout.imp2014-08-142-2/+26
* Add AIC to at91sam9260 support, now that it is needed for multipass toimp2014-08-143-1/+3
* Add support for multipass to Atmel, for both FDT and !FDT cases.imp2014-08-145-17/+14
* Start to add FDT support.imp2014-08-142-9/+107
* Add support for FDT and !FDT configs on Atmel, though FDT isn'timp2014-08-141-9/+17
* From https://sourceware.org/ml/newlib/2014/msg00113.htmlimp2014-08-143-3/+190
* Fix two files forgotten in r269783 (vt_generate_cons_palette)dumbbell2014-08-101-5/+5
* Per discussion on arm@, the compiler generates misalignedimp2014-08-091-5/+33
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-082-56/+58
* Remove unnecessary inclusion of FDT headers.nwhitehorn2014-08-0811-22/+0
* Use OF_getencprop() in preference to OF_getprop() and manual byte-swapping.nwhitehorn2014-08-083-29/+24
* Add a missing clock register definition.ian2014-08-081-0/+1
* Use a SYSINIT to init the array of interrupt names on arm. This wasian2014-08-062-3/+5
* put these under bootverbose, they are only needed for debugging, notjmg2014-08-061-2/+4
* Cache the imx6 SoC type in a static var so that it only has to be figuredian2014-08-051-5/+14
* Add an arm option, ARM_DEVICE_MULTIPASS, used to opt-in to multi-passian2014-08-051-0/+5
* Attach arm generic interrupt and timer drivers in the middle ofian2014-08-054-4/+8
* Set the pl310 L2 cache driver to attach during the middle of BUS_PASS_CPU.ian2014-08-052-27/+52
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-053-159/+10
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-032-77/+0
* When arm 64-bit atomic ops are available, define ARM_HAVE_ATOMIC64. Useian2014-08-021-0/+4
* Use atomic_load/store_64() in the arm implementation of counter(9), andian2014-08-011-6/+7
* Add 64-bit atomic ops for armv4, only for kernel code, mostly so that weian2014-08-011-0/+69
* Add 64-bit atomic ops for armv6. The only safe way to access a 64-bitian2014-08-011-0/+248
* Tell the assembler we're building for armv7a with security extensions,ian2014-08-011-1/+2
* Fix unwind-info errors in our hand-written arm assembler code.ian2014-08-0113-48/+70
* Rename files: keep codename only to make it shorter.br2014-08-012-2/+2
* Add support for Chromebook2 -- next-generation 8-corebr2014-08-0116-126/+1595
* Switch to using counter(9) for the new 64-bit stats kept by armv6 busdma.ian2014-07-311-35/+43
* Remove unused option.br2014-07-292-4/+0
* Remove SC_DFLT_FONT option. vt(4) don't use it.ray2014-07-291-2/+0
* Export some new busdma stats via sysctl for armv6. Added:ian2014-07-291-3/+63
* A while back, the array of segments used for a load/mapping operation wasian2014-07-291-68/+40
* We never need bounce pages for memory we allocate. We cleverly allocateian2014-07-291-8/+0
* Replace a bunch of double-indirection with a local pointer var (that is,ian2014-07-291-18/+19
* Don't clear the DMAMAP_DMAMEM_ALLOC flag set a few lines earlier. Doh!ian2014-07-291-1/+0
* Memory belonging to an mbuf, or allocated by bus_dmamem_alloc(), neverian2014-07-291-6/+24
* The run_filter() function doesn't just run dma tag exclusion filterian2014-07-291-46/+73
OpenPOWER on IntegriCloud