Changeset 005b765 in mainline for kernel/arch/arm32/include/mm/frame.h
- 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
-
kernel/arch/arm32/include/mm/frame.h
r6218d4b r005b765 47 47 48 48 #ifdef MACHINE_gta02 49 50 #define PHYSMEM_START_ADDR 0x30008000 49 51 #define BOOT_PAGE_TABLE_ADDRESS 0x30010000 52 50 53 #elif defined MACHINE_beagleboardxm 54 55 #define PHYSMEM_START_ADDR 0x80000000 51 56 #define BOOT_PAGE_TABLE_ADDRESS 0x80008000 57 52 58 #else 59 60 #define PHYSMEM_START_ADDR 0x00000000 53 61 #define BOOT_PAGE_TABLE_ADDRESS 0x00008000 62 54 63 #endif 55 64 … … 57 66 #define BOOT_PAGE_TABLE_SIZE_IN_FRAMES (BOOT_PAGE_TABLE_SIZE >> FRAME_WIDTH) 58 67 59 #ifdef MACHINE_gta0260 #define PHYSMEM_START_ADDR 0x3000800061 #elif defined MACHINE_beagleboardxm62 #define PHYSMEM_START_ADDR 0x8000000063 #else64 #define PHYSMEM_START_ADDR 0x0000000065 #endif66 68 67 69 extern void frame_low_arch_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.