Commit 8e91915b authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add device ID for AM/DM37x SmartReflex CPU clock controller

Detail:
  hdr/HALDevice - Add device ID for new SmartReflex-based CPUClk device that takes over from the current OMAP3 one on AM/DM37x devices
Admin:
  Tested in OMAP3 ROM


Version 5.35, 4.79.2.145. Tagged as 'Kernel-5_35-4_79_2_145'
parent 1cd6a8f2
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.144"
Module_Date SETS "25 Mar 2012"
Module_ApplicationDate SETS "25-Mar-12"
Module_MinorVersion SETS "4.79.2.145"
Module_Date SETS "08 Apr 2012"
Module_ApplicationDate SETS "08-Apr-12"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.144)"
Module_HelpVersion SETS "5.35 (25 Mar 2012) 4.79.2.144"
Module_FullVersion SETS "5.35 (4.79.2.145)"
Module_HelpVersion SETS "5.35 (08 Apr 2012) 4.79.2.145"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.144
#define Module_Date_CMHG 25 Mar 2012
#define Module_MinorVersion_CMHG 4.79.2.145
#define Module_Date_CMHG 08 Apr 2012
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.144"
#define Module_Date "25 Mar 2012"
#define Module_MinorVersion "4.79.2.145"
#define Module_Date "08 Apr 2012"
#define Module_ApplicationDate "25-Mar-12"
#define Module_ApplicationDate "08-Apr-12"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.144)"
#define Module_HelpVersion "5.35 (25 Mar 2012) 4.79.2.144"
#define Module_FullVersion "5.35 (4.79.2.145)"
#define Module_HelpVersion "5.35 (08 Apr 2012) 4.79.2.145"
#define Module_LibraryVersionInfo "5:35"
......@@ -134,6 +134,7 @@ HALDeviceID_RTC_TWL6030 # 1
^ 0
HALDeviceID_CPUClk_OMAP3 # 1
HALDeviceID_CPUClk_OMAP4 # 1
HALDeviceID_CPUClk_AMDM37x_SR # 1
^ 0
HALDeviceID_VDU_OMAP3 # 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