Deleted Added
full compact
std.zynq7 (276047) std.zynq7 (276520)
1#
2# std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS.
3#
1#
2# std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS.
3#
4# $FreeBSD: head/sys/arm/xilinx/std.zynq7 276047 2014-12-21 23:48:32Z ian $
4# $FreeBSD: head/sys/arm/xilinx/std.zynq7 276520 2015-01-01 23:21:46Z ian $
5
6cpu CPU_CORTEXA
7machine arm armv6
5
6cpu CPU_CORTEXA
7machine arm armv6
8makeoptions CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
8makeoptions CONF_CFLAGS="-march=armv7a"
9
10files "../xilinx/files.zynq7"
11
12# Physical memory starts at 0x00000000. We assume images are loaded at
13# 0x00100000, e.g. from u-boot with 'fatload mmc 0 0x100000 kernel.bin'
14#
15#
16options PHYSADDR=0x00000000
17options KERNPHYSADDR=0x00100000
18makeoptions KERNPHYSADDR=0x00100000
19options KERNVIRTADDR=0xc0100000 # Used in ldscript.arm
20makeoptions KERNVIRTADDR=0xc0100000
21
22options ARM_L2_PIPT
23
24options IPI_IRQ_START=0
25options IPI_IRQ_END=15
9
10files "../xilinx/files.zynq7"
11
12# Physical memory starts at 0x00000000. We assume images are loaded at
13# 0x00100000, e.g. from u-boot with 'fatload mmc 0 0x100000 kernel.bin'
14#
15#
16options PHYSADDR=0x00000000
17options KERNPHYSADDR=0x00100000
18makeoptions KERNPHYSADDR=0x00100000
19options KERNVIRTADDR=0xc0100000 # Used in ldscript.arm
20makeoptions KERNVIRTADDR=0xc0100000
21
22options ARM_L2_PIPT
23
24options IPI_IRQ_START=0
25options IPI_IRQ_END=15