Changeset 1112 for trunk/board_enable.c


Ignore:
Timestamp:
07/28/10 00:41:39 (22 months ago)
Author:
hailfinger
Message:

Split off programmer.h from flash.h.
Programmer specific functions are of absolutely no interest to any file
except those dealing with programmer specific actions (special SPI
commands and the generic core).

The new header structure is as follows (and yes, improvements are
possible):
flashchips.h flash chip IDs
chipdrivers.h chip-specific read/write/... functions
flash.h common header for all stuff that doesn't fit elsewhere
hwaccess.h hardware access functions
programmer.h programmer specific functions
coreboot_tables.h header from coreboot, internal programmer only
spi.h SPI command definitions

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/board_enable.c

    r1109 r1112  
    2727#include <string.h> 
    2828#include "flash.h" 
     29#include "programmer.h" 
    2930 
    3031#if defined(__i386__) || defined(__x86_64__) 
Note: See TracChangeset for help on using the changeset viewer.