freebsd-skq/sys/arm/ti/am335x/std.am335x
Oleksandr Tymoshenko e53470fee3 Merging of projects/armv6, part 10
- Support for Texas Instruments SoCs:
	- AM335x
	- OMAP4

- Kernel configs, DTS for Beaglebone and Pandaboard

Submitted by:	Ben Gray, Damjan Marion
2012-08-15 06:31:32 +00:00

22 lines
562 B
Plaintext

# AM335x generic configuration
#$FreeBSD$
files "../ti/am335x/files.am335x"
include "../ti/std.ti"
makeoption ARM_LITTLE_ENDIAN
# Physical memory starts at 0x80000000. We assume images are loaded at
# 0x80200000, e.g. from u-boot with 'fatload mmc 0 0x80200000 kernel.bin'
#
#
options PHYSADDR=0x80000000
options KERNPHYSADDR=0x80200000
makeoptions KERNPHYSADDR=0x80200000
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
makeoptions KERNVIRTADDR=0xc0200000
options STARTUP_PAGETABLE_ADDR=0x80000000
options SOC_TI_AM335X
options ARM_L2_PIPT