summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* We no longer need to align the stack before calling swi_handler as it isandrew2013-08-061-3/+0
* Let the platform calculate the timer frequency at runtime, and use that forcognet2013-08-052-6/+19
* When entering exception handlers we may not have an aligned stack. This isandrew2013-08-053-6/+17
* Tweak the imx debug console code so that it works with multiple SoCs.ian2013-08-031-19/+32
* Only receive the interrupts on the first core, to avoid duplicate interrupts.cognet2013-08-021-1/+1
* Add identification for Cortex-A7 (R0) cores.ganbold2013-08-013-1/+5
* Back out r253779 & r253786.obrien2013-07-3139-39/+4
* Initialisation routines for the mailbox, spinlock and PRU-ICSS clocks.rpaulo2013-07-312-1/+79
* The errata 727915 requires a different workaround for r2p0, we have tocognet2013-07-291-13/+26
* Remove useless cache operations.cognet2013-07-291-5/+0
* Decouple yarrow from random(4) device.obrien2013-07-2939-4/+39
* Explicitely include <machine/pcb.h>, so that we get the definition ofcognet2013-07-291-0/+1
* Define KDB_STOPPEDPCB, so that we can access the backtraces of threads runningcognet2013-07-292-0/+5
* Revert r253748,253749avg2013-07-281-3/+2
* put contents of cpu.h under _KERNELavg2013-07-281-2/+3
* Rename the existing std.imx and imx.files to std.imx51 and files.imx51, toian2013-07-283-2/+2
* Revert ROOTDEVNAME change from previous commit.rpaulo2013-07-251-1/+1
* Enable modules for the BeagleBone and for the Raspberry Pi.rpaulo2013-07-252-3/+1
* Start adding support to build bits of our code using the Thumb-2andrew2013-07-201-9/+26
* Fix vfp:andrew2013-07-161-16/+15
* Move the Raspberry Pi low level options out of the kernel config and intorpaulo2013-07-153-12/+20
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* Indent the "scp=... rlv=..." to make it easier to read the backtrace.rpaulo2013-07-131-2/+2
* Remove trailing whitespaces.ray2013-07-101-6/+6
* Improve a comment.rpaulo2013-07-091-4/+2
* Remove extraneous format string converison specifieremaste2013-07-091-1/+1
* Add IDs for TPS65217C and TPS65217Dgonzo2013-07-081-0/+8
* - AM335x requires updated soft-reset logic toogonzo2013-07-081-4/+7
* Convert bcm2835_mbox to the new mbox interface.rpaulo2013-07-074-55/+63
* Another warning.rpaulo2013-07-071-1/+1
* armadaxp_idcache_wbinv_all() is in this file.rpaulo2013-07-071-1/+2
* Fix all the compiler warnings in elf_trampoline.c.rpaulo2013-07-071-4/+22
* - Add USFS driver as an example of device mode for AM335x-based devicesgonzo2013-07-071-0/+4
* - Add USBSS driver for AM335x SoC. Driver is a wrapper around Mentors Graphicgonzo2013-07-072-0/+482
* Don't clear the SYSCONFIG register on boot.rpaulo2013-07-062-2/+10
* Fix the build with gcc.andrew2013-07-051-4/+20
* o Make fields names short.ray2013-07-051-33/+23
* Add support for ePWM submodule of PWMSSgonzo2013-07-041-4/+145
* Remove redundant clearing of the PGA_WRITEABLE flag ingber2013-07-041-1/+0
* Fix modified bit emulation for ARMv6/v7gber2013-07-041-2/+7
* Fix one of INVARIANTS-related UMA panics on ARMgonzo2013-07-031-3/+15
* Enable VFP on Raspberry Pi. This has worked as of r251712.andrew2013-07-021-0/+3
* Enable SCTP, since it is also enabled on GENERIC and it works fine ontuexen2013-07-011-0/+1
* The mbox driver is actually MP safe, so set the right flag inrpaulo2013-07-011-5/+3
* Disable debugging.rpaulo2013-07-011-2/+0
* Use the new FDT_FILE rpi.dts.rpaulo2013-07-011-1/+1
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+40
* Add INET6.rpaulo2013-06-301-0/+1
* Replace some spaces to tab.ray2013-06-301-4/+4
* Decrypt magic numbers - define names for fields of Generic Timer's CNTKCTL reg.ray2013-06-301-3/+23
OpenPOWER on IntegriCloud