Package: SPARClite architecture

Macro name

CYGPKG_HAL_SPARCLITE

Type

Radio

Description

The SPARClite architecture HAL package provides generic support for this processor architecture. It is also necessary to select a specific target platform HAL package.

Package: SPARClite MB8683x evaluation board

Macro name

CYGPKG_HAL_SPARCLITE_SLEB

Type

Radio

Description

The SPARClite evaluation board HAL package is provided for use with the Fujitsu MB8683x boards.

Option: Startup type

Macro name

CYGHWR_HAL_SPARCLITE_SLEB_STARTUP

Type

Enum

Description

When targeting the SPARClite Evaluation Board it is possible to build the system for either RAM bootstrap or ROM bootstrap. The former generally requires that the board is equipped with ROMs containing the Cygmon ROM monitor or equivalent software that allows gdb to download the eCos application on to the board. The latter typically requires that the eCos application be blown into EPROMs or equivalent technology.

Package: Minimal simulator

Macro name

CYGPKG_HAL_SPARCLITE_SIM

Type

Radio

Description

The minimal simulator HAL package is provided for when only a simple simulation of the processor architecture is desired, as opposed to detailed simulation of any specific board. To use this minimal simulator the command target sim -nfp -sparclite -dumbio should be used from inside gdb. It is not possible to use any of the eCos device drivers when the simulator is running in this mode