Andrew Turner
1161298251
Create a common set_stackptrs in sys/arm/machdep.c.
...
On single core devices set_stackptrs is only ever called with cpu = 0 in
initarm and will be identical to the existing function. On SMP this needs
to be implemented for sys/arm/mp_machdep.c, but the implementations are
identical for each SoC.
2012-09-22 06:41:56 +00:00
Andrew Turner
4f06dcbd80
Start to clean up ARMv6 initarm implementations by making the Tegra 2
...
version similar to the Ti version.
2012-09-16 08:09:10 +00:00
Andrew Turner
7b0aff3920
In the Tegra 2 standard config:
...
* Remove an unneeded makeoption
* Set machine correctly
* Properly indent the include of files.tegra2
2012-09-16 08:00:29 +00:00
Andrew Turner
5be63cab1c
The cpu_reset function is noreturn, make sure this is true on Tegra 2.
...
While here fix a typo.
2012-09-16 07:55:49 +00:00
Oleksandr Tymoshenko
9dfe4a1fa4
Merging of projects/armv6, part 9
...
Very basic support for Nvidia Tegra2: timer, interrupts, UART.
Submitted by: Damjan Marion <dmarion@freebsd.org>
2012-08-15 06:06:43 +00:00