From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12293 invoked by alias); 4 Oct 2003 18:30:21 -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 12277 invoked by uid 9341); 4 Oct 2003 18:30:21 -0000 Date: Sat, 04 Oct 2003 18:30:00 -0000 Message-ID: <20031004183021.12275.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/devs/flash/arm/iq80310/current C ... X-SW-Source: 2003/txt/msg01361.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2003-10-04 18:30:21 Modified files: packages/devs/flash/arm/iq80310/current: ChangeLog packages/devs/flash/arm/iq80310/current/cdl: flash_iq80310.cdl packages/devs/flash/arm/iq80310/current/src: flash_erase_block.c flash_lock_block.c flash_program_buf.c flash_query.c flash_unlock_block.c iq80310_flash.c Log message: * 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): Put flash functions in RAM using section attributes instead of the old method. * src/iq80310_flash.c (flash_hwr_init): Use generic flash_query_dev.