Mercurial > ecos
annotate packages/hal/arm/xscale/cores/current/ChangeLog @ 568:eb5d4fbc238d
misc xscale fixes
| author | msalter |
|---|---|
| date | Tue, 04 Feb 2003 22:27:56 +0000 |
| parents | 37b0db9e87ca |
| children | 484ae5c1cbf1 |
| rev | line source |
|---|---|
| 568 | 1 2003-02-04 Mark Salter <msalter@redhat.com> |
| 2 | |
| 3 * cdl/hal_arm_xscale_core.cdl (CYGSEM_HAL_ARM_XSCALE_BTB): New option. | |
| 4 | |
| 5 * include/hal_xscale.h: Make enabling of BTB conditional on | |
| 6 CYGSEM_HAL_ARM_XSCALE_BTB. | |
| 7 | |
| 8 * include/hal_cache.h: Support systems using write-through caching | |
| 9 which need no DCACHE_FLUSH_AREA. | |
| 10 | |
|
417
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
354
diff
changeset
|
11 2002-11-13 Mark Salter <msalter@redhat.com> |
|
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
354
diff
changeset
|
12 |
|
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
354
diff
changeset
|
13 * src/xscale_stub.c (find_watch_address): Squelch compiler warning. |
|
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
354
diff
changeset
|
14 |
| 354 | 15 2002-10-01 Jonathan Larmour <jifl@eCosCentric.com> |
| 16 | |
| 17 * include/hal_cache.h: SA11X0 -> XScale | |
| 18 | |
| 348 | 19 2002-09-23 Mark Salter <msalter@redhat.com> |
| 20 | |
| 21 * include/hal_cache.h: Remove mmap-related externs which don't belong | |
| 22 here. | |
| 23 | |
| 24 2002-09-20 Mark Salter <msalter@redhat.com> | |
| 25 | |
| 26 * src/xscale_stub.c: Fill in holes in logic used to decide which | |
| 27 of two watchpoints caused exception. | |
| 28 | |
| 29 2002-09-19 Mark Salter <msalter@redhat.com> | |
| 30 | |
| 31 * Initial checkin. | |
| 32 | |
| 33 //=========================================================================== | |
| 34 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 35 // ------------------------------------------- | |
| 36 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 568 | 37 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. |
| 348 | 38 // |
| 39 // eCos is free software; you can redistribute it and/or modify it under | |
| 40 // the terms of the GNU General Public License as published by the Free | |
| 41 // Software Foundation; either version 2 or (at your option) any later version. | |
| 42 // | |
| 43 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 44 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 45 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 46 // for more details. | |
| 47 // | |
| 48 // You should have received a copy of the GNU General Public License along | |
| 49 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 50 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 51 // | |
| 52 // As a special exception, if other files instantiate templates or use macros | |
| 53 // or inline functions from this file, or you compile this file and link it | |
| 54 // with other works to produce a work based on this file, this file does not | |
| 55 // by itself cause the resulting work to be covered by the GNU General Public | |
| 56 // License. However the source code for this file must still be made available | |
| 57 // in accordance with section (3) of the GNU General Public License. | |
| 58 // | |
| 59 // This exception does not invalidate any other reasons why a work based on | |
| 60 // this file might be covered by the GNU General Public License. | |
| 61 // | |
| 62 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 63 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 64 // ------------------------------------------- | |
| 65 //####ECOSGPLCOPYRIGHTEND#### | |
| 66 //=========================================================================== |
