Commit d6806495 authored by Ben Avison's avatar Ben Avison
Browse files

Add Raspberry Pi 2 support

Detail:
  The Raspberry Pi ROM now joins the IOMD ROM in supporting multiple
  architectures, in this case ARMv6 and ARMv7. This has been achieved by
  creating a new machine type specific for Raspberry Pi. The old ARM11ZF
  machine type remains for builds that are ARM11-only.

Version 5.35, 4.79.2.256. Tagged as 'Kernel-5_35-4_79_2_256'
parent aca7f939
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.255"
Module_Date SETS "20 Jan 2015"
Module_ApplicationDate SETS "20-Jan-15"
Module_MinorVersion SETS "4.79.2.256"
Module_Date SETS "02 Feb 2015"
Module_ApplicationDate SETS "02-Feb-15"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.255)"
Module_HelpVersion SETS "5.35 (20 Jan 2015) 4.79.2.255"
Module_FullVersion SETS "5.35 (4.79.2.256)"
Module_HelpVersion SETS "5.35 (02 Feb 2015) 4.79.2.256"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.255
#define Module_Date_CMHG 20 Jan 2015
#define Module_MinorVersion_CMHG 4.79.2.256
#define Module_Date_CMHG 02 Feb 2015
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.255"
#define Module_Date "20 Jan 2015"
#define Module_MinorVersion "4.79.2.256"
#define Module_Date "02 Feb 2015"
#define Module_ApplicationDate "20-Jan-15"
#define Module_ApplicationDate "02-Feb-15"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.255)"
#define Module_HelpVersion "5.35 (20 Jan 2015) 4.79.2.255"
#define Module_FullVersion "5.35 (4.79.2.256)"
#define Module_HelpVersion "5.35 (02 Feb 2015) 4.79.2.256"
#define Module_LibraryVersionInfo "5:35"
......@@ -1807,7 +1807,7 @@ DefaultCMOSTable
[ "$Machine"="CortexA8" :LOR: "$Machine"="CortexA9"
DCB FileLangCMOS, fsnumber_SCSIFS ; SCSIFS for OMAP3, etc.
|
[ "$Machine"="ARM11ZF"
[ "$Machine"="ARM11ZF" :LOR: "$Machine"="RPi"
DCB FileLangCMOS, fsnumber_SDFS ; SDFS for Pi, etc.
|
DCB FileLangCMOS, fsnumber_adfs ; ADFS
......@@ -1902,7 +1902,7 @@ DefaultCMOSTable
DCB SparrowMarker, FreewayNoAutoAddress ; Stop Freeway assigning addresses to interfaces
DCB NetworkFlags, LanManFStransport ; LMTransport is NetBIOS over IP
DCB WimpDragMoveLimitCMOS, (1:SHL:7) ; WimpIconiseButton
[ "$Machine"="CortexA8" :LOR: "$Machine"="CortexA9" :LOR: "$Machine"="ARM11ZF"
[ "$Machine"="CortexA8" :LOR: "$Machine"="CortexA9" :LOR: "$Machine"="ARM11ZF" :LOR: "$Machine"="RPi"
DCB CDROMFSCMOS, &C0 ; drives = 0, buffer size = 256K
|
DCB CDROMFSCMOS, &C1 ; drives = 1, buffer size = 256K
......
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