]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/intel/bootblock/v2_0/ChangeLog
RedBoot TX53 Release 2012-02-15
[karo-tx-redboot.git] / packages / devs / flash / intel / bootblock / v2_0 / ChangeLog
1 2001-06-11  Gary Thomas  <gthomas@redhat.com>
2
3         * src/bootblock_flash.c:Remove dependency on printf() via user functions. 
4
5 2001-05-23  Jesper Skov  <jskov@redhat.com>
6
7         * cdl/flash_intel_bootblock.cdl: Needs IO driver to copy functions
8         to RAM.
9
10 2000-12-05  Jonathan Larmour  <jlarmour@redhat.com>
11
12         * src/bootblock_flash.c (flash_code_overlaps): Define stext/etext
13         as array types so no assumptions can be made by the compiler about
14         location.
15
16 2000-11-22  Jesper Skov  <jskov@redhat.com>
17
18         * src/bootblock_flash.c (flash_hwr_init): Invalidate icache
19         instead of disabling it.
20
21 2000-11-20  Jesper Skov  <jskov@redhat.com>
22
23         * src/flash_query.c (flash_query): A new hardwired flash address.
24         * src/bootblock_flash.c (flash_hwr_init): Same
25
26 2000-11-17  Jesper Skov  <jskov@redhat.com>
27
28         * src/flash_erase_block.c: cleanup.
29         * src/flash_program_buf.c: cleanup.
30
31 2000-11-16  Jesper Skov  <jskov@redhat.com>
32
33         * src/bootblock_flash.c: Handle suspend failures.
34         * src/flash.h: Same.
35
36 2000-11-15  Jesper Skov  <jskov@redhat.com>
37
38         * Copy of edb7xxx driver. Need to rewrite to be more generic. Need
39         CDL options to control number of parts, interleaving, size, etc.
40
41 //===========================================================================
42 //####ECOSGPLCOPYRIGHTBEGIN####
43 // -------------------------------------------
44 // This file is part of eCos, the Embedded Configurable Operating System.
45 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
46 //
47 // eCos is free software; you can redistribute it and/or modify it under
48 // the terms of the GNU General Public License as published by the Free
49 // Software Foundation; either version 2 or (at your option) any later version.
50 //
51 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
52 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
53 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
54 // for more details.
55 //
56 // You should have received a copy of the GNU General Public License along
57 // with eCos; if not, write to the Free Software Foundation, Inc.,
58 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
59 //
60 // As a special exception, if other files instantiate templates or use macros
61 // or inline functions from this file, or you compile this file and link it
62 // with other works to produce a work based on this file, this file does not
63 // by itself cause the resulting work to be covered by the GNU General Public
64 // License. However the source code for this file must still be made available
65 // in accordance with section (3) of the GNU General Public License.
66 //
67 // This exception does not invalidate any other reasons why a work based on
68 // this file might be covered by the GNU General Public License.
69 //
70 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
71 // at http://sources.redhat.com/ecos/ecos-license/
72 // -------------------------------------------
73 //####ECOSGPLCOPYRIGHTEND####
74 //===========================================================================