Mercurial > ecos
annotate packages/hal/powerpc/adder/current/ChangeLog @ 1182:8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
| author | gthomas |
|---|---|
| date | Thu, 28 Aug 2003 15:55:49 +0000 |
| parents | 1ea4ec152dee |
| children | 3c221a743075 |
| rev | line source |
|---|---|
|
1182
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
1 2003-08-28 Gary Thomas <gary@mlbassoc.com> |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
2 |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
3 * src/redboot_linux_exec.c: Obsolete file - removed. |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
4 |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
5 * src/plf_redboot_linux_exec.c: New file - platform specifics |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
6 for booting Linux kernel from RedBoot. |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
7 |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
8 * cdl/hal_powerpc_adder.cdl: Linux booting from RedBoot is |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
9 now supported at the architecture level. Changes to support |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
10 architecture/platform layering. |
|
8c272f96c3ed
Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents:
1130
diff
changeset
|
11 |
| 1130 | 12 2003-07-18 Nick Garnett <nickg@balti.calivar.com> |
| 13 | |
| 14 * cdl/hal_powerpc_adder.cdl: | |
| 15 Changed values for CYGNUM_HAL_RTC_NUMERATOR, | |
| 16 CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to | |
| 17 "default_value" from "calculated". This makes it easier | |
| 18 to change these values globally. | |
| 19 | |
| 948 | 20 2003-04-16 Gary Thomas <gary@mlbassoc.com> |
| 21 | |
| 22 * src/hal_aux.c (hal_platform_init): Set up GPIO bits according | |
| 23 to platform type. | |
| 24 | |
| 890 | 25 2003-03-31 Gary Thomas <gary@mlbassoc.com> |
| 26 | |
| 27 * cdl/hal_powerpc_adder.cdl: Enable use of SCC3 on AdderII. | |
| 28 | |
|
862
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
29 2003-03-24 Gary Thomas <gary@mlbassoc.com> |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
30 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
31 * misc/redboot_ROMRAM.ecm: Remove. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
32 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
33 * misc/adder_redboot_ROMRAM.ecm: |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
34 * misc/adderII_redboot_ROMRAM.ecm: New file(s), distinguish platforms. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
35 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
36 * src/hal_aux.c: |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
37 * src/adder.S: |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
38 * cdl/hal_powerpc_adder.cdl: Update to support new platform - AdderII. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
860
diff
changeset
|
39 |
|
860
8e23fe1ac05e
Improve processor type support. Add baud rate generator allocation.
gthomas
parents:
857
diff
changeset
|
40 2003-03-23 Gary Thomas <gary@mlbassoc.com> |
|
8e23fe1ac05e
Improve processor type support. Add baud rate generator allocation.
gthomas
parents:
857
diff
changeset
|
41 |
|
8e23fe1ac05e
Improve processor type support. Add baud rate generator allocation.
gthomas
parents:
857
diff
changeset
|
42 * cdl/hal_powerpc_adder.cdl: New option for setting processor type. |
|
8e23fe1ac05e
Improve processor type support. Add baud rate generator allocation.
gthomas
parents:
857
diff
changeset
|
43 |
| 857 | 44 2003-03-20 Gary Thomas <gary@mlbassoc.com> |
| 45 | |
| 46 * src/hal_aux.c (hal_platform_init): Fix SCC2/SCC3 routing. | |
| 47 | |
| 822 | 48 2003-03-11 Mark Salter <msalter@redhat.com> |
| 49 | |
| 50 * src/redboot_linux_exec.c (do_exec): Call eth_drv_stop as necessary. | |
| 51 | |
| 555 | 52 2003-01-31 Gary Thomas <gary@mlbassoc.com> |
| 53 | |
| 54 * cdl/hal_powerpc_adder.cdl: No tests currently defined. | |
| 55 | |
| 443 | 56 2002-12-02 Gary Thomas <gthomas@ecoscentric.com> |
| 57 | |
| 58 * include/plf_intr.h: Use MPC8xx variant RESET support. | |
| 59 | |
| 437 | 60 2002-11-26 Gary Thomas <gthomas@ecoscentric.com> |
| 61 | |
| 62 * misc/redboot_ROMRAM.ecm: Export. | |
| 63 | |
| 64 * cdl/hal_powerpc_adder.cdl: Move platform #define to platform package. | |
| 65 | |
| 432 | 66 2002-11-25 Gary Thomas <gthomas@ecoscentric.com> |
| 67 | |
| 68 * src/redboot_linux_exec.c: | |
| 69 * src/hal_diag.c: | |
| 70 * src/hal_aux.c: | |
| 71 * src/adder.S: | |
| 72 * misc/redboot_ROMRAM.ecm: | |
| 73 * include/pkgconf/mlt_powerpc_adder_romram.mlt: | |
| 74 * include/pkgconf/mlt_powerpc_adder_romram.ldi: | |
| 75 * include/pkgconf/mlt_powerpc_adder_romram.h: | |
| 76 * include/pkgconf/mlt_powerpc_adder_rom.mlt: | |
| 77 * include/pkgconf/mlt_powerpc_adder_rom.ldi: | |
| 78 * include/pkgconf/mlt_powerpc_adder_rom.h: | |
| 79 * include/pkgconf/mlt_powerpc_adder_ram.mlt: | |
| 80 * include/pkgconf/mlt_powerpc_adder_ram.ldi: | |
| 81 * include/pkgconf/mlt_powerpc_adder_ram.h: | |
| 82 * include/plf_stub.h: | |
| 83 * include/plf_regs.h: | |
| 84 * include/plf_intr.h: | |
| 85 * include/plf_cache.h: | |
| 86 * include/hal_diag.h: | |
| 87 * cdl/hal_powerpc_adder.cdl: New package - platform specifics for | |
| 88 Analogue & Micro Adder (PowerPC 850) boards. | |
| 89 | |
| 90 //=========================================================================== | |
| 91 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 92 // ------------------------------------------- | |
| 93 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 822 | 94 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. |
| 432 | 95 // Copyright (C) 2002 Gary Thomas |
| 96 // | |
| 97 // eCos is free software; you can redistribute it and/or modify it under | |
| 98 // the terms of the GNU General Public License as published by the Free | |
| 99 // Software Foundation; either version 2 or (at your option) any later version. | |
| 100 // | |
| 101 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 102 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 103 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 104 // for more details. | |
| 105 // | |
| 106 // You should have received a copy of the GNU General Public License along | |
| 107 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 108 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 109 // | |
| 110 // As a special exception, if other files instantiate templates or use macros | |
| 111 // or inline functions from this file, or you compile this file and link it | |
| 112 // with other works to produce a work based on this file, this file does not | |
| 113 // by itself cause the resulting work to be covered by the GNU General Public | |
| 114 // License. However the source code for this file must still be made available | |
| 115 // in accordance with section (3) of the GNU General Public License. | |
| 116 // | |
| 117 // This exception does not invalidate any other reasons why a work based on | |
| 118 // this file might be covered by the GNU General Public License. | |
| 119 // | |
| 120 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 121 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 122 // ------------------------------------------- | |
| 123 //####ECOSGPLCOPYRIGHTEND#### | |
| 124 //=========================================================================== |
