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

Update ROM components files to use romlinker instead of BigSplit2

Detail:
  Components/ROOL/IOMD32, Components/ROOL/OMAP3, Components/ROOL/S3C2440, Components/ROOL/S3C6410,Components/ROOL/Tungsten - Now all use romlinker as their joiner instead of BigSplit2. Required change so that the new kernel can find the ROM build date in the ROM footer.
  Components/ROOL/OMAP3 - Use noimagesize option to prevent the ROM image size being poked into the ROM/HAL at offset &60
Admin:
  OMAP & Tungsten ROMs built and tested.
  Before my romlinker changes, romlinker was producing identical images to BigSplit2, so there shouldn't be any critical bugs lurking in the code.


Version 5.19. Tagged as 'BuildSys-5_19'
parent 0c78c7f5
......@@ -5,8 +5,8 @@
%Image Build$ImageName
%Log Build$ImageName
%Messages Sources.Internat.Messages
%Joiner BigSplit2
%JoinerFormat BigSplit
%Joiner romlinker
%JoinerFormat romlinker
# BBE Support
BuildApps
......
......@@ -5,8 +5,9 @@
%Image Build$ImageName
%Log Build$ImageName
%Messages Sources.Internat.Messages
%Joiner BigSplit2
%JoinerFormat BigSplit
%Joiner romlinker
%JoinerFormat romlinker
%noimagesize
# BBE Support
BuildApps
......
......@@ -5,8 +5,8 @@
%Image Build$ImageName
%Log Build$ImageName
%Messages Sources.Internat.Messages
%Joiner BigSplit2
%JoinerFormat BigSplit
%Joiner romlinker
%JoinerFormat romlinker
# BBE Support
BuildApps
......
......@@ -5,8 +5,8 @@
%Image Build$ImageName
%Log Build$ImageName
%Messages Sources.Internat.Messages
%Joiner BigSplit2
%JoinerFormat BigSplit
%Joiner romlinker
%JoinerFormat romlinker
# BBE Support
BuildApps
......
......@@ -5,8 +5,8 @@
%Image Build$ImageName
%Log Build$ImageName
%Messages Sources.Internat.Messages
%Joiner BigSplit2
%JoinerFormat BigSplit
%Joiner romlinker
%JoinerFormat romlinker
# BBE Support
BuildApps
......
/* (5.18)
/* (5.19)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.18
#define Module_MajorVersion_CMHG 5.19
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 22 Jun 2011
#define Module_Date_CMHG 31 Jul 2011
#define Module_MajorVersion "5.18"
#define Module_Version 518
#define Module_MajorVersion "5.19"
#define Module_Version 519
#define Module_MinorVersion ""
#define Module_Date "22 Jun 2011"
#define Module_Date "31 Jul 2011"
#define Module_ApplicationDate "22-Jun-11"
#define Module_ApplicationDate "31-Jul-11"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.18"
#define Module_HelpVersion "5.18 (22 Jun 2011)"
#define Module_LibraryVersionInfo "5:18"
#define Module_FullVersion "5.19"
#define Module_HelpVersion "5.19 (31 Jul 2011)"
#define Module_LibraryVersionInfo "5:19"
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