1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_powerpc_ts6.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2008-11-07 Jonathan Larmour
|
6 |
|
|
|
7 |
|
|
* include/pkgconf/mlt_powerpc_ts6_ram.ldi:
|
8 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romhigh.ldi:
|
9 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romlow.ldi:
|
10 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romram.ldi:
|
11 |
|
|
Add SECTION_eh_frame and SECTION_RELOCS.
|
12 |
|
|
|
13 |
|
|
2003-07-18 Nick Garnett
|
14 |
|
|
|
15 |
|
|
* cdl/hal_powerpc_ts6.cdl:
|
16 |
|
|
Changed values for CYGNUM_HAL_RTC_NUMERATOR,
|
17 |
|
|
CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
|
18 |
|
|
"default_value" from "calculated". This makes it easier
|
19 |
|
|
to change these values globally.
|
20 |
|
|
|
21 |
|
|
2003-03-07 Gary Thomas
|
22 |
|
|
|
23 |
|
|
* include/plf_stub.h: Remove [confusing] platform specific include.
|
24 |
|
|
|
25 |
|
|
2003-03-04 Paul Fine
|
26 |
|
|
|
27 |
|
|
* cdl/hal_powerpc_ts6.cdl: Now that the cache control macros
|
28 |
|
|
are correct and quicc2 ethernet driver has been fixed with respect
|
29 |
|
|
to caching operations, allow the cache to be enabled at startup.
|
30 |
|
|
* src/ts6.S: Make SDRAM test global, so that RedBoot (for ROM)
|
31 |
|
|
can invoke the test.
|
32 |
|
|
* src/hal_aux.c : Add RedBoot command to test SDRAM. Also modify
|
33 |
|
|
the initialization of the Serial Periphial Interface (SPI)
|
34 |
|
|
controller in the CPM. Also removed some debug code.
|
35 |
|
|
* redboot_RAM.ecm:
|
36 |
|
|
* redboot_ROM.ecm:
|
37 |
|
|
* redboot_ROMRAM.ecm: Bumped DCS version to 1.17, added
|
38 |
|
|
REDBOOT_BACKUP option.
|
39 |
|
|
|
40 |
|
|
2002-12-12 Gary Thomas
|
41 |
|
|
2002-12-12 Patrick Doyle
|
42 |
|
|
|
43 |
|
|
* src/ts6.S:
|
44 |
|
|
* src/hal_diag.c:
|
45 |
|
|
* src/hal_aux.c:
|
46 |
|
|
* misc/redboot_ROMRAM.ecm:
|
47 |
|
|
* misc/redboot_ROM.ecm:
|
48 |
|
|
* misc/redboot_RAM.ecm:
|
49 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romram.ldi:
|
50 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romram.h:
|
51 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romlow.ldi:
|
52 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romlow.h:
|
53 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romhigh.ldi:
|
54 |
|
|
* include/pkgconf/mlt_powerpc_ts6_romhigh.h:
|
55 |
|
|
* include/pkgconf/mlt_powerpc_ts6_rom.mlt:
|
56 |
|
|
* include/pkgconf/mlt_powerpc_ts6_ram.mlt:
|
57 |
|
|
* include/pkgconf/mlt_powerpc_ts6_ram.ldi:
|
58 |
|
|
* include/pkgconf/mlt_powerpc_ts6_ram.h:
|
59 |
|
|
* include/plf_stub.h:
|
60 |
|
|
* include/plf_intr.h:
|
61 |
|
|
* include/plf_cache.h:
|
62 |
|
|
* include/hal_diag.h:
|
63 |
|
|
* cdl/hal_powerpc_ts6.cdl: New package - support for Delphi
|
64 |
|
|
Communications TS6 board.
|
65 |
|
|
|
66 |
|
|
//===========================================================================
|
67 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
68 |
|
|
// -------------------------------------------
|
69 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
70 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
71 |
|
|
//
|
72 |
|
|
// This program is free software; you can redistribute it and/or modify
|
73 |
|
|
// it under the terms of the GNU General Public License as published by
|
74 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
75 |
|
|
// later version.
|
76 |
|
|
//
|
77 |
|
|
// This program is distributed in the hope that it will be useful, but
|
78 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
79 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
80 |
|
|
// General Public License for more details.
|
81 |
|
|
//
|
82 |
|
|
// You should have received a copy of the GNU General Public License
|
83 |
|
|
// along with this program; if not, write to the
|
84 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
85 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
86 |
|
|
// -------------------------------------------
|
87 |
|
|
// ####GPLCOPYRIGHTEND####
|
88 |
|
|
//===========================================================================
|