Changeset f6f22cdb in mainline for boot/arch/sparc32/include/arch.h
- Timestamp:
- 2013-12-27T18:45:56Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32e8cd1
- Parents:
- e47ed05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc32/include/arch.h
re47ed05 rf6f22cdb 30 30 #define BOOT_sparc32_ARCH_H 31 31 32 #define PTL0_ENTRIES25633 #define PTL0_SHIFT2434 #define PTL0_SIZE(1 << 24)35 #define PTL0_ENTRY_SIZE432 #define PTL0_ENTRIES 256 33 #define PTL0_SHIFT 24 34 #define PTL0_SIZE (1 << 24) 35 #define PTL0_ENTRY_SIZE 4 36 36 37 37 /* ASI assignments: */ 38 #define ASI_CACHEMISS0x0139 #define ASI_CACHECTRL0x0240 #define ASI_MMUREGS0x1941 #define ASI_MMUBYPASS0x1c38 #define ASI_CACHEMISS 0x01 39 #define ASI_CACHECTRL 0x02 40 #define ASI_MMUREGS 0x19 41 #define ASI_MMUBYPASS 0x1c 42 42 43 43 /* 44 * Address where the boot stage image starts (beginning of usable physical45 * memory).44 * Address where the boot stage image starts 45 * (beginning of usable physical memory). 46 46 */ 47 #define BOOT_BASE 0x4000000048 #define BOOT_OFFSET (BOOT_BASE + 0xa00000)49 47 50 #define PA_OFFSET 0x40000000 48 #define BOOT_BASE 0x40000000 49 #define BOOT_OFFSET (BOOT_BASE + 0xa00000) 50 51 #define PA_OFFSET 0x40000000 51 52 52 53 #ifndef __ASM__ … … 56 57 #endif 57 58 58 59 59 #endif 60 60
Note:
See TracChangeset
for help on using the changeset viewer.