X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-redboot.git;a=blobdiff_plain;f=packages%2Fdevs%2Fflash%2Farm%2Fat91%2Fv2_0%2FChangeLog;h=36bce19127f1047c65b96da2b005413e5ff1fc58;hp=9b65c67f800787765d38464668d00c522e198705;hb=7a4ea0a4d67744fd3f6b5f207d857005fc707b46;hpb=2b5bec7716c03d42cfb16d8c98c9cea573bf6722 diff --git a/packages/devs/flash/arm/at91/v2_0/ChangeLog b/packages/devs/flash/arm/at91/v2_0/ChangeLog index 9b65c67f..36bce191 100644 --- a/packages/devs/flash/arm/at91/v2_0/ChangeLog +++ b/packages/devs/flash/arm/at91/v2_0/ChangeLog @@ -1,23 +1,27 @@ -2001-07-19 Gary Thomas +2006-05-23 Andrew Lunn - * src/flash_program_buf.c: Fix - needs to have A16 set. + * src/at91_flash.c: Support for the AT91SAM7X devices. - * src/at91_flash.c: Remove debugging code. +2006-02-19 Oliver Munz + + * src/at91_flash.c: Optimize the cyg_uint32 page. + Make the lock/unlock functions work. -2001-07-18 Gary Thomas +2006-02-19 Oliver Munz + Andrew Lunn - * src/flash_query.c: - * src/flash_program_buf.c: - * src/flash_erase_block.c: - * src/flash.h: * src/at91_flash.c: - * cdl/flash_at91.cdl: New package - AT29LV1024 FLASH for AT91/EB40. + * cdl/flash_at91.cdl: . + * ChangeLog: Flash driver for the AT91 Embedded Flash controller, + e.g. the AT91SAM7S devices. //=========================================================================== //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2006 eCosCentric Ltd +// Copyright (C) 2006 Andrew Lunn // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -41,9 +45,6 @@ // // This exception does not invalidate any other reasons why a work based on // this file might be covered by the GNU General Public License. -// -// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. -// at http://sources.redhat.com/ecos/ecos-license/ // ------------------------------------------- //####ECOSGPLCOPYRIGHTEND#### //===========================================================================