mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
x86: Switch to use DM sysreset driver
This converts all x86 boards over to DM sysreset. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
7bb6028768
commit
b37b7b2063
31 changed files with 41 additions and 66 deletions
|
@ -43,11 +43,6 @@ enum {
|
|||
FULL_RST = 1 << 3, /* full power cycle */
|
||||
};
|
||||
|
||||
/**
|
||||
* x86_full_reset() - reset everything: perform a full power cycle
|
||||
*/
|
||||
void x86_full_reset(void);
|
||||
|
||||
static inline __attribute__((always_inline)) void cpu_hlt(void)
|
||||
{
|
||||
asm("hlt");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue