[coreboot] r3300 - trunk/util/flashrom

Stefan Reinauer stepan at coresystems.de
Tue May 13 23:53:59 CEST 2008


* svn at coreboot.org <svn at coreboot.org> [080512 23:19]:
> Author: hailfinger
> Date: 2008-05-12 23:19:53 +0200 (Mon, 12 May 2008)
> New Revision: 3300
> 
> Modified: trunk/util/flashrom/flash.h
> ===================================================================
> --- trunk/util/flashrom/flash.h	2008-05-12 14:25:31 UTC (rev 3299)
> +++ trunk/util/flashrom/flash.h	2008-05-12 21:19:53 UTC (rev 3300)
> @@ -66,6 +66,7 @@
>  #define TEST_OK_READ	(1<<1)
>  #define TEST_OK_ERASE	(1<<2)
>  #define TEST_OK_WRITE	(1<<3)
> +#define TEST_OK_PREW	(TEST_OK_PROBE|TEST_OK_READ|TEST_OK_ERASE|TEST_OK_WRITE)	


Can we call this TEST_OK_ALL or something? PREW is not exactly
intuitive.

  Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866




More information about the coreboot mailing list