Commit 0c77dd31 authored by Robert Catherall's avatar Robert Catherall
Browse files

Checked for occurences of NVRam specific workspace and put in guard condition

  [ E2ROMSupport
   .....
  ]
Detail:
  Changes to s.Middle (SysReadInfo routine that used #NVRamSpeed) and
  s.PMF.i2cutils #NVRamSpeed again
Admin:
  Compiles okay
  Requires HdrSrc-0_99 or greater (for MaxI2Cspeed variable)

Version 5.35. Tagged as 'Kernel-5_35'
parent 23e6c9b9
......@@ -8,11 +8,11 @@
GBLS Module_FullVersion
GBLS Module_ApplicationDate2
GBLS Module_ApplicationDate4
Module_MajorVersion SETS "5.34"
Module_Version SETA 534
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS ""
Module_Date SETS "07 Sep 2000"
Module_ApplicationDate2 SETS "07-Sep-00"
Module_ApplicationDate4 SETS "07-Sep-2000"
Module_FullVersion SETS "5.34"
Module_Date SETS "08 Sep 2000"
Module_ApplicationDate2 SETS "08-Sep-00"
Module_ApplicationDate4 SETS "08-Sep-2000"
Module_FullVersion SETS "5.35"
END
/* (5.34)
/* (5.35)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 5.34
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Sep 2000
#define Module_Date_CMHG 08 Sep 2000
#define Module_MajorVersion "5.34"
#define Module_Version 534
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion ""
#define Module_Date "07 Sep 2000"
#define Module_Date "08 Sep 2000"
#define Module_ApplicationDate2 "07-Sep-00"
#define Module_ApplicationDate4 "07-Sep-2000"
#define Module_ApplicationDate2 "08-Sep-00"
#define Module_ApplicationDate4 "08-Sep-2000"
#define Module_FullVersion "5.34"
#define Module_FullVersion "5.35"
......@@ -131,6 +131,7 @@ SetC1C0 ROUT
MOV R2, #IOC
STRB R0, [R2, #IOCControl]
[ E2ROMSupport
[ :LNOT: :DEF: TestHarness
MOV R0, #0
LDRB R0, [R0, #NVRamSpeed]
......@@ -139,6 +140,9 @@ SetC1C0 ROUT
]
TEQ R0, #0
MOVEQ R0, #10 ; default value if speed not checked yet
|
MOV R0, #10 ; default to slowest value if we have E2ROMSupport is false
]
BL DoMicroDelay
[ No26bitCode
......
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