From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 21 Dec 2015 15:50:17 +0800 Subject: [U-Boot] [PATCH 06/10] x86: ivybridge: Do not require HAVE_INTEL_ME In-Reply-To: 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 Sat, Dec 19, 2015 at 10:52 AM, Simon Glass wrote: > 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 applied to u-boot-x86/next, thanks!