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

Update S3C2440 & S3C6410 components files

Detail:
  Components/ROOL/S3C2440, Components/ROOL/S3C6410 - Corrected Messages location. Added VFPSupport as "EXP" to allow Wimp to build. Speculatively switched from SoundDMA to SoundDMA_Tungsten, as both Samsung chips use AC97 audio. Removed unneeded MUSBDriver entries, OMAPVideo, and obsolete DADebug options.
  ImageName/SysMap - Added new entry for ARM11ZF machine type
Admin:
  Tested with building S3C2440 & S3C6410 ROMs. No runtime tests performed.


Version 5.17. Tagged as 'BuildSys-5_17'
parent ad46ee07
......@@ -33,6 +33,7 @@ PCCardFS -type EXP
PDriver -type EXP
PDumperDM -type EXP
MakePSFont -type EXP
VFPSupport -type EXP
# kernel is first module in ROM seen as the UtilityModule
HAL_S3C2440
......@@ -48,7 +49,6 @@ UK
WindowManager -options OPTIONS=Ursula
Desktop
SharedRISC_OSLib
#OMAPVideo -options DEBUG=TRUE
TaskManager
ARM
BASIC105
......@@ -57,7 +57,7 @@ BASICTrans
BufferManager
ColourTrans
Debugger
#DADebug -options ROMSupport=TRUE
#DADebug
DeviceFS
#PortableHAL
RTSupport
......@@ -67,14 +67,12 @@ RTSupport
#EHCIDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#OHCIDriver -type EXP -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#OHCIHeaders -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#MUSBDriver -options COPTIONS="-fn -g -DDEBUGLIB -DMUSB_DEBUG" CDEBUG="-DDEBUGLIB -DMUSB_DEBUG"
# USB drivers - non-debug
USBDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
EHCIDriver -type EXP -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
OHCIDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
OHCIHeaders -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
MUSBDriver -type EXP -options
DisplayManager
#DMAManager
......@@ -114,7 +112,7 @@ SerialDeviceDriver -type EXP
#SerialDeviceSupport
#SerialMouse
ShellCLI
SoundDMA -type EXP
SoundDMA_Tungsten -type EXP
#SoundControl
SoundChannels
SoundScheduler
......
#------------------------------------------------------------------------------
# Components file for S3C2440 build
# Components file for S3C6410 build
#------------------------------------------------------------------------------
%BaseAddress 0xFC000000
%Image Build$ImageName
......@@ -33,6 +33,7 @@ PCCardFS -type EXP
PDriver -type EXP
PDumperDM -type EXP
MakePSFont -type EXP
VFPSupport -type EXP
# kernel is first module in ROM seen as the UtilityModule
HAL_S3C6410
......@@ -48,7 +49,6 @@ UK
WindowManager -options OPTIONS=Ursula
Desktop
SharedRISC_OSLib
#OMAPVideo -options DEBUG=TRUE
TaskManager
ARM
BASIC105
......@@ -57,7 +57,7 @@ BASICTrans
BufferManager
ColourTrans
Debugger
#DADebug -options ROMSupport=TRUE
#DADebug
DeviceFS
#PortableHAL
RTSupport
......@@ -67,14 +67,12 @@ RTSupport
#EHCIDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#OHCIDriver -type EXP -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#OHCIHeaders -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#MUSBDriver -options COPTIONS="-fn -g -DDEBUGLIB -DMUSB_DEBUG" CDEBUG="-DDEBUGLIB -DMUSB_DEBUG"
# USB drivers - non-debug
USBDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
EHCIDriver -type EXP -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
OHCIDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
OHCIHeaders -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
MUSBDriver -type EXP -options
DisplayManager
#DMAManager
......@@ -114,7 +112,7 @@ SerialDeviceDriver -type EXP
#SerialDeviceSupport
#SerialMouse
ShellCLI
SoundDMA -type EXP
SoundDMA_Tungsten -type EXP
#SoundControl
SoundChannels
SoundScheduler
......
......@@ -42,6 +42,7 @@ Machine
T:Tungsten
N:PsionNB2
8:CortexA8
Z:ARM11ZF
ImageSize
G:16384k
......
/* (5.16)
/* (5.17)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.16
#define Module_MajorVersion_CMHG 5.17
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 03 Jun 2011
#define Module_Date_CMHG 04 Jun 2011
#define Module_MajorVersion "5.16"
#define Module_Version 516
#define Module_MajorVersion "5.17"
#define Module_Version 517
#define Module_MinorVersion ""
#define Module_Date "03 Jun 2011"
#define Module_Date "04 Jun 2011"
#define Module_ApplicationDate "03-Jun-11"
#define Module_ApplicationDate "04-Jun-11"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.16"
#define Module_HelpVersion "5.16 (03 Jun 2011)"
#define Module_LibraryVersionInfo "5:16"
#define Module_FullVersion "5.17"
#define Module_HelpVersion "5.17 (04 Jun 2011)"
#define Module_LibraryVersionInfo "5:17"
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