1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_openrisc_orp.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2003-07-18 Nick Garnett
|
6 |
|
|
|
7 |
|
|
* cdl/hal_openrisc_orp.cdl:
|
8 |
|
|
Changed values for CYGNUM_HAL_RTC_NUMERATOR,
|
9 |
|
|
CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
|
10 |
|
|
"default_value" from "calculated". This makes it easier
|
11 |
|
|
to change these values globally.
|
12 |
|
|
|
13 |
|
|
2003-04-25 Jonathan Larmour
|
14 |
|
|
|
15 |
|
|
* cdl/hal_openrisc_orp.cdl: CYGSEM_HAL_USE_ROM_MONITOR need only be a
|
16 |
|
|
bool.
|
17 |
|
|
CYGSEM_HAL_ROM_MONITOR should be default off (should be used later...)
|
18 |
|
|
* include/pkgconf/mlt_openrisc_orp_ram.ldi: Add sections as per
|
19 |
|
|
changes to arch HAL's openrisc.ld.
|
20 |
|
|
* include/pkgconf/mlt_openrisc_orp_rom.ldi: Ditto.
|
21 |
|
|
|
22 |
|
|
2003-03-06 Scott Furman
|
23 |
|
|
|
24 |
|
|
Initial port of eCos to OpenRISC Reference Platform (ORP)
|
25 |
|
|
|
26 |
|
|
//===========================================================================
|
27 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
28 |
|
|
// -------------------------------------------
|
29 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
30 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
31 |
|
|
//
|
32 |
|
|
// This program is free software; you can redistribute it and/or modify
|
33 |
|
|
// it under the terms of the GNU General Public License as published by
|
34 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
35 |
|
|
// later version.
|
36 |
|
|
//
|
37 |
|
|
// This program is distributed in the hope that it will be useful, but
|
38 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
39 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
40 |
|
|
// General Public License for more details.
|
41 |
|
|
//
|
42 |
|
|
// You should have received a copy of the GNU General Public License
|
43 |
|
|
// along with this program; if not, write to the
|
44 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
45 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
46 |
|
|
// -------------------------------------------
|
47 |
|
|
// ####GPLCOPYRIGHTEND####
|
48 |
|
|
//===========================================================================
|