summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-193-4/+75
* Add nand device and NANDFS into the mix for those boards that haveimp2014-01-193-2/+12
* Connect NAND for the SAM9260EK eval board, as well as the HotE HL-201.imp2014-01-193-22/+173
* Add standard memory controller helper functions.imp2014-01-193-0/+208
* Fix build after FDT changes.ray2014-01-161-0/+1
* Add data so we can convert a PIO unit number into a base address.imp2014-01-156-5/+51
* Provide a simplified way to specify GPIO pins for the Atmel port.imp2014-01-151-0/+296
* Add a prototype for the new arm_devmap_print_table(). This should haveian2014-01-091-0/+3
* Add a function to print the contents of the static device mapping table,ian2014-01-092-2/+47
* Add option USB_HOST_ALIGN to configs that contain 'device usb'. Settingian2014-01-082-0/+2
* Add option USB_HOST_ALIGN to configs that contain 'device usb'. Settingian2014-01-0834-0/+34
* Fix arm build.andreast2014-01-063-3/+1
* Switch to using arm_devmap_add_entry() to set up static device mapping.ian2014-01-061-22/+10
* Don't try to find a static mapping before calling pmap_mapdev(), that logician2014-01-061-12/+3
* Allow 'no static device mappings' to potentially work. It's not clear thatian2014-01-061-10/+6
* Switch to using arm_devmap_add_entry() to set up static device mapping.ian2014-01-061-20/+5
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-054-8/+181
* Enable the cesa security/crypto device by providing the required propertyian2014-01-051-43/+135
* Add #include <machine/fdt.h> to a few files that used to get it viaian2014-01-053-0/+3
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-055-5/+10
* Convert from using fdt_immr style to arm_devmap_add_entry() to makeian2014-01-054-38/+41
* Eliminate use of fdt_immr_addr(), it's not needed for this SoC. Convertian2014-01-051-26/+8
* Use the common armv6 fdt_bus_tag defintion instead of an essentiallyian2014-01-052-154/+1
* Doh! Use C comments, not C++.ian2014-01-041-9/+9
* Convert static device mapping to use the new arm_devmap_add_entry(),ian2014-01-041-29/+13
* In pmap_mapdev(), first check whether a static mapping exists, and if soian2014-01-041-4/+19
* Use bus_space_map() rather than pmap_mapdev() in nexus_activate_resource(),ian2014-01-041-14/+41
* Implement OFW_BUS_MAP_INTR() in terms of the FDT PIC table, which willnwhitehorn2014-01-041-0/+40
* Fix a typo that caused a loop to run beyond the end of the array it wasian2014-01-031-1/+1
* Fix race condition in DELAY for SP804 timer.zbb2014-01-011-6/+21
* Add polarity and level support to ARM GICzbb2014-01-014-11/+102
* Set the SoC name for the atmelbus name.imp2013-12-301-1/+1
* Revert r252694 - which attempted to fix bit emulation for armv6/armv7.adrian2013-12-271-14/+9
* Add PPS support to the am335x timer driver. This uses the timer hardware'sian2013-12-221-54/+333
* A variety of cleanups...ian2013-12-221-107/+128
* Map out all the timer-related registers, and define named constants forian2013-12-221-20/+43
* Shorten the DMTIMER_ prefix used for register names to DMT_. This is inian2013-12-221-34/+34
* Add Freescale i.MX515 vt(9) driver.ray2013-12-222-1/+347
* Plumb the cn_grab and cn_ungrab routines down into the uartimp2013-12-211-0/+16
* Add identification and necessary type checks for Krait CPU cores. Krait CPU i...ganbold2013-12-2010-15/+24
* Fix copyright and some style(9) things.ray2013-12-171-10/+20
* Add vt support for RPi. (No early stage yet.)ray2013-12-173-1/+309
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-171-2/+1
* Use the common Open Firmware PCI interrupt routing code instead of thenwhitehorn2013-12-161-31/+31
* After r256961 ofw_iicbuc.c will be built for any kernel which includesloos2013-12-124-4/+0
* Loose -> Lose so this sentence makes sense.imp2013-12-111-1/+1
* Fix one race and one fence post error. When the TX buffer wasimp2013-12-111-14/+23
* Correct license statements to reflect the fact that these files were alljhb2013-12-103-5/+14
* Bring the RPi I2C driver in line with ti_i2c. Make it treat any slaveloos2013-12-091-1/+1
* Activate the device before attempt to access any of its registers. Withoutloos2013-12-091-8/+8
OpenPOWER on IntegriCloud