From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27819 invoked by alias); 23 Sep 2003 09:50:19 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 27807 invoked by uid 9341); 23 Sep 2003 09:50:19 -0000 Date: Tue, 23 Sep 2003 09:50:00 -0000 Message-ID: <20030923095019.27805.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/devs/flash/mips/atlas/current Ch ... X-SW-Source: 2003/txt/msg01323.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2003-09-23 09:50:19 Modified files: packages/devs/flash/mips/atlas/current: ChangeLog packages/devs/flash/mips/atlas/current/cdl: flash_atlas.cdl packages/devs/flash/mips/atlas/current/src: atlas_flash.c flash_erase_block.c flash_lock_block.c flash_program_buf.c flash_query.c flash_unlock_block.c Log message: * cdl/flash_atlas.cdl: Added requirements for strncmp. * cdl/flash_atlas.cdl: * src/flash_lock_block.c (flash_lock_block): * src/flash_unlock_block.c (flash_unlock_block): * src/flash_erase_block.c (flash_erase_block): * src/flash_query.c (flash_query): * src/flash_program_buf.c (flash_program_buf): Use .2ram sections for putting flash functions to RAM instead of the old method. Use generic flash_dev_query