Commit 0453ef08 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Add system peripheral type NVRAM for some common types/sizes

Version 5.35, 4.79.2.192. Tagged as 'Kernel-5_35-4_79_2_192'
parent 5d83233d
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.191"
Module_Date SETS "01 Jun 2013"
Module_ApplicationDate SETS "01-Jun-13"
Module_MinorVersion SETS "4.79.2.192"
Module_Date SETS "12 Jul 2013"
Module_ApplicationDate SETS "12-Jul-13"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.191)"
Module_HelpVersion SETS "5.35 (01 Jun 2013) 4.79.2.191"
Module_FullVersion SETS "5.35 (4.79.2.192)"
Module_HelpVersion SETS "5.35 (12 Jul 2013) 4.79.2.192"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.191
#define Module_Date_CMHG 01 Jun 2013
#define Module_MinorVersion_CMHG 4.79.2.192
#define Module_Date_CMHG 12 Jul 2013
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.191"
#define Module_Date "01 Jun 2013"
#define Module_MinorVersion "4.79.2.192"
#define Module_Date "12 Jul 2013"
#define Module_ApplicationDate "01-Jun-13"
#define Module_ApplicationDate "12-Jul-13"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.191)"
#define Module_HelpVersion "5.35 (01 Jun 2013) 4.79.2.191"
#define Module_FullVersion "5.35 (4.79.2.192)"
#define Module_HelpVersion "5.35 (12 Jul 2013) 4.79.2.192"
#define Module_LibraryVersionInfo "5:35"
......@@ -60,6 +60,7 @@ HALDeviceSysPeri_DMAL # 1 ; DMA channel - list type
HALDeviceSysPeri_RTC # 1 ; RTCDevice
HALDeviceSysPeri_CPUClk # 1 ; CPU clock generator
HALDeviceSysPeri_BMU # 1 ; Battery management unit
HALDeviceSysPeri_NVRAM # 1 ; Low capacity non volatile storage
HALDeviceType_Comms * 4 :SHL: 8
^ 1
......@@ -155,6 +156,12 @@ HALDeviceID_BMU_TPS65950 # 1
HALDeviceID_BMU_BQ27200 # 1
HALDeviceID_BMU_BQ27500 # 1
^ 0
HALDeviceID_NVRAM_24C02 # 1 ; 2kb = 256B
HALDeviceID_NVRAM_24C04 # 1
HALDeviceID_NVRAM_24C08 # 1
HALDeviceID_NVRAM_24C16 # 1 ; 16kb = 2kB
^ 0
HALDeviceID_VDU_OMAP3 # 1
HALDeviceID_VDU_OMAP4 # 1
......
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