aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/ti/ti_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* All armv6 platforms have the same implementation of platform_lastaddr.Andrew Turner2016-12-161-10/+0
* Use the platform_*_t typedefs to help check the platform function types areAndrew Turner2016-12-131-0/+11
* Resolv the remaining conflicting symbols between omap4 and am335x, andOlivier Houchard2016-11-191-1/+1
* Guess the TI chip based on the PLATFORM infos, instead of relying on theOlivier Houchard2016-11-181-0/+23
* Convert the omap4 code to use PLATFORM_SMP.Olivier Houchard2016-11-181-0/+5
* After r308533, the platform compatible string must be an exact match.Luiz Otavio O Souza2016-11-151-1/+1
* Add MULTIDELAY support to the am335x dmtimer. This will be useful forAndrew Turner2016-10-251-1/+1
* Move cpu_reset to be a platform method to allow multiple implementations.Andrew Turner2016-09-231-4/+4
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYAndrew Turner2016-04-301-2/+2
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-11/+11
* Move the Ti SoCs to use the ARM platform. This should help allowing aAndrew Turner2014-05-171-25/+39
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-5/+6
* Doh! Use C comments, not C++.Ian Lepore2014-01-041-9/+9
* Convert static device mapping to use the new arm_devmap_add_entry(),Ian Lepore2014-01-041-29/+13
* Call initarm_lastaddr() later in the init sequence, after establishingIan Lepore2013-11-051-2/+8
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Retire arm_remap_nocache() and the data and constants associated with it.Ian Lepore2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* Increase the maximum KVM available on TI chips. Not sure why we suddenly needOlivier Houchard2013-06-091-3/+3
* Strip trailing newline.Warner Losh2012-11-231-1/+0
* Merge the FDT versions of initarm.Andrew Turner2012-11-031-499/+5
* Missing paren.Tim Kientzle2012-10-271-1/+1
* set the kernelname from the boot loader environment.Tim Kientzle2012-10-261-0/+5
* Pull out the SoC specific parts of initarm into separate functionsAndrew Turner2012-09-231-2/+23
* Update different versions of physmap_init to be identical in preparationAndrew Turner2012-09-231-4/+14
* Reduce the diff between the FDT implementations of initarm.Andrew Turner2012-09-221-5/+7
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-221-19/+0
* Style cleanupOleksandr Tymoshenko2012-08-251-4/+1
* Merging of projects/armv6, part 10Oleksandr Tymoshenko2012-08-151-0/+618