Package: PowerPC architecture

Macro name

CYGPKG_HAL_POWERPC

Type

Radio

Description

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

Package: Cogent PowerPC evaluation board

Macro name

CYGPKG_HAL_POWERPC_COGENT

Type

Radio

Description

The cogent HAL package provides the support needed to run eCos on a Cogent board equipped with a PowerPC processor.

Option: Startup type

Macro name

CYGHWR_HAL_POWERPC_COGENT_STARTUP

Type

Enum

Description

When targetting the cogent 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 a suitable 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_POWERPC_SIM

Type

Radio

Description

The minimal simulator HAL package is provided for use when only a simple simulation of the processor architecture is desired, as opposed to detailed simulation of any specific board. In particular it is not possible to simulate any of the I/O devices, so device drivers cannot be used.