Mercurial > flash_v2
annotate packages/hal/powerpc/moab/current/ChangeLog @ 1518:c0be983e4dcb
Remove FIS from RAM+FLASH config - impossible in this configuration
| author | gthomas |
|---|---|
| date | Wed, 25 Feb 2004 17:29:56 +0000 |
| parents | 6e485f9ff763 |
| children | 2e1b9250937f |
| rev | line source |
|---|---|
|
1518
c0be983e4dcb
Remove FIS from RAM+FLASH config - impossible in this configuration
gthomas
parents:
1435
diff
changeset
|
1 2004-02-25 Gary Thomas <gary@mlbassoc.com> |
|
c0be983e4dcb
Remove FIS from RAM+FLASH config - impossible in this configuration
gthomas
parents:
1435
diff
changeset
|
2 |
|
c0be983e4dcb
Remove FIS from RAM+FLASH config - impossible in this configuration
gthomas
parents:
1435
diff
changeset
|
3 * misc/redboot_RAM+FLASH.ecm: Remove FIS - can't be supported in |
|
c0be983e4dcb
Remove FIS from RAM+FLASH config - impossible in this configuration
gthomas
parents:
1435
diff
changeset
|
4 this configuration. |
|
c0be983e4dcb
Remove FIS from RAM+FLASH config - impossible in this configuration
gthomas
parents:
1435
diff
changeset
|
5 |
| 1435 | 6 2003-12-08 Gary Thomas <gary@mlbassoc.com> |
| 7 | |
| 8 * src/moab.S: Fix cycle time on NAND FLASH. | |
| 9 | |
|
1311
e3df0ec06a22
Minor changes to allow use of GCC-3.3.1/BINUTILS-2.14.90
gthomas
parents:
1294
diff
changeset
|
10 2003-10-15 Gary Thomas <gary@mlbassoc.com> |
|
e3df0ec06a22
Minor changes to allow use of GCC-3.3.1/BINUTILS-2.14.90
gthomas
parents:
1294
diff
changeset
|
11 |
|
e3df0ec06a22
Minor changes to allow use of GCC-3.3.1/BINUTILS-2.14.90
gthomas
parents:
1294
diff
changeset
|
12 * cdl/hal_powerpc_moab.cdl: Remove [unused] tests so "make tests" works. |
|
e3df0ec06a22
Minor changes to allow use of GCC-3.3.1/BINUTILS-2.14.90
gthomas
parents:
1294
diff
changeset
|
13 |
|
1294
162280f0d804
Improve ROMRAM startup mode (can start at 0x0 or 0x100)
gthomas
parents:
1267
diff
changeset
|
14 2003-10-09 Gary Thomas <gary@mlbassoc.com> |
|
162280f0d804
Improve ROMRAM startup mode (can start at 0x0 or 0x100)
gthomas
parents:
1267
diff
changeset
|
15 |
|
162280f0d804
Improve ROMRAM startup mode (can start at 0x0 or 0x100)
gthomas
parents:
1267
diff
changeset
|
16 * include/plf.inc: Define vector 0, to make ROMRAM mode program startup |
|
162280f0d804
Improve ROMRAM startup mode (can start at 0x0 or 0x100)
gthomas
parents:
1267
diff
changeset
|
17 safer (don't need to remember the "-e XXX" option) |
|
162280f0d804
Improve ROMRAM startup mode (can start at 0x0 or 0x100)
gthomas
parents:
1267
diff
changeset
|
18 |
| 1267 | 19 2003-10-03 Gary Thomas <gary@mlbassoc.com> |
| 20 | |
| 21 * src/hal_aux.c (hal_platform_init): Better/different ESA computation, | |
| 22 using only 16 unique bits. | |
| 23 | |
|
1263
e500e3eeffa3
Add platform specific ESA handling, base on CPU serial number
gthomas
parents:
1257
diff
changeset
|
24 2003-10-02 Gary Thomas <gary@mlbassoc.com> |
|
e500e3eeffa3
Add platform specific ESA handling, base on CPU serial number
gthomas
parents:
1257
diff
changeset
|
25 |
|
e500e3eeffa3
Add platform specific ESA handling, base on CPU serial number
gthomas
parents:
1257
diff
changeset
|
26 * src/hal_aux.c: |
|
e500e3eeffa3
Add platform specific ESA handling, base on CPU serial number
gthomas
parents:
1257
diff
changeset
|
27 * cdl/hal_powerpc_moab.cdl: Add code to set and check ethernet station |
|
e500e3eeffa3
Add platform specific ESA handling, base on CPU serial number
gthomas
parents:
1257
diff
changeset
|
28 addresses, based on CPU serial number. Force RedBoot to validate them. |
|
e500e3eeffa3
Add platform specific ESA handling, base on CPU serial number
gthomas
parents:
1257
diff
changeset
|
29 |
| 1255 | 30 2003-09-30 Gary Thomas <gary@mlbassoc.com> |
| 31 | |
| 32 * include/plf_io.h (CYGARC_VIRTUAL_ADDRESS): Added. | |
| 1257 | 33 Scan all possible PCI slots. |
| 1255 | 34 |
| 1252 | 35 2003-09-28 Gary Thomas <gary@mlbassoc.com> |
| 36 | |
| 37 * cdl/hal_powerpc_moab.cdl: Remove conflicting constraint - prevented | |
| 38 non-RedBoot builds. | |
| 39 | |
| 1247 | 40 2003-09-26 Gary Thomas <gary@mlbassoc.com> |
| 41 | |
| 42 * include/plf_io.h: PCI IRQ mapping is platform dependent - moved here. | |
| 43 | |
| 1244 | 44 2003-09-24 Gary Thomas <gary@mlbassoc.com> |
| 45 | |
| 46 * src/moab.S: Disable GPIO16 (watchdog timer) as output by default. | |
| 47 | |
| 1234 | 48 2003-09-22 Gary Thomas <gary@mlbassoc.com> |
| 49 | |
| 50 * cdl/hal_powerpc_moab.cdl: Need to force 'fconfig' since that is now | |
| 51 optional in RedBoot. | |
| 52 | |
|
1231
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
53 2003-09-21 Gary Thomas <gary@mlbassoc.com> |
|
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
54 |
|
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
55 * misc/redboot_BOOT.ecm: |
|
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
56 * misc/redboot_RAM+FLASH.ecm: |
|
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
57 * misc/redboot_RAM.ecm: |
|
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
58 * misc/redboot_ROM.ecm: |
|
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
59 * misc/redboot_ROMRAM.ecm: Adjust for changes in RedBoot |
|
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
60 template - DNS now must be enabled manually. |
|
3c221a743075
Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents:
1229
diff
changeset
|
61 |
|
1229
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
62 2003-09-20 Gary Thomas <gary@mlbassoc.com> |
|
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
63 |
|
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
64 * misc/redboot_BOOT.ecm: Disable PCI in BOOT configuration |
|
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
65 |
|
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
66 * include/plf_io.h: Fix PCI I/O addresses |
|
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
67 |
|
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
68 * src/moab_ide.c: |
|
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
69 * cdl/hal_powerpc_moab.cdl: Add IDE support |
|
2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
gthomas
parents:
1223
diff
changeset
|
70 |
|
1223
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
71 2003-09-19 Gary Thomas <gary@mlbassoc.com> |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
72 |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
73 * support/make_MOAB_flash.c: Tool to create boot flash image |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
74 |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
75 * sa_tests/tty.c: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
76 * sa_tests/start.S: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
77 * sa_tests/sdram_test.c: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
78 * sa_tests/ppc_ocm.ld: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
79 * sa_tests/ppc_dram.ld: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
80 * sa_tests/ppc.inc: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
81 * sa_tests/flash_test.c: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
82 * sa_tests/Makefile: Stand alone testing support. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
83 |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
84 * misc/redboot_ROMRAM.ecm: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
85 * misc/redboot_ROM.ecm: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
86 * misc/redboot_BOOT.ecm: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
87 * misc/redboot_RAM+FLASH.ecm: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
88 * misc/redboot_RAM.ecm: Default RedBoot configurations |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
89 |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
90 * src/moab.S: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
91 * src/hal_aux.c: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
92 * src/plf_redboot_linux_exec.c: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
93 * include/pkgconf/mlt_powerpc_moab_romram.mlt: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
94 * include/pkgconf/mlt_powerpc_moab_romram.ldi: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
95 * include/pkgconf/mlt_powerpc_moab_romram.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
96 * include/pkgconf/mlt_powerpc_moab_rom.mlt: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
97 * include/pkgconf/mlt_powerpc_moab_rom.ldi: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
98 * include/pkgconf/mlt_powerpc_moab_rom.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
99 * include/pkgconf/mlt_powerpc_moab_ram.mlt: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
100 * include/pkgconf/mlt_powerpc_moab_ram.ldi: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
101 * include/pkgconf/mlt_powerpc_moab_ram.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
102 * include/plf_stub.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
103 * include/plf_regs.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
104 * include/plf_io.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
105 * include/plf_intr.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
106 * include/plf_cache.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
107 * include/plf.inc: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
108 * include/hal_diag.h: |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
109 * cdl/hal_powerpc_moab.cdl: New package - platform support for |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
110 TAMS MOAB (PowerPC 405GPr) board. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
111 |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
112 //=========================================================================== |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
113 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
114 // ------------------------------------------- |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
115 // This file is part of eCos, the Embedded Configurable Operating System. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
116 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
117 // Copyright (C) 2003, 2002 Gary Thomas |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
118 // |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
119 // eCos is free software; you can redistribute it and/or modify it under |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
120 // the terms of the GNU General Public License as published by the Free |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
121 // Software Foundation; either version 2 or (at your option) any later version. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
122 // |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
123 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
124 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
125 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
126 // for more details. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
127 // |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
128 // You should have received a copy of the GNU General Public License along |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
129 // with eCos; if not, write to the Free Software Foundation, Inc., |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
130 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
131 // |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
132 // As a special exception, if other files instantiate templates or use macros |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
133 // or inline functions from this file, or you compile this file and link it |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
134 // with other works to produce a work based on this file, this file does not |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
135 // by itself cause the resulting work to be covered by the GNU General Public |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
136 // License. However the source code for this file must still be made available |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
137 // in accordance with section (3) of the GNU General Public License. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
138 // |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
139 // This exception does not invalidate any other reasons why a work based on |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
140 // this file might be covered by the GNU General Public License. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
141 // |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
142 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
143 // at http://sources.redhat.com/ecos/ecos-license/ |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
144 // ------------------------------------------- |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
145 //####ECOSGPLCOPYRIGHTEND#### |
|
dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
gthomas
parents:
diff
changeset
|
146 //=========================================================================== |
