Commit 69043479 authored by Dan Ellis's avatar Dan Ellis
Browse files

Addition of HAL UART for Customer L

Detail:
  HAL entries have been entered for the Customer L UART (very much like the ARM
PrimeCell, rather than the 16550).
Admin:
  It builds.

Version 5.35, 4.79.2.16. Tagged as 'Kernel-5_35-4_79_2_16'
parent 276eee6d
......@@ -13,12 +13,12 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.15"
Module_Date SETS "12 Jan 2001"
Module_ApplicationDate2 SETS "12-Jan-01"
Module_ApplicationDate4 SETS "12-Jan-2001"
Module_MinorVersion SETS "4.79.2.16"
Module_Date SETS "01 Feb 2001"
Module_ApplicationDate2 SETS "01-Feb-01"
Module_ApplicationDate4 SETS "01-Feb-2001"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.15)"
Module_HelpVersion SETS "5.35 (12 Jan 2001) 4.79.2.15"
Module_FullVersion SETS "5.35 (4.79.2.16)"
Module_HelpVersion SETS "5.35 (01 Feb 2001) 4.79.2.16"
END
......@@ -4,19 +4,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.15
#define Module_Date_CMHG 12 Jan 2001
#define Module_MinorVersion_CMHG 4.79.2.16
#define Module_Date_CMHG 01 Feb 2001
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.15"
#define Module_Date "12 Jan 2001"
#define Module_MinorVersion "4.79.2.16"
#define Module_Date "01 Feb 2001"
#define Module_ApplicationDate2 "12-Jan-01"
#define Module_ApplicationDate4 "12-Jan-2001"
#define Module_ApplicationDate2 "01-Feb-01"
#define Module_ApplicationDate4 "01-Feb-2001"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.15)"
#define Module_HelpVersion "5.35 (12 Jan 2001) (4.79.2.15)"
#define Module_FullVersion "5.35 (4.79.2.16)"
#define Module_HelpVersion "5.35 (01 Feb 2001) (4.79.2.16)"
......@@ -87,6 +87,25 @@ EntryNo_HAL_ControllerAddress # 1
EntryNo_HAL_HardwareInfo # 1
EntryNo_HAL_SuperIOInfo # 1
EntryNo_HAL_UARTPorts # 1
EntryNo_HAL_UARTStartUp # 1
EntryNo_HAL_UARTShutdown # 1
EntryNo_HAL_UARTFeatures # 1
EntryNo_HAL_UARTReceiveByte # 1
EntryNo_HAL_UARTTransmitByte # 1
EntryNo_HAL_UARTLineStatus # 1
EntryNo_HAL_UARTInterruptEnable # 1
EntryNo_HAL_UARTRate # 1
EntryNo_HAL_UARTFormat # 1
EntryNo_HAL_UARTFIFOSize # 1
EntryNo_HAL_UARTFIFOClear # 1
EntryNo_HAL_UARTFIFOEnable # 1
EntryNo_HAL_UARTFIFOThreshold # 1
EntryNo_HAL_UARTInterruptID # 1
EntryNo_HAL_UARTBreak # 1
EntryNo_HAL_UARTModemControl # 1
EntryNo_HAL_UARTModemStatus # 1
EntryNo_HAL_UARTDevice # 1
; Various flags and constants
......
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