Changeset 005b765 in mainline for HelenOS.config
- Timestamp:
- 2013-01-24T22:07:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03362fbd, 3acd1bb, d59c046
- Parents:
- 6218d4b (diff), 24bead17 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r6218d4b r005b765 87 87 88 88 % CPU type 89 @ "cortex_a8" ARM Cortex A-8 90 ! [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 89 103 @ "armv4" ARMv4 90 ! [PLATFORM=arm32&(MACHINE=gta02)] PROCESSOR (choice) 91 92 % CPU type 104 ! [PLATFORM=arm32&(PROCESSOR=arm920t)] PROCESSOR_ARCH (choice) 105 106 # Add more ARMv5 CPUs 107 % CPU arch 93 108 @ "armv5" ARMv5 94 ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice) 95 96 % CPU type 109 ! [PLATFORM=arm32&(PROCESSOR=arm926ej_s)] PROCESSOR_ARCH (choice) 110 111 # Add more ARMv7-A CPUs 112 % CPU arch 97 113 @ "armv7_a" ARMv7-A 98 ! [PLATFORM=arm32& MACHINE=beagleboardxm] PROCESSOR(choice)114 ! [PLATFORM=arm32&(PROCESSOR=cortex_a8)] PROCESSOR_ARCH (choice) 99 115 100 116 % RAM disk format … … 348 364 ## armv7 made fpu hardware compulsory 349 365 % FPU support 350 ! [PLATFORM=arm32&PROCESSOR =armv7_a] CONFIG_FPU (y)366 ! [PLATFORM=arm32&PROCESSOR_ARCH=armv7_a] CONFIG_FPU (y) 351 367 352 368 % FPU support
Note:
See TracChangeset
for help on using the changeset viewer.