Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-25 | riscv: call pm_power_off from machine_halt / machine_power_off | Christoph Hellwig | |
This way any override of pm_power_off also affects the halt path and we don't need additional infrastructure for it. Also remove the pm_power_off export - at least for now we don't have any modular drivers overriding it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Atish Patra <atish.patra@wdc.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com> | |||
2017-09-26 | RISC-V: Init and Halt Code | Palmer Dabbelt | |
This contains the various __init C functions, the initial assembly kernel entry point, and the code to reset the system. When a file was init-related this patch contains the entire file. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> |