AMDESE / amd-power-control

OpenBMC power control for AMD CRBs.
Apache License 2.0
9 stars 2 forks source link

nmiReset looks for GPIO line "ASSERT_NMI_BTN" but on some platforms it may be called "ASSERT_NMI_BTN_L" #43

Closed luqmana closed 11 hours ago

luqmana commented 3 days ago

On a Ruby for instance:

# gpioinfo gpiochip0 | grep NMI
    line 125: "ASSERT_NMI_BTN_L" unused output active-high
luqmana commented 11 hours ago

Taking a look at the integ branch, it seems to be updated there.