Commit 8eb97280 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added support for Intel Core 2 Duo Q9550

parent aa99feab
<project name="Intel Core 2 Duo Q9550 machine definition">
<property name="PRETTY_NAME" value="${ant.project.name} for Intel Core 2 Duo Q9550"/>
<property name="CLFS_TARGET" value="x86_64-CORE2DUO_Q9550-linux-gnu"/>
<property name="ARCH" value="x86_64"/>
<property name="GCC_CROSS_CONFIG" value="--with-arch=core2 --with-tune=core2"/>
<property name="GCC_CONFIG" value="${GCC_CROSS_CONFIG}"/>
<property name="CONSOLE" value="ttyS0"/>
<property name="DISK_LABEL" value="mbr"/>
<property name="ROOT_DEVICE" value="sda"/>
<property name="DISK" value="${ROOT_DEVICE}"/>
<property name="SECONDARY" value="sdb"/>
<property name="BOARD" value="core2duo-q9550"/>
<property name="DEVICE_TYPE" value="CORE2DUOQ9550"/>
<property name="GOARCH" value="amd64"/>
<property name="SHUTDOWN_WATCHDOG" value="16s"/>
<property name="RUNTIME_WATCHDOG" value="16s"/>
<target name="run-system-core2duo-q9550">
<antcall target="run-system-core2duo"/>
</target>
<target name="run-system-with-secondary-core2duo-q9550">
<antcall target="run-system-with-secondary-core2duo"/>
</target>
</project>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment