From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 18 Dec 2015 19:52:09 -0700 Subject: [U-Boot] [PATCH 06/10] x86: ivybridge: Do not require HAVE_INTEL_ME In-Reply-To: <1449831353-933-7-git-send-email-bmeng.cn@gmail.com> References: <1449831353-933-1-git-send-email-bmeng.cn@gmail.com> <1449831353-933-7-git-send-email-bmeng.cn@gmail.com> 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 11 December 2015 at 03:55, Bin Meng wrote: > Do not set HAVE_INTEL_ME by default as for some cases Intel ME > firmware even does not reside on the same SPI flash as U-Boot. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/ivybridge/Kconfig | 1 - > board/google/chromebook_link/Kconfig | 1 + > board/google/chromebox_panther/Kconfig | 1 + > 3 files changed, 2 insertions(+), 1 deletion(-) Acked-by: Simon Glass Tested on link (ivybridge non-FSP) Tested-by: Simon Glass