Searched refs:reboot (Results 1 – 13 of 13) sorted by relevance
26 uint16_t reboot; in rtc_disable_2sec_reboot() local28 reboot = (RTC_Read(RTC_AL_SEC) & ~RTC_BBPU_2SEC_EN) & in rtc_disable_2sec_reboot()30 RTC_Write(RTC_AL_SEC, reboot); in rtc_disable_2sec_reboot()
27 uint16_t reboot; in rtc_disable_2sec_reboot() local29 reboot = (RTC_Read(RTC_AL_SEC) & ~RTC_BBPU_2SEC_EN) & in rtc_disable_2sec_reboot()31 RTC_Write(RTC_AL_SEC, reboot); in rtc_disable_2sec_reboot()
70 reboot {71 compatible = "arm,vexpress-reboot";
112 sudo reboot
402 uint32_t reboot : U(1); member
135 to the ``tz`` partition on the device. BL31 should be running after a reboot.
140 complete a warm reboot sequence in which only the CPUs are power cycled.
200 an error message will be printed prior trying to reboot via the usual way.
55 On subsequent reboot, the second stage Bootloader (BL2) performs the
987 | | system to reboot or enter into unknown state.** |
6583 …- add interrupt handler for reboot request ([f1fe144](https://review.trustedfirmware.org/plugins/g…6929 …- set warm reboot entry point ([5cf9cc1](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t…7592 …- add reboot function for PSCI ([24dd5a7](https://review.trustedfirmware.org/plugins/gitiles/TF-A/…9251 …- reboot/shutdown with low to high gpio ([bd2ad12](https://review.trustedfirmware.org/plugins/giti…9663 - CPU hotplug, reboot and MCDI9767 - Enabled trigger reboot from secure pl06110538 - Fixed crashes due to the flash memory used for cold reboot attack