Commit fc4cbde0 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add HAL device numbers for Raspberry Pi SPI controllers

Detail:
  hdr/HALDevice - Add a new device type for SPI controllers, and allocate two device numbers for use on the Pi (to differentiate between the main and aux controllers)
Admin:
  Tested on Raspberry Pi B & 2 B


Version 5.35, 4.79.2.272. Tagged as 'Kernel-5_35-4_79_2_272'
parent 5e6fd146
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.271"
Module_Date SETS "17 Jul 2015"
Module_ApplicationDate SETS "17-Jul-15"
Module_MinorVersion SETS "4.79.2.272"
Module_Date SETS "26 Jul 2015"
Module_ApplicationDate SETS "26-Jul-15"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.271)"
Module_HelpVersion SETS "5.35 (17 Jul 2015) 4.79.2.271"
Module_FullVersion SETS "5.35 (4.79.2.272)"
Module_HelpVersion SETS "5.35 (26 Jul 2015) 4.79.2.272"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.271
#define Module_Date_CMHG 17 Jul 2015
#define Module_MinorVersion_CMHG 4.79.2.272
#define Module_Date_CMHG 26 Jul 2015
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.271"
#define Module_Date "17 Jul 2015"
#define Module_MinorVersion "4.79.2.272"
#define Module_Date "26 Jul 2015"
#define Module_ApplicationDate "17-Jul-15"
#define Module_ApplicationDate "26-Jul-15"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.271)"
#define Module_HelpVersion "5.35 (17 Jul 2015) 4.79.2.271"
#define Module_FullVersion "5.35 (4.79.2.272)"
#define Module_HelpVersion "5.35 (26 Jul 2015) 4.79.2.272"
#define Module_LibraryVersionInfo "5:35"
......@@ -69,6 +69,7 @@ HALDeviceComms_UART # 1 ; UART
HALDeviceComms_EtherNIC # 1 ; Ethernet NIC
HALDeviceComms_GPIO # 1 ; GPIO interface
HALDeviceComms_InterProc # 1 ; Inter-processor mailboxes, etc.
HALDeviceComms_SPI # 1 ; SPI
HALDeviceType_ExpCtl * 5 :SHL: 8
^ 1
......@@ -194,6 +195,10 @@ HALDeviceID_GPIO_IMX6 # 1
^ 0
HALDeviceID_InterProc_VCHIQ # 1
^ 0
HALDeviceID_SPI_BCM2835_0 # 1
HALDeviceID_SPI_BCM2835_12 # 1
^ 0
HALDeviceID_SDIO_SDHCI # 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