Changes in HelenOS.config [e7b0b85:f9ab562] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    re7b0b85 rf9ab562  
    8787
    8888% CPU type
    89 @ "cortex_a8" ARM Cortex A-8
     89@ "armv4" ARMv4
     90! [PLATFORM=arm32&(MACHINE=gta02)] PROCESSOR (choice)
     91
     92% CPU type
     93@ "armv5" ARMv5
     94! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice)
     95
     96% CPU type
     97@ "armv7_a" ARMv7-A
    9098! [PLATFORM=arm32&MACHINE=beagleboardxm] PROCESSOR (choice)
    91 
    92 % CPU type
    93 @ "arm920t" ARM920T
    94 ! [PLATFORM=arm32&MACHINE=gta02] PROCESSOR (choice)
    95 
    96 % CPU type
    97 @ "arm926ej_s" ARM926EJ-S
    98 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice)
    99 
    100 
    101 # Add more ARMv4 CPUs
    102 % CPU arch
    103 @ "armv4" ARMv4
    104 ! [PLATFORM=arm32&(PROCESSOR=arm920t)] PROCESSOR_ARCH (choice)
    105 
    106 # Add more ARMv5 CPUs
    107 % CPU arch
    108 @ "armv5" ARMv5
    109 ! [PLATFORM=arm32&(PROCESSOR=arm926ej_s)] PROCESSOR_ARCH (choice)
    110 
    111 # Add more ARMv7-A CPUs
    112 % CPU arch
    113 @ "armv7_a" ARMv7-A
    114 ! [PLATFORM=arm32&(PROCESSOR=cortex_a8)] PROCESSOR_ARCH (choice)
    11599
    116100% RAM disk format
     
    364348## armv7 made fpu hardware compulsory
    365349% FPU support
    366 ! [PLATFORM=arm32&PROCESSOR_ARCH=armv7_a] CONFIG_FPU (y)
     350! [PLATFORM=arm32&PROCESSOR=armv7_a] CONFIG_FPU (y)
    367351
    368352% FPU support
Note: See TracChangeset for help on using the changeset viewer.