mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
ichspi: add (partially) dead support code for Intel Hardware Sequencing
This was done to ease the review. Another patch will hook up (and explain) this code later. Corresponding to flashrom svn r1452. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -255,6 +255,7 @@ void prettyprint_ich_descriptor_region(const struct ich_descriptors *desc);
|
||||
void prettyprint_ich_descriptor_master(const struct ich_desc_master *master);
|
||||
|
||||
int read_ich_descriptors_via_fdo(void *spibar, struct ich_descriptors *desc);
|
||||
int getFCBA_component_density(const struct ich_descriptors *desc, uint8_t idx);
|
||||
|
||||
#endif /* __ICH_DESCRIPTORS_H__ */
|
||||
#endif /* defined(__i386__) || defined(__x86_64__) */
|
||||
|
Reference in New Issue
Block a user