Mercurial > flash_v2
comparison packages/hal/powerpc/moab/current/ChangeLog @ 1223:dbcfe4e0dbd2
New platform - TAMS MOAB - and generic changes to support it
| author | gthomas |
|---|---|
| date | Fri, 19 Sep 2003 17:11:18 +0000 |
| parents | |
| children | 2159dd1d9220 |
comparison
equal
deleted
inserted
replaced
| 1222:f0bd64ec9405 | 1223:dbcfe4e0dbd2 |
|---|---|
| 1 2003-09-19 Gary Thomas <gary@mlbassoc.com> | |
| 2 | |
| 3 * support/make_MOAB_flash.c: Tool to create boot flash image | |
| 4 | |
| 5 * sa_tests/tty.c: | |
| 6 * sa_tests/start.S: | |
| 7 * sa_tests/sdram_test.c: | |
| 8 * sa_tests/ppc_ocm.ld: | |
| 9 * sa_tests/ppc_dram.ld: | |
| 10 * sa_tests/ppc.inc: | |
| 11 * sa_tests/flash_test.c: | |
| 12 * sa_tests/Makefile: Stand alone testing support. | |
| 13 | |
| 14 * misc/redboot_ROMRAM.ecm: | |
| 15 * misc/redboot_ROM.ecm: | |
| 16 * misc/redboot_BOOT.ecm: | |
| 17 * misc/redboot_RAM+FLASH.ecm: | |
| 18 * misc/redboot_RAM.ecm: Default RedBoot configurations | |
| 19 | |
| 20 * src/moab.S: | |
| 21 * src/hal_aux.c: | |
| 22 * src/plf_redboot_linux_exec.c: | |
| 23 * include/pkgconf/mlt_powerpc_moab_romram.mlt: | |
| 24 * include/pkgconf/mlt_powerpc_moab_romram.ldi: | |
| 25 * include/pkgconf/mlt_powerpc_moab_romram.h: | |
| 26 * include/pkgconf/mlt_powerpc_moab_rom.mlt: | |
| 27 * include/pkgconf/mlt_powerpc_moab_rom.ldi: | |
| 28 * include/pkgconf/mlt_powerpc_moab_rom.h: | |
| 29 * include/pkgconf/mlt_powerpc_moab_ram.mlt: | |
| 30 * include/pkgconf/mlt_powerpc_moab_ram.ldi: | |
| 31 * include/pkgconf/mlt_powerpc_moab_ram.h: | |
| 32 * include/plf_stub.h: | |
| 33 * include/plf_regs.h: | |
| 34 * include/plf_io.h: | |
| 35 * include/plf_intr.h: | |
| 36 * include/plf_cache.h: | |
| 37 * include/plf.inc: | |
| 38 * include/hal_diag.h: | |
| 39 * cdl/hal_powerpc_moab.cdl: New package - platform support for | |
| 40 TAMS MOAB (PowerPC 405GPr) board. | |
| 41 | |
| 42 //=========================================================================== | |
| 43 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 44 // ------------------------------------------- | |
| 45 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 46 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. | |
| 47 // Copyright (C) 2003, 2002 Gary Thomas | |
| 48 // | |
| 49 // eCos is free software; you can redistribute it and/or modify it under | |
| 50 // the terms of the GNU General Public License as published by the Free | |
| 51 // Software Foundation; either version 2 or (at your option) any later version. | |
| 52 // | |
| 53 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 54 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 55 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 56 // for more details. | |
| 57 // | |
| 58 // You should have received a copy of the GNU General Public License along | |
| 59 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 60 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 61 // | |
| 62 // As a special exception, if other files instantiate templates or use macros | |
| 63 // or inline functions from this file, or you compile this file and link it | |
| 64 // with other works to produce a work based on this file, this file does not | |
| 65 // by itself cause the resulting work to be covered by the GNU General Public | |
| 66 // License. However the source code for this file must still be made available | |
| 67 // in accordance with section (3) of the GNU General Public License. | |
| 68 // | |
| 69 // This exception does not invalidate any other reasons why a work based on | |
| 70 // this file might be covered by the GNU General Public License. | |
| 71 // | |
| 72 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 73 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 74 // ------------------------------------------- | |
| 75 //####ECOSGPLCOPYRIGHTEND#### | |
| 76 //=========================================================================== |
