Changeset 088b334 in mainline for boot/arch/arm32/include/mm.h
- Timestamp:
- 2013-02-24T11:24:16Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ab339e, b42c8d8
- Parents:
- df64dbc (diff), 9ad289d (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
rdf64dbc r088b334 63 63 #define BBXM_RAM_END 0xc0000000 64 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 65 70 66 71 /* Page table level 0 entry - "section" format is used … … 76 81 unsigned int access_permission_0 : 2; 77 82 unsigned int tex : 3; 78 unsigned int access_permission_1 : 2; 83 unsigned int access_permission_1 : 1; 84 unsigned int shareable : 1; 79 85 unsigned int non_global : 1; 80 86 unsigned int should_be_zero_2 : 1;
Note:
See TracChangeset
for help on using the changeset viewer.