Index: head/sys/arm/allwinner/a20/files.a20 =================================================================== --- head/sys/arm/allwinner/a20/files.a20 (revision 281678) +++ head/sys/arm/allwinner/a20/files.a20 (revision 281679) @@ -1,19 +1,5 @@ # $FreeBSD$ -kern/kern_clocksource.c standard -arm/arm/bus_space_asm_generic.S standard -arm/arm/bus_space_generic.c standard arm/arm/gic.c standard -arm/allwinner/a20/a20_cpu_cfg.c standard -arm/allwinner/a10_clk.c standard -arm/allwinner/a10_sramc.c standard -arm/allwinner/a10_gpio.c optional gpio -arm/allwinner/a10_ehci.c optional ehci -arm/allwinner/if_emac.c optional emac -arm/allwinner/a10_wdog.c standard -arm/allwinner/timer.c standard -arm/arm/bus_space_base.c standard -arm/allwinner/a10_common.c standard -arm/allwinner/a10_machdep.c standard arm/allwinner/a20/a20_mp.c optional smp Index: head/sys/arm/allwinner/a20/std.a20 =================================================================== --- head/sys/arm/allwinner/a20/std.a20 (revision 281678) +++ head/sys/arm/allwinner/a20/std.a20 (revision 281679) @@ -1,25 +1,26 @@ # Allwinner A20 common options #$FreeBSD$ cpu CPU_CORTEXA machine arm armv6 makeoptions CONF_CFLAGS="-march=armv7a" makeoption ARM_LITTLE_ENDIAN # Physical memory starts at 0x40200000. We assume images are loaded at # 0x40200000, e.g. from u-boot with 'fatload mmc 0 0x40200000 kernel' # # options PHYSADDR=0x40000000 makeoptions KERNPHYSADDR=0x40200000 options KERNPHYSADDR=0x40200000 makeoptions KERNVIRTADDR=0xc0200000 options KERNVIRTADDR=0xc0200000 options ARM_L2_PIPT options IPI_IRQ_START=0 options IPI_IRQ_END=15 +files "../allwinner/files.allwinner" files "../allwinner/a20/files.a20" Index: head/sys/arm/allwinner/files.a10 =================================================================== --- head/sys/arm/allwinner/files.a10 (revision 281678) +++ head/sys/arm/allwinner/files.a10 (revision 281679) @@ -1,19 +1,3 @@ # $FreeBSD$ -kern/kern_clocksource.c standard -arm/arm/bus_space_asm_generic.S standard -arm/arm/bus_space_generic.c standard - -arm/allwinner/a10_clk.c standard -arm/allwinner/a10_common.c standard -arm/allwinner/a10_gpio.c optional gpio -arm/allwinner/a10_ehci.c optional ehci -arm/allwinner/a10_machdep.c standard -arm/allwinner/a10_sramc.c standard -arm/allwinner/a10_wdog.c standard -arm/allwinner/a20/a20_cpu_cfg.c standard arm/allwinner/aintc.c standard -arm/allwinner/if_emac.c optional emac -arm/allwinner/timer.c standard -arm/arm/bus_space_base.c standard -#arm/allwinner/console.c standard Index: head/sys/arm/allwinner/files.allwinner =================================================================== --- head/sys/arm/allwinner/files.allwinner (nonexistent) +++ head/sys/arm/allwinner/files.allwinner (revision 281679) @@ -0,0 +1,18 @@ +# $FreeBSD$ +kern/kern_clocksource.c standard + +arm/arm/bus_space_base.c standard +arm/arm/bus_space_asm_generic.S standard +arm/arm/bus_space_generic.c standard + +arm/allwinner/a10_clk.c standard +arm/allwinner/a10_common.c standard +arm/allwinner/a10_ehci.c optional ehci +arm/allwinner/a10_gpio.c optional gpio +arm/allwinner/a10_machdep.c standard +arm/allwinner/a10_sramc.c standard +arm/allwinner/a10_wdog.c standard +arm/allwinner/a20/a20_cpu_cfg.c standard +arm/allwinner/if_emac.c optional emac +arm/allwinner/timer.c standard +#arm/allwinner/console.c standard Property changes on: head/sys/arm/allwinner/files.allwinner ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sys/arm/allwinner/std.a10 =================================================================== --- head/sys/arm/allwinner/std.a10 (revision 281678) +++ head/sys/arm/allwinner/std.a10 (revision 281679) @@ -1,20 +1,21 @@ # Allwinner A10 common options #$FreeBSD$ cpu CPU_CORTEXA machine arm armv6 makeoptions CONF_CFLAGS="-march=armv7a" makeoption ARM_LITTLE_ENDIAN # Physical memory starts at 0x40200000. We assume images are loaded at # 0x40200000, e.g. from u-boot with 'fatload mmc 0 0x40200000 kernel' # # options PHYSADDR=0x40000000 makeoptions KERNPHYSADDR=0x40200000 options KERNPHYSADDR=0x40200000 makeoptions KERNVIRTADDR=0xc0200000 options KERNVIRTADDR=0xc0200000 +files "../allwinner/files.allwinner" files "../allwinner/files.a10"