[U-Boot] [PATCH v2 30/50] x86: ivybridge: Implement PCH_REQ_PMBASE_INFO

2019-04-25 Thread Simon Glass
Implement this ioctl() to support power off. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to implement PCH_REQ_PMBASE_INFO on ivybridge arch/x86/cpu/ivybridge/bd82x6x.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/x86/cpu/ivybridge/bd82x6x.c b/arch

Re: [U-Boot] [PATCH v2 30/50] x86: ivybridge: Implement PCH_REQ_PMBASE_INFO

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > Implement this ioctl() to support power off. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new patch to implement PCH_REQ_PMBASE_INFO on ivybridge > > arch/x86/cpu/ivybridge/bd82x6x.c | 15 +++ > 1 file changed

Re: [U-Boot] [PATCH v2 30/50] x86: ivybridge: Implement PCH_REQ_PMBASE_INFO

2019-05-01 Thread Bin Meng
On Wed, May 1, 2019 at 9:42 PM Bin Meng wrote: > > On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > > > Implement this ioctl() to support power off. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: > > - Add new patch to implement PCH_REQ_PMBASE_INFO on ivybridge > > > >