summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/ti_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-011-15/+0
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYandrew2016-04-301-2/+2
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-11/+11
* Move the Ti SoCs to use the ARM platform. This should help allowing aandrew2014-05-171-25/+39
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* 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
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-2/+8
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Increase the maximum KVM available on TI chips. Not sure why we suddenly needcognet2013-06-091-3/+3
* Strip trailing newline.imp2012-11-231-1/+0
* Merge the FDT versions of initarm.andrew2012-11-031-499/+5
* Missing paren.kientzle2012-10-271-1/+1
* set the kernelname from the boot loader environment.kientzle2012-10-261-0/+5
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-231-2/+23
* Update different versions of physmap_init to be identical in preparationandrew2012-09-231-4/+14
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-221-5/+7
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-19/+0
* Style cleanupgonzo2012-08-251-4/+1
* Merging of projects/armv6, part 10gonzo2012-08-151-0/+618
OpenPOWER on IntegriCloud