Commit 4d2ecce4 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Ensured that interrupts in C and D registers masked on reset.

Power down A to D convertors on reset.

Version 5.05. Tagged as 'Kernel-5_05'
parent 5f80851c
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "5.04"
Module_Version SETA 504
Module_MajorVersion SETS "5.05"
Module_Version SETA 505
Module_MinorVersion SETS ""
Module_Date SETS "26 Oct 1999"
Module_FullVersion SETS "5.04"
Module_Date SETS "29 Oct 1999"
Module_FullVersion SETS "5.05"
END
/* (5.04)
/* (5.05)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 5.04
#define Module_MajorVersion_CMHG 5.05
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 26 Oct 1999
#define Module_Date_CMHG 29 Oct 1999
#define Module_MajorVersion "5.04"
#define Module_Version 504
#define Module_MajorVersion "5.05"
#define Module_Version 505
#define Module_MinorVersion ""
#define Module_Date "26 Oct 1999"
#define Module_Date "29 Oct 1999"
#define Module_FullVersion "5.04"
#define Module_FullVersion "5.05"
......@@ -488,6 +488,8 @@ Continue
STRB R0, [R1, #IOCFIQMSK] ; disable FIQs
[ IO_Type = "IOMD"
STRB R0, [R1, #IOMD_DMAMSK] ; disable DMA interrupts, too
STRB R0, [R1, #IOMD_IRQMSKC] ; and the rest...
STRB R0, [R1, #IOMD_IRQMSKD]
]
[ Keyboard_Type = "PC" :LAND: IO_Type <> "IOMD"
......
......@@ -188,6 +188,11 @@ BuffPtrInitLoop
STRB R0, [R1, #IOCIRQMSKB]
]
[ IO_Type = "IOMD"
MOV R0, #0
STRB R0, [R1, #IOMD_ATODICR] ; power down the A to D convertor
]
[ E2ROMSupport :LAND: STB
; Don't set time to value held in RTC if the RTC chip is not fitted
; system time will default to epoch: Midnight 1st Jan 1900
......
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