Mercurial > ecos
annotate packages/hal/powerpc/adder/current/ChangeLog @ 860:8e23fe1ac05e
Improve processor type support. Add baud rate generator allocation.
| author | gthomas |
|---|---|
| date | Sun, 23 Mar 2003 16:22:13 +0000 |
| parents | 4dcc6006d82f |
| children | 725ba4e57f0c |
| rev | line source |
|---|---|
|
860
8e23fe1ac05e
Improve processor type support. Add baud rate generator allocation.
gthomas
parents:
857
diff
changeset
|
1 2003-03-23 Gary Thomas <gary@mlbassoc.com> |
|
8e23fe1ac05e
Improve processor type support. Add baud rate generator allocation.
gthomas
parents:
857
diff
changeset
|
2 |
|
8e23fe1ac05e
Improve processor type support. Add baud rate generator allocation.
gthomas
parents:
857
diff
changeset
|
3 * 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
|
4 |
| 857 | 5 2003-03-20 Gary Thomas <gary@mlbassoc.com> |
| 6 | |
| 7 * src/hal_aux.c (hal_platform_init): Fix SCC2/SCC3 routing. | |
| 8 | |
| 822 | 9 2003-03-11 Mark Salter <msalter@redhat.com> |
| 10 | |
| 11 * src/redboot_linux_exec.c (do_exec): Call eth_drv_stop as necessary. | |
| 12 | |
| 555 | 13 2003-01-31 Gary Thomas <gary@mlbassoc.com> |
| 14 | |
| 15 * cdl/hal_powerpc_adder.cdl: No tests currently defined. | |
| 16 | |
| 443 | 17 2002-12-02 Gary Thomas <gthomas@ecoscentric.com> |
| 18 | |
| 19 * include/plf_intr.h: Use MPC8xx variant RESET support. | |
| 20 | |
| 437 | 21 2002-11-26 Gary Thomas <gthomas@ecoscentric.com> |
| 22 | |
| 23 * misc/redboot_ROMRAM.ecm: Export. | |
| 24 | |
| 25 * cdl/hal_powerpc_adder.cdl: Move platform #define to platform package. | |
| 26 | |
| 432 | 27 2002-11-25 Gary Thomas <gthomas@ecoscentric.com> |
| 28 | |
| 29 * src/redboot_linux_exec.c: | |
| 30 * src/hal_diag.c: | |
| 31 * src/hal_aux.c: | |
| 32 * src/adder.S: | |
| 33 * misc/redboot_ROMRAM.ecm: | |
| 34 * include/pkgconf/mlt_powerpc_adder_romram.mlt: | |
| 35 * include/pkgconf/mlt_powerpc_adder_romram.ldi: | |
| 36 * include/pkgconf/mlt_powerpc_adder_romram.h: | |
| 37 * include/pkgconf/mlt_powerpc_adder_rom.mlt: | |
| 38 * include/pkgconf/mlt_powerpc_adder_rom.ldi: | |
| 39 * include/pkgconf/mlt_powerpc_adder_rom.h: | |
| 40 * include/pkgconf/mlt_powerpc_adder_ram.mlt: | |
| 41 * include/pkgconf/mlt_powerpc_adder_ram.ldi: | |
| 42 * include/pkgconf/mlt_powerpc_adder_ram.h: | |
| 43 * include/plf_stub.h: | |
| 44 * include/plf_regs.h: | |
| 45 * include/plf_intr.h: | |
| 46 * include/plf_cache.h: | |
| 47 * include/hal_diag.h: | |
| 48 * cdl/hal_powerpc_adder.cdl: New package - platform specifics for | |
| 49 Analogue & Micro Adder (PowerPC 850) boards. | |
| 50 | |
| 51 //=========================================================================== | |
| 52 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 53 // ------------------------------------------- | |
| 54 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 822 | 55 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. |
| 432 | 56 // Copyright (C) 2002 Gary Thomas |
| 57 // | |
| 58 // eCos is free software; you can redistribute it and/or modify it under | |
| 59 // the terms of the GNU General Public License as published by the Free | |
| 60 // Software Foundation; either version 2 or (at your option) any later version. | |
| 61 // | |
| 62 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 63 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 64 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 65 // for more details. | |
| 66 // | |
| 67 // You should have received a copy of the GNU General Public License along | |
| 68 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 69 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 70 // | |
| 71 // As a special exception, if other files instantiate templates or use macros | |
| 72 // or inline functions from this file, or you compile this file and link it | |
| 73 // with other works to produce a work based on this file, this file does not | |
| 74 // by itself cause the resulting work to be covered by the GNU General Public | |
| 75 // License. However the source code for this file must still be made available | |
| 76 // in accordance with section (3) of the GNU General Public License. | |
| 77 // | |
| 78 // This exception does not invalidate any other reasons why a work based on | |
| 79 // this file might be covered by the GNU General Public License. | |
| 80 // | |
| 81 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 82 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 83 // ------------------------------------------- | |
| 84 //####ECOSGPLCOPYRIGHTEND#### | |
| 85 //=========================================================================== |
