Changeset ff166148 in mainline
- Timestamp:
- 2012-07-23T20:57:54Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9cf07b3
- Parents:
- 774c143
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/mm.c
r774c143 rff166148 120 120 121 121 #ifdef PROCESSOR_armv7_a 122 /* Mask to enable paging, alignment andcaching */123 "ldr r1, =0x0000000 7\n"122 /* Mask to enable paging, caching */ 123 "ldr r1, =0x00000005\n" 124 124 #else 125 125 /* Mask to enable paging */ -
uspace/lib/c/arch/arm32/Makefile.common
r774c143 rff166148 28 28 # 29 29 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4 31 #TODO enable this when the breakage is fixed 32 #(fat fails on invalid instruction, tmpfs hangs, there may be other issues) 33 #fat: page_fault - instruction doesn't access memory (instr_code: 0x1508, badvaddr:0x. 34 #$(subst _,-,$(PROCESSOR)) 30 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=$(subst _,-,$(PROCESSOR)) 35 31 36 32 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.