Changeset 8ab339e in mainline for boot/arch/arm32/include/mm.h
- Timestamp:
- 2013-02-26T10:58:29Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b04ca9c
- Parents:
- 1935591 (diff), 088b334 (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
-
boot/arch/arm32/include/mm.h
r1935591 r8ab339e 58 58 #define GTA02_IOMEM_END 0x60000000 59 59 60 /** Start of ram memory on BBxM */ 61 #define BBXM_RAM_START 0x80000000 62 /** Start of ram memory on BBxM */ 63 #define BBXM_RAM_END 0xc0000000 64 65 /** Start of ram memory on AM335x */ 66 #define AM335x_RAM_START 0x80000000 67 /** End of ram memory on AM335x */ 68 #define AM335x_RAM_END 0xC0000000 69 70 60 71 /* Page table level 0 entry - "section" format is used 61 72 * (one-level paging, 1 MB sized pages). Used only while booting the kernel. … … 70 81 unsigned int access_permission_0 : 2; 71 82 unsigned int tex : 3; 72 unsigned int access_permission_1 : 2; 83 unsigned int access_permission_1 : 1; 84 unsigned int shareable : 1; 73 85 unsigned int non_global : 1; 74 86 unsigned int should_be_zero_2 : 1;
Note:
See TracChangeset
for help on using the changeset viewer.