annotate sources/targets/i486/settings @ 1153:0b53de0d6eec

Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
author Rob Landley <rob@landley.net>
date Sat, 03 Jul 2010 23:05:49 -0500
parents 9141727b902a
children fb2c1618f1ba
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1004
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
1 KARCH=i386
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
2 KERNEL_PATH=arch/${KARCH}/boot/bzImage
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
3 BINUTILS_FLAGS=
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
4 GCC_FLAGS="--enable-sjlj-exceptions"
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
5 QEMU_TEST=$KARCH
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
6
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
7 ROOT=hda
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
8 CONSOLE=ttyS0
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
9
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
10 # Gentoo from Scratch
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
11 GFS_CHOST="i486-gentoo-linux-uclibc"
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
12 GFS_ARCH="x86"
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
13
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
14 UCLIBC_CONFIG="
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
15 TARGET_i386=y
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
16 CONFIG_486=y
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
17 UCLIBC_HAS_FPU=y
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
18 "
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
19
1153
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
20 LINUX_CONFIG="
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
21 CONFIG_M486=y
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
22 CONFIG_PM=y
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
23 CONFIG_ACPI=y
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
24 CONFIG_BLK_DEV_PIIX=y
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
25 CONFIG_NETDEV_1000=y
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
26 CONFIG_E1000=y
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
27 CONFIG_SERIAL_8250=y
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
28 CONFIG_SERIAL_8250_CONSOLE=y
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
29 "
0b53de0d6eec Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Rob Landley <rob@landley.net>
parents: 1004
diff changeset
30
1004
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
31 emulator_command()
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
32 {
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
33 echo qemu -cpu 486 $(qemu_defaults "$@")
9141727b902a New i486 target, by David Seikel. (He's working on a Vortex86DX SOC, see http://www.vortex86dx.com/ and http://www.icoptech.com/pddetail.aspx?id=129&pid=4 for details.)
Rob Landley <rob@landley.net>
parents:
diff changeset
34 }