From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30373 invoked by alias); 20 Nov 2008 23:24:15 -0000 Received: (qmail 30266 invoked by uid 22791); 20 Nov 2008 23:24:14 -0000 X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Nov 2008 23:23:35 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id F2EF73B40074 for ; Thu, 20 Nov 2008 23:23:32 +0000 (GMT) X-Virus-Scanned: amavisd-new at ecoscentric.com Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rmKocb20aK2f; Thu, 20 Nov 2008 23:23:31 +0000 (GMT) Received: from delenn.bartv.net (hagrid.vpn.ecoscentric.com [192.168.145.1]) by mail.ecoscentric.com (Postfix) with ESMTP id A99763B40072 for ; Thu, 20 Nov 2008 23:23:31 +0000 (GMT) Date: Thu, 20 Nov 2008 23:24:00 -0000 Message-Id: From: Bart Veer To: ecos-patches@sourceware.org Subject: update ecos.db for new M68K/ColdFire packages Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2008-11/txt/msg00088.txt.bz2 This patch updates ecos.db to match the recent changes to the M68K/ColdFire packages. Note that the old hal/coldfire packages are left in place, they'll be removed soon once people have been given a bit of warning. Bart 2008-11-20 Bart Veer * ecos.db: update M68K HAL packages and add m68k/mcfxxxx serial and ethernet device drivers. Index: ecos.db =================================================================== RCS file: /cvs/ecos/ecos/packages/ecos.db,v retrieving revision 1.184 diff -u -p -r1.184 ecos.db --- ecos.db 18 Nov 2008 13:44:28 -0000 1.184 +++ ecos.db 20 Nov 2008 23:19:54 -0000 @@ -4152,60 +4152,67 @@ evaluation board." # m68k packages package CYGPKG_HAL_M68K { - alias { "m68k common HAL" hal_m68k m68k_hal m68k_arch_hal } + alias { "M68K common HAL" hal_m68k m68k_hal m68k_arch_hal } directory hal/m68k/arch script hal_m68k.cdl hardware - description "The m68k architecture HAL package provides generic - support for this processor architecture. It is also - necessary to select a specific target platform HAL - package." - + description "The M68K architecture HAL package provides generic + support for this architecture." } -package CYGPKG_HAL_M68K_MCF52xx { - alias { "68k/Coldfire version 2 core variant HAL" - hal_m68k_mcf52xx - m68k_mcf52xx_hal } +package CYGPKG_HAL_M68K_MCFxxxx { + alias { "M68K/ColdFire variant HAL" hal_m68k_mcfxxxx m68k_mcfxxxx_hal } directory hal/m68k/mcf52xx/var script hal_m68k_mcf52xx.cdl hardware - description "The 68k/Coldfire version 2 core variant HAL package - provides generic support for the version 2 Coldfire core. - It is also necessary to select a specific target platform - HAL package." + description "The M68k/ColdFire variant HAL package provides generic + support for Freescale ColdFire cores." } -package CYGPKG_HAL_M68K_MCF52xx_MCF5272 { - alias { "mcf5272 68k/Coldfire processor variant HAL" - hal_m68k_mcf52xx_mcf5272 - m68k_mcf52xx_mcf5272_hal } +package CYGPKG_HAL_M68K_MCF5272 { + alias { "mcf5272 68k/ColdFire processor variant HAL" hal_m68k_mcf5272 m68k_mcf5272_hal } directory hal/m68k/mcf52xx/mcf5272/proc - script hal_m68k_mcf52xx_mcf5272.cdl + script hal_m68k_mcf5272.cdl hardware - description "The mcf5272 68k/Coldfire processor variant HAL package - provides generic support for this processor architecture. - It is also necessary to select a specific target platform - HAL package." - + description "The mcf5272 processor variant HAL package provides generic + support for this processor." } -package CYGPKG_HAL_M68K_MCF52xx_MCF5272_MCF5272C3 { - alias { "Motorola mcf5272c3 evaluation board platform HAL" - hal_m68k_mcf52xx_mcf5272_mcf5272c3 - m68k_mcf52xx_mcf5272_mcf5272c3_hal } - directory hal/m68k/mcf52xx/mcf5272/mcf5272c3/plf - script hal_m68k_mcf52xx_mcf5272_mcf5272c3.cdl +package CYGPKG_HAL_M68K_M5272C3 { + alias { "Freescale m5272c3 evaluation board platform HAL" + hal_m68k_m5272c3 m68k_m5272c3_hal } + directory hal/m68k/mcf52xx/mcf5272/m5272c3 + script hal_m68k_m5272c3.cdl hardware - description "The Motorola mcf5272c3 evaluation board platform HAL + description "The Freescale m5272c3 evaluation board platform HAL package should be used when targeting the actual hardware - for the Motorola mcf5272c3 evaluation board platform." + for the Freescale m5272c3 evaluation board platform." +} +package CYGPKG_DEVS_ETH_MCFxxxx { + alias { "MCFxxxx ethernet driver" devs_eth_mcfxxxx mcfxxxx_eth_driver } + hardware + directory devs/eth/m68k/mcf5272 + script mcf5272_eth.cdl + description " + This packages provides an ethernet driver for the on-chip + device provided by MCFxxxx ColdFire processors." } + +package CYGPKG_DEVS_SERIAL_MCFxxxx { + alias { "MCFxxxx serial device driver" devs_serial_mcfxxxx mcfxxxx_serial_driver } + hardware + directory devs/serial/m68k/mcf52xx + script ser_mcf52xx.cdl + description " + This package provides serial drivers for the on-chip UART's + provided by MCFxxxx ColdFire processors." +} + # -------------------------------------------------------------------------- # ColdFire packages @@ -6048,22 +6055,22 @@ Cosmo CEB-V850 evaluation board fitted w # -------------------------------------------------------------------------- # m68k targets -target mcf5272c3 { - alias { "Motorola mcf5272c3 evaluation board" } - packages { +target m5272c3 { + alias { "Freescale m5272c3 evaluation board" m5272c3 } + packages { CYGPKG_HAL_M68K - CYGPKG_HAL_M68K_MCF52xx - CYGPKG_HAL_M68K_MCF52xx_MCF5272 - CYGPKG_HAL_M68K_MCF52xx_MCF5272_MCF5272C3 - CYGPKG_DEVS_ETH_MCF5272 - CYGPKG_IO_SERIAL_MCF5272_UART + CYGPKG_HAL_M68K_MCFxxxx + CYGPKG_HAL_M68K_MCF5272 + CYGPKG_HAL_M68K_M5272C3 + CYGPKG_DEVS_ETH_MCFxxxx + CYGPKG_DEVS_SERIAL_MCFxxxx + CYGPKG_DEVS_FLASH_AMD_AM29XXXXX_V2 } - description "The mcf5272c3 target provides the packages needed to run - eCos on the Motorola mcf5272c3 evaluation board." - + description "The m5272c3 target provides the packages needed to run + eCos on the Freescale m5272c3 evaluation board." } - + # -------------------------------------------------------------------------- # ColdFire targets @@ -6075,10 +6082,9 @@ target coldfire_m5272c3 { CYGPKG_HAL_COLDFIRE_M5272C3 CYGPKG_IO_SERIAL_COLDFIRE_MCF5272 } - description " - The M5272C3 target provides the packages needed to run eCos on - the Freescale M5272C3 evaluation board." + description "The coldfire_m5272c3 target provides the packages needed to run + eCos on the Freescale m5272c3 evaluation board." } # --------------------------------------------------------------------------