From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 7 May 2019 17:21:23 +0800 Subject: [U-Boot] [PATCH v3 05/18] x86: sysreset: Implement the get_last() method In-Reply-To: <20190502165229.203099-6-sjg@chromium.org> References: <20190502165229.203099-1-sjg@chromium.org> <20190502165229.203099-6-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > Add a default implementation of this method which always indicates that > the last reset was a power-on reset. This is the most likely type of reset > and without a PCH-specific driver we cannot determine any other type. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > drivers/sysreset/sysreset_x86.c | 6 ++++++ > 1 file changed, 6 insertions(+) > applied to u-boot-x86, thanks!