Mercurial > ecos
diff packages/hal/powerpc/quicc/current/ChangeLog @ 32:5af43b635655 ecos-sw-1999-08-18
Merge from eCos master repository on 1999-08-18-15:20:01-BST
| author | jlarmour |
|---|---|
| date | Wed, 18 Aug 1999 15:33:44 +0000 |
| parents | |
| children | 29bc183297e1 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/packages/hal/powerpc/quicc/current/ChangeLog @@ -0,0 +1,86 @@ +1999-06-27 Gary Thomas <gthomas@cygnus.co.uk> + + * src/quicc_smc1.c: Many changes which allow these routines to + cooperate when the SMC is being used by a serial "driver" as well. + In particular, remove "hard coded" resources on the SMC. + Note: there is some lingering problem with the transmit routines + [globally] after the serial driver re-inits the SMC. Of course + this problem is intermittent, so it's hard to fix. + +1999-06-24 Hugo Tyson <hmt@cygnus.co.uk> + + * src/quicc_smc1.c (cyg_hal_gdb_isr): Add this routine to trap ^C + events and stop the system, if CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT. + +1999-06-24 Hugo Tyson <hmt@cygnus.co.uk> + + * src/quicc_smc1.c (cyg_quicc_init_smc1): Remove unused, commented + out code, that was left over from CygMon version of this file. + +1999-06-18 Hugo Tyson <hmt@cygnus.co.uk> + + * src/quicc_smc1.c (init_smc1_uart): Use default 38400 Baud, + because it is better. + +1999-06-18 Jesper Skov <jskov@cygnus.co.uk> + + * include/pkgconf/hal_quicc.h: Fixed CDL description. + +1999-06-17 Hugo Tyson <hmt@cygnus.co.uk> + + * src/quicc_smc1.c (init_smc1_uart): Initialize the baud rate + depending on the system clock setting. + +1999-06-15 Hugo Tyson <hmt@cygnus.co.uk> + + * src/quicc_smc1.c: Moved include of ppc8xx.h + + * src/ppc8xx.h: Removed, to... + + * include/ppc8xx.h: New file. Moved here so that platform startup + code can share it. + +1999-06-10 Hugo Tyson <hmt@cygnus.co.uk> + + * src/quicc_smc1.c: Make this file safe for compilation even when + no PowerPC 860 is in use; pkgconf can enable this component for + any target, potentially. + +1999-06-10 Hugo Tyson <hmt@cygnus.co.uk> + + * ChangeLog: Component created, based partly on the FADS work and + on CygMon's serial IO code for the MBX860, to support the Motorola + MBX860 QUICC serial controller for basic IO. + Initially only used in the neighbouring platform component + HAL_POWERPC_MBX [hal/powerpc/mbx/....] + + * include/quicc_smc1.h + * include/pkgconf/hal_quicc.h + * src/PKGconf.mak + * src/ppc8xx.h + * src/quicc_smc1.c + New files. + +//=========================================================================== +//####COPYRIGHTBEGIN#### +// +// ------------------------------------------- +// The contents of this file are subject to the Cygnus eCos Public License +// Version 1.0 (the "License"); you may not use this file except in +// compliance with the License. You may obtain a copy of the License at +// http://sourceware.cygnus.com/ecos +// +// Software distributed under the License is distributed on an "AS IS" +// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the +// License for the specific language governing rights and limitations under +// the License. +// +// The Original Code is eCos - Embedded Cygnus Operating System, released +// September 30, 1998. +// +// The Initial Developer of the Original Code is Cygnus. Portions created +// by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. +// ------------------------------------------- +// +//####COPYRIGHTEND#### +//===========================================================================
