[U-Boot] [PATCH v3 4/8] riscv: Add board_quiesce_devices stub

2018-04-22 Thread Alexander Graf
This patch adds an empty stub for board_quiesce_devices() which allows boards to quiesce their devices before we boot into an OS in a platform agnostic way. Signed-off-by: Alexander Graf --- arch/riscv/include/asm/u-boot-riscv.h | 1 + arch/riscv/lib/bootm.c| 4 2 files chan

Re: [U-Boot] [PATCH v3 4/8] riscv: Add board_quiesce_devices stub

2018-05-06 Thread rick
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, April 23, 2018 2:00 PM > To: u-boot@lists.denx.de > Cc: Rick Jian-Zhi Chen(陳建志); Greentime Hu; Philipp Tomsich; Heinrich > Schuchardt; sch...@suse.de > Subject: [PATCH v3 4/8] riscv: Add board_quiesce_devic