Mercurial > flash_v2
comparison packages/hal/arm/gps4020/current/ChangeLog @ 1398:4f98ee8c6707
Add support for GPS-4020 (ARM7) platform
| author | gthomas |
|---|---|
| date | Mon, 24 Nov 2003 15:24:16 +0000 |
| parents | |
| children | 879ff7a40226 |
comparison
equal
deleted
inserted
replaced
| 1397:9c818dd5d9fa | 1398:4f98ee8c6707 |
|---|---|
| 1 2003-11-10 Gary Thomas <gary@mlbassoc.com> | |
| 2 | |
| 3 * support/download/tty.c: | |
| 4 * support/download/gps4020_start.S: | |
| 5 * support/download/gps4020_download.c: | |
| 6 * support/download/download_bin.py: | |
| 7 * support/download/download.py: | |
| 8 * support/download/arm.ld: | |
| 9 * support/download/Makefile: | |
| 10 * src/hal_diag.c: | |
| 11 * src/gps4020_misc.c: | |
| 12 * misc/redboot_ROM.ecm: | |
| 13 * misc/redboot_RAM.ecm: | |
| 14 * include/pkgconf/mlt_arm_gps4020_rom.ldi: | |
| 15 * include/pkgconf/mlt_arm_gps4020_rom.h: | |
| 16 * include/pkgconf/mlt_arm_gps4020_ram.ldi: | |
| 17 * include/pkgconf/mlt_arm_gps4020_ram.h: | |
| 18 * include/plf_stub.h: | |
| 19 * include/plf_io.h: | |
| 20 * include/hal_platform_setup.h: | |
| 21 * include/hal_platform_ints.h: | |
| 22 * include/hal_diag.h: | |
| 23 * include/hal_cache.h: | |
| 24 * include/gps4020.h: | |
| 25 * cdl/hal_arm_gps4020.cdl: New package - support for GPS-4020 | |
| 26 | |
| 27 //=========================================================================== | |
| 28 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 29 // ------------------------------------------- | |
| 30 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 31 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. | |
| 32 // | |
| 33 // eCos is free software; you can redistribute it and/or modify it under | |
| 34 // the terms of the GNU General Public License as published by the Free | |
| 35 // Software Foundation; either version 2 or (at your option) any later version. | |
| 36 // | |
| 37 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 38 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 39 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 40 // for more details. | |
| 41 // | |
| 42 // You should have received a copy of the GNU General Public License along | |
| 43 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 44 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 45 // | |
| 46 // As a special exception, if other files instantiate templates or use macros | |
| 47 // or inline functions from this file, or you compile this file and link it | |
| 48 // with other works to produce a work based on this file, this file does not | |
| 49 // by itself cause the resulting work to be covered by the GNU General Public | |
| 50 // License. However the source code for this file must still be made available | |
| 51 // in accordance with section (3) of the GNU General Public License. | |
| 52 // | |
| 53 // This exception does not invalidate any other reasons why a work based on | |
| 54 // this file might be covered by the GNU General Public License. | |
| 55 // | |
| 56 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 57 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 58 // ------------------------------------------- | |
| 59 //####ECOSGPLCOPYRIGHTEND#### | |
| 60 //=========================================================================== |
