Mercurial > ecos
changeset 2555:62ca80ce06e5
* NEWS:
* ecos.db: Port to PATI PC/104+ board from MPL elektronik.
| author | asl |
|---|---|
| date | Mon, 15 Sep 2008 19:35:22 +0000 |
| parents | 2c23316741a8 |
| children | dcf60bb1f255 |
| files | packages/ChangeLog packages/NEWS packages/ecos.db |
| diffstat | 3 files changed, 43 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,8 @@ +2008-09-15 Steven Clugston <steven.clugston@ncl.ac.uk> + + * NEWS: + * ecos.db: Port to PATI PC/104+ board from MPL elektronik. + 2008-09-11 Uwe Kindler <uwe.kindler@cetoni.de> * NEWS:
--- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,4 @@ +* PATI PC/104+ board from MPL elektronik by Steven Clugston * Ethernet driver for LPC2xxx by Uwe Kindler. * Ethernet phy driver for Mircrel KSZ8001 by Uwe Kindler. * Generic ADC support contributed by eCosCentric Ltd.
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -12,6 +12,7 @@ ## This file is part of eCos, the Embedded Configurable Operating System. ## Copyright (C) 2004, 2005 eCosCentric Limited ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +## Copyright (C) 2008 Free Software Foundation, Inc. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free @@ -738,6 +739,16 @@ package CYGPKG_DEVS_FLASH_EC555 { on the ec555 board." } +package CYGPKG_DEVS_FLASH_PATI { + alias { "FLASH memory support for PowerPC PATI board" flash_pati } + directory devs/flash/powerpc/pati + script flash_pati.cdl + hardware + description " + This package contains hardware support for FLASH memory + on the PowerPC PATI platform." +} + package CYGPKG_DEVS_FLASH_VIPER { alias { "FLASH memory support for A&M Viper PowerPC/8xx" flash_viper } directory devs/flash/powerpc/viper @@ -3666,6 +3677,16 @@ package CYGPKG_HAL_POWERPC_EC555 { eCos on an EC555 development board from Wuerz elektronik." } +package CYGPKG_HAL_POWERPC_PATI { + alias { "MPL PATI PC/104+ board" hal_powerpc_pati powerpc_pati_hal } + directory hal/powerpc/pati + script hal_powerpc_pati.cdl + hardware + description " + The PATI HAL package provides the support needed to run + eCos on an PATI PC/104+ board from MPL elektronik." +} + package CYGPKG_HAL_POWERPC_FADS { alias { "Motorola MPC8xxFADS board" hal_powerpc_fads powerpc_fads_hal } directory hal/powerpc/fads @@ -5207,6 +5228,22 @@ target edb7xxx { The edb7xxx target provides the packages needed to run eCos on the Cirrus Logic EDB7xxx development boards." } +target pati { + alias { "MPL PATI" pati } + packages { CYGPKG_HAL_POWERPC + CYGPKG_HAL_POWERPC_MPC5xx + CYGPKG_HAL_POWERPC_PATI + CYGPKG_IO_SERIAL_POWERPC_MPC555 + CYGPKG_DEVICES_WALLCLOCK_MPC5xx + CYGPKG_DEVS_FLASH_PATI + CYGPKG_DEVS_FLASH_INTEL_28FXXX + } + description " + The pati target provides the packages needed to run + eCos on a PATI MPC555 PC/104+ board from MLP + elektronik." +} + target cma230 { alias { "Cogent CMA230/222 board" cma222 } packages { CYGPKG_HAL_ARM
