[U-Boot] [PATCH 4/9] x86: Fix ACPI resume dependency to MRC cache

2017-10-18 Thread Bin Meng
In an S3 resume path, MRC cache is mandatory. Enforce the dependency in the Kconfig. Signed-off-by: Bin Meng --- arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c869ae2..b2ae865 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @

Re: [U-Boot] [PATCH 4/9] x86: Fix ACPI resume dependency to MRC cache

2017-10-22 Thread Simon Glass
On 19 October 2017 at 03:20, Bin Meng wrote: > In an S3 resume path, MRC cache is mandatory. Enforce the dependency > in the Kconfig. > > Signed-off-by: Bin Meng > --- > > arch/x86/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass

Re: [U-Boot] [PATCH 4/9] x86: Fix ACPI resume dependency to MRC cache

2017-10-27 Thread Bin Meng
On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass wrote: > On 19 October 2017 at 03:20, Bin Meng wrote: >> In an S3 resume path, MRC cache is mandatory. Enforce the dependency >> in the Kconfig. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/Kconfig | 1 + >> 1 file changed, 1 insertion(+) > >