mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
9dfe4a1fa4
Very basic support for Nvidia Tegra2: timer, interrupts, UART. Submitted by: Damjan Marion <dmarion@freebsd.org>
17 lines
339 B
Plaintext
17 lines
339 B
Plaintext
# nVidia Tegra 2 common options
|
|
#$FreeBSD$
|
|
|
|
cpu CPU_CORTEXA
|
|
makeoption ARM_LITTLE_ENDIAN
|
|
|
|
options PHYSADDR=0x00000000
|
|
|
|
makeoptions KERNPHYSADDR=0x00200000
|
|
options KERNPHYSADDR=0x00200000
|
|
makeoptions KERNVIRTADDR=0xc0200000
|
|
options KERNVIRTADDR=0xc0200000
|
|
|
|
options STARTUP_PAGETABLE_ADDR=0x00100000
|
|
|
|
files "../tegra/files.tegra2"
|