summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Switch to my freebsd.org emal address in copyright.ganbold2014-03-2525-25/+25
* Add code for enabling second CPU core for A20 SoC.ganbold2014-03-253-0/+160
* Adds the ADC driver for TI AM3xxx SoC family.loos2014-03-247-0/+793
* Move an else case that was missed in r263676andrew2014-03-241-25/+25
* Reorder the pmap macros so "ARM_MMU_V6 + ARM_MMU_V7" is first. As they areandrew2014-03-231-41/+42
* Simplify how we build MACHINE_ARCH. There are 3 options that may be setandrew2014-03-221-9/+15
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-4/+4
* Rename mct and ehci drivers files to match common naming.br2014-03-203-4/+4
* Remove printf's.br2014-03-201-6/+0
* Add support for Samsung Chromebook (ARM Cortex A15 machine).br2014-03-201-0/+146
* Add driver for Display Controller.br2014-03-203-0/+454
* - Add display-related and clk devices to the treebr2014-03-201-3/+3
* Disable debugging by default.br2014-03-201-3/+3
* In kernel config files, it is supposed to be 'options<space><tab>' notimp2014-03-1849-160/+160
* 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
OpenPOWER on IntegriCloud