source: mainline/boot/boot.config@ de33dab

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since de33dab was d630139, checked in by Jakub Jermar <jakub@…>, 19 years ago

Add arm32 architecture. The 32 suffix is used to specify that 16-bit Thumb
instructions are not used. The arm32 code is mostly composed of placeholders
that need to be replaced by real implementation. So far, the arm32 tree
only compiles. If run under GXEmul simulator, an infinit loop at the
kernel entry point will be entered.

  • Property mode set to 100644
File size: 675 bytes
RevLine 
[98376de]1## General configuration directives
2
3# Architecture
4@ "amd64" AMD64/Intel EM64T
[d630139]5@ "arm32" ARM 32-bit
[271fcaf]6@ "ia32" Intel IA-32
[57ce359]7@ "ia32xen" Intel IA-32 on Xen hypervisor
[91aba7f]8@ "ia64" Intel IA-64
[032a9b3]9@ "mips32" MIPS 32-bit
[3c1dec0]10@ "ppc32" PowerPC 32-bit
[89343aac]11@ "ppc64" PowerPC 64-bit
[271fcaf]12@ "sparc64" Sun UltraSPARC
[98376de]13! ARCH (choice)
[3c1dec0]14
[41f7564]15# Compiler
[3c1dec0]16@ "cross" Cross-compiler
17@ "native" Native
[41f7564]18! COMPILER (choice)
[31d9300]19
[79f119b9]20# Start AP processors by the loader
[f18cc64]21! [ARCH=sparc64] CONFIG_SMP (y/n)
22
[31d9300]23# Debug bootloader
24! [ARCH=ppc32] CONFIG_DEBUG (n/y)
25
26# Use Block Address Translation
27! [ARCH=ppc32] CONFIG_BAT (y/n)
28
29# Target image
30@ "binary" Binary image (MSIM)
31@ "ecoff" Ecoff image (GXEmul)
[41f7564]32! [ARCH=mips32] IMAGE (choice)
Note: See TracBrowser for help on using the repository browser.