Commit dda94028 authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Add supersection definitions to MEMM.ARM600 as well

Some later XScales also supported supersections - albeit ones we don't support
yet - but they mean it's not incorrect to include these definitions in this
header. However, defining the bits now means that we don't need to insert
MEMM_Type build-time switches into the kernel for the page table code that
now handles supersections.

Version 2.80. Tagged as 'HdrSrc-2_80'
parent 7d91c601
/* (2.79)
/* (2.80)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 2.79
#define Module_MajorVersion_CMHG 2.80
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 15 Jul 2019
#define Module_Date_CMHG 19 Aug 2019
#define Module_MajorVersion "2.79"
#define Module_Version 279
#define Module_MajorVersion "2.80"
#define Module_Version 280
#define Module_MinorVersion ""
#define Module_Date "15 Jul 2019"
#define Module_Date "19 Aug 2019"
#define Module_ApplicationDate "15-Jul-19"
#define Module_ApplicationDate "19-Aug-19"
#define Module_ComponentName "HdrSrc"
#define Module_FullVersion "2.79"
#define Module_HelpVersion "2.79 (15 Jul 2019)"
#define Module_LibraryVersionInfo "2:79"
#define Module_FullVersion "2.80"
#define Module_HelpVersion "2.80 (19 Aug 2019)"
#define Module_LibraryVersionInfo "2:80"
......@@ -44,7 +44,7 @@ L1_DomainShift * 5 ; lowest bit position in L1 entry for domain num
L1_Fault * 4_0 ; translation fault specifier in L1 entry
L1_Page * 4_1 ; coarse page specifier in L1 entry
L1_Section * 4_2 ; section specifier in L1 entry
L1_Section * 4_2 ; section (or supersection) specifier in L1 entry
L1_Fine * 4_3 ; fine page specifier in L2 entry
L2_Fault * 4_0 ; translation fault specifier in L2 entry
......@@ -60,6 +60,13 @@ L1_P * 1 :SHL: 9 ; page bit in level 1 entry (XScale - ECC enable
L1_U * 1 :SHL: 4 ; updateable bit in level 1 entry (ARM6 only, not ARM7+)
L1_C * 1 :SHL: 3 ; cacheable --------""----------
L1_B * 1 :SHL: 2 ; bufferable --------""----------
L1_SS * 1 :SHL: 18 ; supersection
L1_SSb36Shift * 5 ; physical address 39:36 in supersections
L1_SSb36Width * 4
L1_SSb36Mask * 1:SHL:(L1_SSb36Shift+L1_SSb36Width) - 1:SHL:L1_SSb36Shift
L1_SSb32Shift * 20 ; physical address 35:32 in supersections
L1_SSb32Width * 4
L1_SSb32Mask * 1:SHL:(L1_SSb32Shift+L1_SSb32Width) - 1:SHL:L1_SSb32Shift
L2L_TEXShift * 12
L2_TEXShift * 6
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment