| 1 |
27 |
unneback |
2002-12-02 Gary Thomas
|
| 2 |
|
|
|
| 3 |
|
|
* include/plf_intr.h: Use MPC8xx variant RESET support.
|
| 4 |
|
|
|
| 5 |
|
|
2002-11-26 Gary Thomas
|
| 6 |
|
|
|
| 7 |
|
|
* cdl/hal_powerpc_ts1000.cdl: Move platform define to platform package.
|
| 8 |
|
|
|
| 9 |
|
|
2002-11-25 Gary Thomas
|
| 10 |
|
|
|
| 11 |
|
|
* src/ts1000.S: Minor include file cleanup.
|
| 12 |
|
|
|
| 13 |
|
|
* cdl/hal_powerpc_ts1000.cdl: Update port layout CDL.
|
| 14 |
|
|
|
| 15 |
|
|
2002-10-18 Gary Thomas
|
| 16 |
|
|
|
| 17 |
|
|
* cdl/hal_powerpc_ts1000.cdl: Fix clock rate calculation.
|
| 18 |
|
|
|
| 19 |
|
|
* misc/redboot_ROMRAM.ecm:
|
| 20 |
|
|
* misc/redboot_ROM.ecm:
|
| 21 |
|
|
* misc/redboot_RAM.ecm: FLASH package name change.
|
| 22 |
|
|
|
| 23 |
|
|
* include/plf_cache.h: No need for "old" FLASH cache support.
|
| 24 |
|
|
|
| 25 |
|
|
* src/hal_diag.c:
|
| 26 |
|
|
* include/hal_diag.h: Remove old !VIRTUAL_VECTORS cruft.
|
| 27 |
|
|
|
| 28 |
|
|
2002-10-15 Gary Thomas
|
| 29 |
|
|
|
| 30 |
|
|
* src/ts1000.S: Don't reset PHY on RAM startup.
|
| 31 |
|
|
|
| 32 |
|
|
2002-09-03 Gary Thomas
|
| 33 |
|
|
|
| 34 |
|
|
* src/ts1000.S:
|
| 35 |
|
|
* src/hal_diag.c:
|
| 36 |
|
|
* src/hal_aux.c:
|
| 37 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_romram.mlt:
|
| 38 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_romram.ldi:
|
| 39 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_romram.h:
|
| 40 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_rom.mlt:
|
| 41 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_rom.ldi:
|
| 42 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_rom.h:
|
| 43 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_ram.mlt:
|
| 44 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_ram.ldi:
|
| 45 |
|
|
* include/pkgconf/mlt_powerpc_ts1000_ram.h:
|
| 46 |
|
|
* include/plf_stub.h:
|
| 47 |
|
|
* include/plf_regs.h:
|
| 48 |
|
|
* include/plf_intr.h:
|
| 49 |
|
|
* include/plf_cache.h:
|
| 50 |
|
|
* include/hal_diag.h:
|
| 51 |
|
|
* cdl/hal_powerpc_ts1000.cdl: New platform - Allied Telesyn TS1000.
|
| 52 |
|
|
|
| 53 |
|
|
//===========================================================================
|
| 54 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
| 55 |
|
|
// -------------------------------------------
|
| 56 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
| 57 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
| 58 |
|
|
//
|
| 59 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
| 60 |
|
|
// the terms of the GNU General Public License as published by the Free
|
| 61 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
| 62 |
|
|
//
|
| 63 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
| 64 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
| 65 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
| 66 |
|
|
// for more details.
|
| 67 |
|
|
//
|
| 68 |
|
|
// You should have received a copy of the GNU General Public License along
|
| 69 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
| 70 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
| 71 |
|
|
//
|
| 72 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
| 73 |
|
|
// or inline functions from this file, or you compile this file and link it
|
| 74 |
|
|
// with other works to produce a work based on this file, this file does not
|
| 75 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
| 76 |
|
|
// License. However the source code for this file must still be made available
|
| 77 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
| 78 |
|
|
//
|
| 79 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
| 80 |
|
|
// this file might be covered by the GNU General Public License.
|
| 81 |
|
|
//
|
| 82 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
| 83 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
| 84 |
|
|
// -------------------------------------------
|
| 85 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
| 86 |
|
|
//===========================================================================
|