[flashrom] [PATCH 06/11] Rebased Board Enable Patch: Asus P4B533-E Signed-off-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>
Sean Nelson
audiohacked at gmail.com
Fri Mar 19 23:27:09 CET 2010
---
board_enable.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board_enable.c b/board_enable.c
index 89dad8a..13abc40 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -939,26 +939,27 @@ static int intel_ich_gpio19_raise(const char *name)
* Suited for:
* - Asus P4B266LM (Sony Vaio PCV-RX650): socket478 + 845D + ICH2.
* - Asus P4C800-E Deluxe: socket478 + 875P + ICH5.
* - Asus P4P800-E Deluxe: Intel socket478 + 865PE + ICH5R.
*/
static int intel_ich_gpio21_raise(const char *name)
{
return intel_ich_gpio_set(21, 1);
}
/**
* Suited for:
* - Asus P4B266: socket478 + intel 845D + ICH2.
+ * - Asus P4B533-E: socket478 + 845E + ICH4
* - Asus P4B-MX variant in HP Vectra VL420 SFF: socket478 + 845D + ICH2
*/
static int intel_ich_gpio22_raise(const char *name)
{
return intel_ich_gpio_set(22, 1);
}
/**
* Suited for HP Vectra VL400: 815 + ICH + PC87360.
*/
static int board_hp_vl400(const char *name)
{
--
1.6.6
More information about the flashrom
mailing list