summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix build for SMP.cognet2012-11-011-1/+1
* Merge r242125 into the other ARMv6 copies of initarm.andrew2012-10-314-0/+20
* Fix SMP build for omap4cognet2012-10-301-1/+1
* Move the call to platform_gpio_init() into initarm_gpio_init() to reduceandrew2012-10-301-5/+5
* Add BCM2835 SDHCI driver and enable it in Raspberry Pi configgonzo2012-10-293-1/+370
* Missing paren.kientzle2012-10-271-1/+1
* Comment out the other BOOTP optionkientzle2012-10-271-1/+1
* set the kernelname from the boot loader environment.kientzle2012-10-261-0/+5
* Comment out the BOOTP/NFSROOT support. Transition thiskientzle2012-10-261-6/+7
* Do proper padding of runt packets using code copied from bge(4).kientzle2012-10-251-2/+51
* Refer to headers locally. This makes it a lot easierkientzle2012-10-251-2/+2
* Support FreeBSD Boot loaders.kientzle2012-10-251-0/+1
* Everybody needs bpf.kientzle2012-10-251-1/+1
* Support boot loaders in the standard kernel.kientzle2012-10-251-0/+2
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-3/+0
* remove duplicate semicolons where possible.eadler2012-10-222-3/+3
* Don't repeat the POSTREAD dma sync.kientzle2012-10-221-5/+1
* Replace deprecated M_DONTWAIT with M_NOWAIT.kientzle2012-10-191-2/+2
* Fix an mbuf leak in cpsw driver, clean up mbuf management:kientzle2012-10-151-5/+8
* Cut-and-paste dropped semicolon.kientzle2012-10-141-1/+1
* Name cpsw_stop to cpsw_stop_locked consistently with other functionskientzle2012-10-141-5/+7
* Return correct packet size.kientzle2012-10-141-3/+3
* Loop reading the RTC registers until the same values are obtainedimp2012-10-071-3/+14
* Improve a few comments.imp2012-10-071-6/+11
* Use the RTC unit to get the time. This works on all known AT91SAM9*imp2012-10-072-25/+136
* Support kernel options from ubldr.kientzle2012-10-011-0/+1
* Remove unused variables from the OMAP ehci code.andrew2012-10-011-6/+0
* Fix the clobber list on the atomic operators that do comparisons. Withoutandrew2012-10-011-15/+17
* Stop calling pmap_remove_write() from pmap_remove_all(). Doing so is notalc2012-09-301-1/+3
* Eliminate an unused declaration.alc2012-09-291-2/+0
* Eliminate unused variables.alc2012-09-292-15/+0
* Add support for mincore(). Specifically, this is an adaptation of thealc2012-09-291-2/+52
* Update a comment to reflect recent locking changes.alc2012-09-291-3/+3
* Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) isalc2012-09-273-51/+69
* Create the new initarm_ functions to reduce the diff to the other FDTandrew2012-09-261-11/+25
* Use arm_dump_avail_init to build the dump_avail arrayandrew2012-09-261-6/+1
* Start to clean up the lpc initarm as it also uses FDT.andrew2012-09-261-12/+18
* Eliminate an unused declaration.alc2012-09-252-2/+0
* Clean up the bcm2835 initarm. It is now identical to the other ARMv6 copiesandrew2012-09-231-10/+8
* Fix a typo in a Broadcom initarm debug printfandrew2012-09-231-1/+1
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-235-28/+118
* Update different versions of physmap_init to be identical in preparationandrew2012-09-234-13/+53
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-225-20/+25
* Since UMA_ZONE_NOFREE is specified when l2zone and l2table_zone are created,alc2012-09-222-86/+36
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-2216-197/+39
* Add a kernel config for the Toshiba AC100. The AC100 is an ARM laptop withandrew2012-09-171-0/+96
* fix the kernel files to match our standard "option<space><tab>" formatjmg2012-09-1617-93/+93
* remove some unnecessary debugging statements, dead code and incorrectjmg2012-09-161-5/+1
* Start to clean up ARMv6 initarm implementations by making the Tegra 2andrew2012-09-161-160/+86
OpenPOWER on IntegriCloud