summaryrefslogtreecommitdiffstats
path: root/sys/arm/tegra
Commit message (Expand)AuthorAgeFilesLines
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-1/+1
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-2/+0
* 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
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-3/+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
* Merge the FDT versions of initarm.andrew2012-11-031-497/+8
* Merge r242125 into the other ARMv6 copies of initarm.andrew2012-10-311-0/+5
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-231-4/+26
* Update different versions of physmap_init to be identical in preparationandrew2012-09-231-3/+13
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-221-2/+5
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-22/+3
* Start to clean up ARMv6 initarm implementations by making the Tegra 2andrew2012-09-161-160/+86
* In the Tegra 2 standard config:andrew2012-09-161-2/+2
* The cpu_reset function is noreturn, make sure this is true on Tegra 2.andrew2012-09-161-1/+3
* Merging of projects/armv6, part 9gonzo2012-08-155-0/+971
OpenPOWER on IntegriCloud