summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix comment to represent actual file purposegonzo2012-12-161-1/+1
* Add support for QEMU's version of Versatile Platform Boardgonzo2012-12-1314-0/+3347
* Add driver for PrimeCell Vectored Interrupt Controller (PL190)gonzo2012-12-131-0/+187
* Don't write-back the cachelines if we really just want to invalidate them.cognet2012-12-051-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-056-12/+12
* - Enable syscons/framebuffer by defaultgonzo2012-11-301-8/+8
* Get reserved memory regions and exclude them from available memory mapgonzo2012-11-301-1/+71
* Get frequency from "clock-frequency" property of "/axi/sdhci" FDT nodegonzo2012-11-301-1/+14
* Fix RGB565 casegonzo2012-11-301-4/+4
* Fix hardcoded bpp valuegonzo2012-11-291-1/+1
* Do not enable data cache until later in kernel init. Stale bits ingonzo2012-11-271-1/+1
* Add NOTES and Makefile in order to generate LINT. NOTES contains prettymarcel2012-11-272-0/+95
* Allow building LINT by defining both SAMPLE_AT_RESET on the one handmarcel2012-11-271-3/+4
* Don't include arm/xscale/i8134x/i81342reg.h when we're compiling LINT.marcel2012-11-271-1/+7
* Remove print_kernel_section_addr(). All statements in that functionmarcel2012-11-271-13/+0
* Don't define intr_disable and intr_restore as macros. The macrosmarcel2012-11-271-8/+24
* Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c.marcel2012-11-261-1/+0
* Fix spelling.kientzle2012-11-253-3/+3
* Add Raspberry Pi GPIO drivergonzo2012-11-233-0/+660
* Strip trailing newline.imp2012-11-231-1/+0
* Now that we have working USB keyboard add ukbd to the syscons-enablinggonzo2012-11-231-0/+1
* Multiple fixes for BCM2835 framebuffergonzo2012-11-231-31/+149
* Make sure the address starts on a cache line boundary.cognet2012-11-211-1/+13
* Correctly use spaces here.adrian2012-11-181-2/+2
* Clean up the two i80321 copies of initarm to be closer to one another.andrew2012-11-172-42/+43
* Just compile the whole ath chipset support in.adrian2012-11-171-15/+4
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hkib2012-11-161-0/+1
* Don't forget to unlock the pmap lock on failure.cognet2012-11-161-2/+6
* Remove a useless printfcognet2012-11-151-1/+0
* Use the "inner shareable" variations of flush/invalidate functions for SMP.cognet2012-11-151-4/+18
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-141-6/+1
* Make it clear the L2 ops are filled for any cpu using a PL310 cache, not justcognet2012-11-141-1/+2
* Use the arrmv7 version for flushID too, as it does something different for SMP.cognet2012-11-141-1/+1
* Reduce differences between these two initarms a bit more.imp2012-11-082-20/+23
* Minor cosmetic changes to bring atmel's initarm and the defaultimp2012-11-072-17/+14
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Merge the FDT versions of initarm.andrew2012-11-037-2487/+491
* 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
OpenPOWER on IntegriCloud