summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Use armv7 TLB flush code, not arm11, for cortex-a processors.ian2014-03-161-5/+9
* Use the same terminology as the ARM docs in comments. No functional changes.ian2014-03-161-5/+5
* Make all the comments '# ' and align to same column. This fixes theimp2014-03-1646-1735/+1734
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Fix wandboard to include tmpfs, mbr and bsd labels.imp2014-03-151-0/+3
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-111-5/+1
* Remove #include <machine/asmacros.h> from files that don't need it.ian2014-03-114-4/+1
* Remove the unreferenced DATA() macro. That leaves only GET_CURTHREAD_PTR()ian2014-03-111-26/+8
* Remove clause 3 (advertising clause), per regent's letter.imp2014-03-111-5/+1
* Use panic rather than printf to "handle" an arm26 address exceptionian2014-03-111-6/+5
* No functional changes. Rewrite comments, use tabs consistantly, reorderian2014-03-111-159/+141
* Remove some unnecessary indirection and jump right to the handler functions.ian2014-03-111-36/+3
* Revert r262994 for now, it fails to boot on armv5.ian2014-03-111-37/+83
* Now that the PUSHFRAME and PULLFRAME macros are used only in the swiian2014-03-111-83/+37
* Arrange for arm fork_trampoline() to return to userland via the standardian2014-03-103-223/+228
* Change the way the asm GET_CURTHREAD_PTR() macro is defined so that codeian2014-03-103-10/+4
* Move the exception vector table (so-called "page0" data) into exception.Sian2014-03-104-124/+74
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-1026-145/+18
* Make the default exception handler vectors point to where I thought theyian2014-03-101-18/+2
* Remove all traces of support for ARM chips prior to the arm9 series. Weian2014-03-0938-5331/+25
* The arm exception entry points currently vector through a function pointerian2014-03-0911-83/+0
* Make undefined exception entry MPSAFE.ian2014-03-092-36/+14
* When a thread begins life it doesn't own the VFP hardware state on any cpu.ian2014-03-092-0/+2
* Always call vfp_discard() on thread death, not just when the VFP isian2014-03-093-15/+14
* Remove all dregs of a per-thread undefined-exception-mode stack. This isian2014-03-096-36/+2
* Rework the VFP code that handles demand-based save and restore of state.ian2014-03-095-164/+102
* Remove bogus define that causes compile errors. Most of the definesimp2014-03-091-1/+0
* Follow r262916 with one more config file that references a renamed common.cian2014-03-091-1/+1
* Move AIC related stuff to own file.imp2014-03-088-66/+203
* Properly round on unmapping.imp2014-03-081-1/+5
* Make at91_soc_id() public.imp2014-03-082-1/+2
* Add commented out dts for sam9260ek as well as early printf support.imp2014-03-081-0/+10
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-0820-16/+16
* Strip arm/conf/DEFAULTS down to just items that are mandatory for runningian2014-03-0747-5/+139
* Fix the arm sys_sigreturn(): its argument is a struct ucontext, not aian2014-03-073-7/+8
* - Export panel info to DTSbr2014-03-071-13/+121
* Add driver for Port control and interrupts (PORT).br2014-03-074-33/+299
* Add option TMPFS to arm/conf/DEFAULTS, remove it from the few configsian2014-03-0711-10/+3
* When calculating the MPU freq, make sure not to overflow by using a uint64_t.cognet2014-03-061-1/+1
* Use the standard __used macro instead of a bare __attribute__.ian2014-03-031-2/+1
* Add EMAC and SRAM controller entries to FDT.ganbold2014-03-034-0/+8
* Add EMAC 10/100 Ethernet controller driver for A10/A20.ganbold2014-03-032-0/+1391
* Add Static Random Access Memory controller driver for A10/A20.ganbold2014-03-032-0/+168
* Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as:ganbold2014-03-034-2/+76
* Add __attribute__((used)) so that the delay implementation doesn't getian2014-03-021-0/+1
* Add a tunable to set the number of active cores, and enable SMP by default.ian2014-03-022-3/+11
* tcb device for fdtimp2014-02-281-0/+105
* shdwc device for fdtimp2014-02-281-0/+105
* Add device node for SDRAMC device. Currently just claims device'simp2014-02-281-0/+105
* Add an armv7 implementation of cpu_sleep(). The arm11/armv6 implementationian2014-02-283-1/+8
OpenPOWER on IntegriCloud