Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
Kernel
Commits
0453ef08
Commit
0453ef08
authored
11 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
12 deletions
+19
-12
VersionASM
VersionASM
+5
-5
VersionNum
VersionNum
+7
-7
hdr/HALDevice
hdr/HALDevice
+7
-0
No files found.
VersionASM
View file @
0453ef08
...
...
@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.19
1
"
Module_Date SETS "
0
1 Ju
n
2013"
Module_ApplicationDate SETS "
0
1-Ju
n
-13"
Module_MinorVersion SETS "4.79.2.19
2
"
Module_Date SETS "1
2
Ju
l
2013"
Module_ApplicationDate SETS "1
2
-Ju
l
-13"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.19
1
)"
Module_HelpVersion SETS "5.35 (
0
1 Ju
n
2013) 4.79.2.19
1
"
Module_FullVersion SETS "5.35 (4.79.2.19
2
)"
Module_HelpVersion SETS "5.35 (1
2
Ju
l
2013) 4.79.2.19
2
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
0453ef08
...
...
@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.19
1
#define Module_Date_CMHG
0
1 Ju
n
2013
#define Module_MinorVersion_CMHG 4.79.2.19
2
#define Module_Date_CMHG 1
2
Ju
l
2013
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.19
1
"
#define Module_Date "
0
1 Ju
n
2013"
#define Module_MinorVersion "4.79.2.19
2
"
#define Module_Date "1
2
Ju
l
2013"
#define Module_ApplicationDate "
0
1-Ju
n
-13"
#define Module_ApplicationDate "1
2
-Ju
l
-13"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.19
1
)"
#define Module_HelpVersion "5.35 (
0
1 Ju
n
2013) 4.79.2.19
1
"
#define Module_FullVersion "5.35 (4.79.2.19
2
)"
#define Module_HelpVersion "5.35 (1
2
Ju
l
2013) 4.79.2.19
2
"
#define Module_LibraryVersionInfo "5:35"
This diff is collapsed.
Click to expand it.
hdr/HALDevice
View file @
0453ef08
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment