X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fplatform-powerpc.c;h=bda9368c939bc955d37a5bb6c9b3ae60173a22c5;hp=4cc91fa2594eeac6c2b939ee50c4dc0821fe433a;hb=83a3159f19f237fa994d2c0a16f97f711d02472c;hpb=28219c8896177558892f48bef03ef7381382c420;ds=sidebyside diff --git a/discover/platform-powerpc.c b/discover/platform-powerpc.c index 4cc91fa..bda9368 100644 --- a/discover/platform-powerpc.c +++ b/discover/platform-powerpc.c @@ -802,7 +802,7 @@ static int set_ipmi_os_boot_sensor(struct platform_powerpc *platform) uint8_t resp[1]; uint8_t req[] = { 0x00, /* sensor number: os boot */ - 0x10, /* operation: set assertion bits */ + 0xA9, /* operation: set everything */ 0x00, /* sensor reading: none */ 0x40, /* assertion mask lsb: set state 6 */ 0x00, /* assertion mask msb: none */