Advertisement
Guest User

Untitled

a guest
Dec 25th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. PWRBTN#
  2.  
  3. Power Button. An input used by the power management
  4. logic to monitor external system events, most typically a
  5. system on/off button or switch.---
  6. The signal has an internal pull-up of 100 KΩ, a Schmitt-
  7. trigger input buffer and programmable debounce protec-
  8. tion (F1BAR1+I/O Offset 07h[0]) of at least 16 ms.
  9.  
  10. ACPI is non-functional and all ACPI outputs are unde-
  11. fined when the power-up sequence does not include
  12. using the power button. SUSP# is an internal signal gen-
  13. erated from the ACPI block. Without an ACPI reset,
  14. SUSP# can be permanently asserted. If the USE_SUSP
  15. bit in CCR2 of GX1 module is enabled (Index C2h[7] = 1),
  16. the CPU will stop.
  17.  
  18. If ACPI functionality is desired, or the situation described
  19. above avoided, the power button must be toggled. This
  20. can be done externally or internally. GPIO63 is internally
  21. connected to PWRBTN#. To toggle the power button with
  22. software, GPIO63 must be programmed as an output
  23. using the normal GPIO programming protocol (see Sec-
  24. tion 6.4.1.1 "GPIO Support Registers" on page 204).
  25. GPIO63 must be pulsed low for at least 16 ms and not
  26. more than 4 sec.
  27.  
  28. Asserting POR# has no effect on ACPI. If POR# is
  29. asserted and ACPI was active prior to POR#, then ACPI
  30. will remain active after POR#. Therefore, BIOS must
  31. ensure that ACPI is inactive before GPIO63 is pulsed
  32. low.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement