public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* HAL for Freescale MPC8572DS board update
@ 2010-07-01  8:58 Christophe Coutand
  2010-07-09 11:43 ` Sergei Gavrikov
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Coutand @ 2010-07-01  8:58 UTC (permalink / raw)
  To: ecos-patches

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

New patch from CVS head.

Merged some additional work:
- Added watchdog interrupt
- Added RAM interleaved mode
- Added GPROF profiling timer
- Cosmetic: Remove all tabulations from source code

Christophe

[-- Attachment #2: ecos.db --]
[-- Type: application/octet-stream, Size: 2540 bytes --]


package CYGPKG_IO_SERIAL_POWERPC_QUICC3 {
    alias        { "PowerPC (QUICC-II Pro, QUICK-III) serial device drivers"
                    devs_serial_powerpc_quicc3 quicc3_serial_driver }
    hardware
    directory	devs/serial/powerpc/quicc3
    script	      ser_quicc3.cdl	
    description   "PowerPC MPC8XXX (QUICC-II Pro and QUICC-III) serial device drivers"
}


package CYGPKG_DEVS_ETH_POWERPC_TSEC {
	alias 	{ "TSEC ethernet driver" tsec_eth_driver }
	directory	devs/eth/powerpc/tsec
	script	tsec_eth_drivers.cdl
	hardware
      description     "TSEC ethernet driver for PowerPC based boards (QUICC-II Pro / QUICC-III)."
}

package CYGPKG_HAL_POWERPC_MPC85XX {
	alias		{ "PowerPC MPC85XX variant HAL" hal_mpc85xx }
	directory	hal/powerpc/mpc85xx/
	script	hal_powerpc_mpc85xx.cdl
	hardware
      description "
           The PowerPC MPC85XX PowerQUICC-III variant HAL package provides 
           support for this processor variant. It is also necessary to
           select a specific target platform HAL package."
}

package CYGPKG_HAL_POWERPC_MPC8572DS {
	alias		{ "Freescale MPC8572DS board" hal_powerpc_mpc8572ds powerpc_mpc8572_hal }
	directory	hal/powerpc/mpc8572ds
	script	hal_powerpc_mpc8572ds.cdl
	hardware
      description "
            The MPC8572DS HAL package provides the support needed to run
            eCos on a Freescale MPC8572DS equipped with a PowerPC processor."
}

package CYGPKG_DEVS_ETH_POWERPC_MPC8572DS {
	alias 	{ "Freescale MPC8572DS ethernet driver" mpc8572ds_eth_driver }
	hardware
	directory	devs/eth/powerpc/mpc8572ds
	script	mpc8572ds.cdl
      description   "Ethernet driver specifics for Freescale MPC8572DS (MPC8572) based boards."
}

package CYGPKG_DEVS_FLASH_MPC8572DS {
	alias 	{ "Freescale MPC8572DS flash driver" mpc8572ds_flash_driver }
	hardware
	directory	devs/flash/powerpc/mpc8572ds
	script	flash_mpc8572ds.cdl
      description     "Flash driver specifics for Freescale MPC8572DS (MPC8572)based boards."
}

target MPC8572DS {
	alias { "Freescale MPC8572DS" mpc8572ds }
	packages { 	
		CYGPKG_HAL_POWERPC
		CYGPKG_HAL_POWERPC_MPC85XX
		CYGPKG_HAL_POWERPC_MPC8572DS
		CYGPKG_IO_SERIAL_POWERPC_QUICC3
            CYGPKG_DEVS_FLASH_AMD_AM29XXXXX
            CYGPKG_DEVS_FLASH_MPC8572DS
            CYGPKG_DEVS_ETH_POWERPC_TSEC
            CYGPKG_DEVS_ETH_POWERPC_MPC8572DS
            CYGPKG_DEVS_ETH_PHY
        }
        description "
	  Freescale MPC8572DS HAL. SMP capable hardware based on MPC8572 processor."
}

[-- Attachment #3: mpc8572ds.diff.tar.gz --]
[-- Type: application/x-gzip, Size: 80940 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: HAL for Freescale MPC8572DS board update
  2010-07-01  8:58 HAL for Freescale MPC8572DS board update Christophe Coutand
@ 2010-07-09 11:43 ` Sergei Gavrikov
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Gavrikov @ 2010-07-09 11:43 UTC (permalink / raw)
  To: Christophe Coutand; +Cc: ecos-patches

On Thu, 1 Jul 2010, Christophe Coutand wrote:

> New patch from CVS head.
>
> Merged some additional work:
> - Added watchdog interrupt
> - Added RAM interleaved mode
> - Added GPROF profiling timer
> - Cosmetic: Remove all tabulations from source code
>
> Christophe

Hi Christophe,

Could you, please, submit your contributions (USB storage driver, AT91
USB support and this one) on eCos Bug Management System:
http://bugs.ecos.sourceware.org/enter_bug.cgi

In opposite the list Bugzilla buzzes (reminds) the maintainers every
month and I'm sure your USB patches and new HAL port will be reviewed
the maintainers (your code are not 10 minute jobs :-) Our bugzilla
database is not empty and it needs in a doing work on it. It's summer,
it's time for vacations, so, if you can, let's create new Bugzilla
reports.

Thank you for your understanding,

Sergei

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-09 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-01  8:58 HAL for Freescale MPC8572DS board update Christophe Coutand
2010-07-09 11:43 ` Sergei Gavrikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).