1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_mips_idt32334_refidt334.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2003-09-21 Gary Thomas
|
6 |
|
|
|
7 |
|
|
* misc/redboot_RAM.ecm:
|
8 |
|
|
* misc/redboot_ROMRAM.ecm: Adjust for changes in RedBoot
|
9 |
|
|
template - DNS now must be enabled manually.
|
10 |
|
|
|
11 |
|
|
2003-07-18 Nick Garnett
|
12 |
|
|
|
13 |
|
|
* cdl/hal_mips_idt32334_refidt334.cdl:
|
14 |
|
|
Changed values for CYGNUM_HAL_RTC_NUMERATOR,
|
15 |
|
|
CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
|
16 |
|
|
"default_value" from "calculated". This makes it easier
|
17 |
|
|
to change these values globally.
|
18 |
|
|
|
19 |
|
|
2003-04-29 Tim Michals
|
20 |
|
|
|
21 |
|
|
* include/idt79rc233x.h (INTR_CLEAR_REG): Define (needed for serial).
|
22 |
|
|
* include/platform.inc: updated ROMRAM support for gdb.
|
23 |
|
|
* src/ser16c550c.c (SIO_IER_ERDAI): updated value for errata.
|
24 |
|
|
|
25 |
|
|
2003-02-13 Tim Michals
|
26 |
|
|
2003-02-13 Jonathan Larmour
|
27 |
|
|
|
28 |
|
|
* New package - support for MIPS IDT 79s334a board.
|
29 |
|
|
|
30 |
|
|
//===========================================================================
|
31 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
32 |
|
|
// -------------------------------------------
|
33 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
34 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
35 |
|
|
//
|
36 |
|
|
// This program is free software; you can redistribute it and/or modify
|
37 |
|
|
// it under the terms of the GNU General Public License as published by
|
38 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
39 |
|
|
// later version.
|
40 |
|
|
//
|
41 |
|
|
// This program is distributed in the hope that it will be useful, but
|
42 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
43 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
44 |
|
|
// General Public License for more details.
|
45 |
|
|
//
|
46 |
|
|
// You should have received a copy of the GNU General Public License
|
47 |
|
|
// along with this program; if not, write to the
|
48 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
49 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
50 |
|
|
// -------------------------------------------
|
51 |
|
|
// ####GPLCOPYRIGHTEND####
|
52 |
|
|
//===========================================================================
|