boot.txt 811 B

123456789101112131415161718192021222324
  1. Introduction
  2. =============
  3. The power management integrated circuit (PMIC) records the reason the
  4. Application processor was powered on in Shared Memory.
  5. The hardware and software used is the shared memory interface. This document
  6. is not for the purpose of describing this interface, but to identify the
  7. possible values for this data item.
  8. Description
  9. ===========
  10. Shared memory item (SMEM_POWER_ON_STATUS_INFO) is read to get access to
  11. this data. The table below identifies the possible values stored.
  12. power_on_status values set by the PMIC for power on event:
  13. ----------------------------------------------------------
  14. 0x01 -- keyboard power on
  15. 0x02 -- RTC alarm
  16. 0x04 -- cable power on
  17. 0x08 -- SMPL
  18. 0x10 -- Watch Dog timeout
  19. 0x20 -- USB charger
  20. 0x40 -- Wall charger
  21. 0xFF -- error reading power_on_status value