Commit 758013be 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 6.64. Tagged as 'BuildSys-6_64'
parent ed7936cd
......@@ -44,9 +44,10 @@ Machine
R:Morris
T:Tungsten
N:PsionNB2
Z:ARM11ZF
Z:RPi
8:CortexA8
9:CortexA9
Z:ARM11ZF
ImageSize
G:16384k
......
/* (6.63)
/* (6.64)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.63
#define Module_MajorVersion_CMHG 6.64
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 10 Jan 2015
#define Module_Date_CMHG 02 Feb 2015
#define Module_MajorVersion "6.63"
#define Module_Version 663
#define Module_MajorVersion "6.64"
#define Module_Version 664
#define Module_MinorVersion ""
#define Module_Date "10 Jan 2015"
#define Module_Date "02 Feb 2015"
#define Module_ApplicationDate "10-Jan-15"
#define Module_ApplicationDate "02-Feb-15"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.63"
#define Module_HelpVersion "6.63 (10 Jan 2015)"
#define Module_LibraryVersionInfo "6:63"
#define Module_FullVersion "6.64"
#define Module_HelpVersion "6.64 (02 Feb 2015)"
#define Module_LibraryVersionInfo "6:64"
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