summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-08-27 21:19:56 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-08-27 21:19:56 +0000
commitbd0c70ae17d1513b301d8f50653db489a4ad5fbf (patch)
tree487beeae01facfdf49867bc7e7e4f4710e4de870 /board_enable.c
parent6e9e2ee2f4411de03bcbf7c2e8cb14c08fec90e4 (diff)
downloadast2050-flashrom-bd0c70ae17d1513b301d8f50653db489a4ad5fbf.zip
ast2050-flashrom-bd0c70ae17d1513b301d8f50653db489a4ad5fbf.tar.gz
Fix printing of the Boot BIOS Straps on Intel chipsets
The meaning of the bits involved has changed several times in the past. This patch takes these changes into account and hence fixes the output of the pretty printing of GCS on all SPI-supported Intel chipsets that are not ICH7 or NM10 (the latter were unaffected, because the defaults were correct). This patch also allows to differentiate Ibex Peak and Cougar Point chipsets from the earlier chipset series (ICH10) by adding new wrapper functions that set "ich_generation" to 11 and 12 respectively. This should not change behavior outside of enable_flash_ich_dc_spi, because the code path for ich_generation >=9 is equal. alternatively we could just remove the pretty printing of GCS and just output the bits involved. i would like to keep the pch differentiation anyway though, because i feel it will become handy in the future. tested on my QS57-based thinkpad (probe + partial read) Corresponding to flashrom svn r1423. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'board_enable.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud