summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Call soc_info.soc_data->soc_clock_init() before at91_pmc_init_clock(), soian2013-03-291-2/+11
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-02-261-1/+0
* Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+2
* Reduce differences between these two initarms a bit more.imp2012-11-081-15/+19
* Minor cosmetic changes to bring atmel's initarm and the defaultimp2012-11-071-5/+5
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-11/+2
* Merging projects/armv6, part 1gonzo2012-08-151-5/+1
* Add support for the Atmel AT91SAM9G45 CPU.andrew2012-07-261-1/+31
* Remember where we found the DBGU and use that for our console.imp2012-07-121-0/+1
* Make the SoC stuff a little more modular, and start to move away fromimp2012-07-111-42/+52
* Go ahead and disable the interrupts for the DBGU the boot loader mayimp2012-07-101-0/+9
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-5/+0
* Create a generic way to support multiple boards within animp2012-07-071-0/+13
* Move these #defines to at91reg.h (where I should have put them in theimp2012-06-221-3/+0
* Try to bring this file closer to style(9).marius2012-06-181-26/+42
* Make it possible to link together a sam and an rm kernel. The resultsimp2012-06-151-0/+27
* Take half a step closer towards having a unified atmel kernel byimp2012-06-151-0/+21
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-13/+2
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-1/+1
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-9/+1
* Enhance the Atmel SoC chip identification routines to account for moreimp2012-06-061-3/+152
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-6/+1
* Initialize the clocks before we call cninit() so that the serialimp2012-06-011-8/+8
* Compute the master clock frequency, so we no longer need to have itimp2012-05-291-0/+1
* Remove duplicate header includeskevlo2011-06-261-1/+0
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Oops, wasn't supposed to commit this.cognet2011-02-131-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-131-3/+3
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-5/+3
* Add support for the AT91SAM9260cognet2010-10-061-2/+0
* if_ate.c:cognet2010-10-061-24/+61
* Eliminate an unnecessary vm include file.alc2009-11-041-1/+0
* Map DPCPU pages into ARM kernel VA space.raj2009-07-011-0/+5
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* - Add the driver for AT91RM9200 CompactFlash controller. The driverstas2009-04-221-0/+8
* - Fix spelling error in comments.stas2008-12-011-1/+1
* opt_at91.h isn't needed here at all anymore, since the board initimp2008-11-301-1/+0
* Start to make it easier to add AT91RM9200 based boards:imp2008-11-251-0/+400
OpenPOWER on IntegriCloud