summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-073-3/+3
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-132-4/+4
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-015-5/+0
* Complete r247297:attilio2013-02-285-10/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-205-8/+10
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Clean up the two i80321 copies of initarm to be closer to one another.andrew2012-11-172-42/+43
* 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
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-225-63/+5
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-188-6/+11
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
* Merging projects/armv6, part 1gonzo2012-08-156-15/+1
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-172-2/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-105-22/+0
* Not quite ready for this yet, so comment it out.imp2012-07-101-1/+1
* All xscale ports are armeb, so mark it here. This should reduce universeimp2012-06-291-0/+1
* Fix missing straggler for the move to parse_boot_param()imp2012-06-141-1/+1
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-5/+1
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-144-4/+4
* Remove leakage of other patches into last commit.imp2012-06-135-5/+5
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-1340-204/+203
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-102-2/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-105-45/+5
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-035-5/+5
* Remove obsolte big endian flag. It is no longer needed.imp2012-05-112-2/+0
* - Add new ARM kernel option QEMU_WORKAROUNDS which can bestas2012-04-071-2/+18
* Make sure we do not provide the page 0 to the VM. It can't handle it properly,cognet2012-02-291-2/+2
* Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.cmarius2011-12-313-1/+6
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-223-6/+3
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-7/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-073-3/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+3
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-274-9/+21
* Name these gpio pins better, they are on an external PLD and not the same asthompsa2011-10-121-5/+5
* Dont just set the pin high when turning on output, use the current value. Alsothompsa2011-10-121-9/+38
* Add missing newbus glue, this has never attached properly to gpiobus.thompsa2011-10-051-0/+5
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantpluknet2011-04-191-2/+3
* Add a real dependency on the microcode.obrien2011-02-251-1/+1
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-133-6/+9
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-215-19/+10
* IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to makeimp2010-12-231-10/+10
* Provide a mutex around the read/modify/write of the IXP425_GPIO_*thompsa2010-11-146-45/+35
* Add a GPIO driver for the Gateworks Cambria platform.thompsa2010-11-112-0/+472
* Fix typos.brucec2010-11-091-2/+2
* Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.thompsa2010-11-071-1/+0
OpenPOWER on IntegriCloud