]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/sh/sh4_202_md/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / sh / sh4_202_md / v2_0 / ChangeLog
1 2003-10-16  John Dallaway  <jld@ecoscentric.com>
2
3         * misc/sh4_202_md.ld: Place .stack at 0x88200000 by default.
4
5 2003-10-15  Nick Garnett  <nickg@ecoscentric.com>
6
7         * include/plf_intr.h: Moved address of FPGA_INTC_BASE from
8         0x06110000 to 0xA6110000. This moves it from cached to uncached
9         space and fixes some networking problems.
10
11 2003-09-21  John Dallaway  <jld@ecoscentric.com>
12
13         * doc/sh4_202_md.sgml: Minor tidy up.
14
15 2003-09-21  Jonathan Larmour  <jifl@eCosCentric.com>
16
17         * doc/sh4_202_md.sgml: Document FPSCR change caveats.
18
19 2003-09-18  John Dallaway  <jld@ecoscentric.com>
20
21         * doc/sh4_202_md.sgml: Fix typo and name of DIP bank 2 switch 2.
22
23 2003-09-17  Jonathan Larmour  <jifl@eCosCentric.com>
24
25         * misc/redboot_EEPROM.ecm: New file to support building for the EEPROM
26         (same as ROM but no flash driver).
27
28         * doc/sh4_202_md.sgml: Comment out mentions of -fomit-stack-pointer
29         as it doesn't apply any more.
30         Document use of EEPROM boot for RedBoot.
31
32         * cdl/hal_sh_sh4_202_md.cdl (CYGBLD_BUILD_REDBOOT_BIN): don't
33         build redboot.eprom.srec - hangover from different target.
34
35         * include/platform.inc (init_table): Rely on FPGA to set up FEMI
36         area 0.
37
38 2003-09-16  Jonathan Larmour  <jifl@ecoscentric.com>
39
40         * include/plf_intr.h (CYGPRI_HAL_INTERRUPT_UPDATE_LEVEL_PLF): 
41         Recognise level specific interrupts.
42         * include/pkgconf/mlt_sh_sh4_202_md_rom.mlt: Delete. Invalid.
43         * include/pkgconf/mlt_sh_sh4_202_md_ram.mlt: Delete. Invalid.
44         * include/pkgconf/mlt_sh_sh4_202_md_rom.ldi: Add .eh_frame support.
45         * include/pkgconf/mlt_sh_sh4_202_md_ram.ldi: Ditto.
46
47 2003-09-15  John Dallaway  <jld@ecoscentric.com>
48
49         * cdl/hal_sh_sh4_202_md.cdl: Big-endian operation not supported.
50
51 2003-09-12  John Dallaway  <jld@ecoscentric.com>
52
53         * doc/sh4_202_md.sgml: Minor tidy of platform documentation.
54
55 2003-09-11  Nick Garnett  <nickg@ecoscentric.com>
56
57         * src/plf_misc.c (hal_platform_init): Removed intEnableReg to
58         quash build warning.
59
60 2003-09-10  Nick Garnett  <nickg@ecoscentric.com>
61
62         * cdl/hal_sh_sh4_202_md.cdl: Added definition of
63         HAL_PLATFORM_CPU. Cleaned up comments.
64
65 2003-09-09  Nick Garnett  <nickg@ecoscentric.com>
66
67         * doc/sh4_202_md.sgml: Added initial version of platform
68         documentation.
69
70 2003-09-05  Nick Garnett  <nickg@ecoscentric.com>
71
72         * New platform HAL for SuperH SH4-202 MicroDev CPU board.
73
74 //===========================================================================
75 //####ECOSGPLCOPYRIGHTBEGIN####
76 // -------------------------------------------
77 // This file is part of eCos, the Embedded Configurable Operating System.
78 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
79 //
80 // eCos is free software; you can redistribute it and/or modify it under
81 // the terms of the GNU General Public License as published by the Free
82 // Software Foundation; either version 2 or (at your option) any later version.
83 //
84 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
85 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
86 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
87 // for more details.
88 //
89 // You should have received a copy of the GNU General Public License along
90 // with eCos; if not, write to the Free Software Foundation, Inc.,
91 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
92 //
93 // As a special exception, if other files instantiate templates or use macros
94 // or inline functions from this file, or you compile this file and link it
95 // with other works to produce a work based on this file, this file does not
96 // by itself cause the resulting work to be covered by the GNU General Public
97 // License. However the source code for this file must still be made available
98 // in accordance with section (3) of the GNU General Public License.
99 //
100 // This exception does not invalidate any other reasons why a work based on
101 // this file might be covered by the GNU General Public License.
102 //
103 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
104 // at http://sources.redhat.com/ecos/ecos-license/
105 // -------------------------------------------
106 //####ECOSGPLCOPYRIGHTEND####
107 //===========================================================================