Commit 80d476ae authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add new BMU HAL device type & IDs

Detail:
  hdr/HALDevice - Added HALDeviceSysPeri_BMU device type and some device IDs for the BMUs in the Pandora & TouchBook
Admin:
  Tested in OMAP3 ROM build


Version 5.35, 4.79.2.177. Tagged as 'Kernel-5_35-4_79_2_177'
parent 079f76c2
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.176"
Module_Date SETS "17 Nov 2012"
Module_ApplicationDate SETS "17-Nov-12"
Module_MinorVersion SETS "4.79.2.177"
Module_Date SETS "21 Nov 2012"
Module_ApplicationDate SETS "21-Nov-12"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.176)"
Module_HelpVersion SETS "5.35 (17 Nov 2012) 4.79.2.176"
Module_FullVersion SETS "5.35 (4.79.2.177)"
Module_HelpVersion SETS "5.35 (21 Nov 2012) 4.79.2.177"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.176
#define Module_Date_CMHG 17 Nov 2012
#define Module_MinorVersion_CMHG 4.79.2.177
#define Module_Date_CMHG 21 Nov 2012
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.176"
#define Module_Date "17 Nov 2012"
#define Module_MinorVersion "4.79.2.177"
#define Module_Date "21 Nov 2012"
#define Module_ApplicationDate "17-Nov-12"
#define Module_ApplicationDate "21-Nov-12"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.176)"
#define Module_HelpVersion "5.35 (17 Nov 2012) 4.79.2.176"
#define Module_FullVersion "5.35 (4.79.2.177)"
#define Module_HelpVersion "5.35 (21 Nov 2012) 4.79.2.177"
#define Module_LibraryVersionInfo "5:35"
......@@ -59,6 +59,7 @@ HALDeviceSysPeri_DMAB # 1 ; DMA channel - buffer type
HALDeviceSysPeri_DMAL # 1 ; DMA channel - list type
HALDeviceSysPeri_RTC # 1 ; RTCDevice
HALDeviceSysPeri_CPUClk # 1 ; CPU clock generator
HALDeviceSysPeri_BMU # 1 ; Battery management unit
HALDeviceType_Comms * 4 :SHL: 8
^ 1
......@@ -149,6 +150,11 @@ HALDeviceID_CPUClk_OMAP3 # 1
HALDeviceID_CPUClk_OMAP4 # 1
HALDeviceID_CPUClk_AMDM37x_SR # 1
^ 0
HALDeviceID_BMU_TPS65950 # 1
HALDeviceID_BMU_BQ27200 # 1
HALDeviceID_BMU_BQ27500 # 1
^ 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