From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 9 Jun 2016 08:07:49 +0200 Subject: [U-Boot] [PATCH 3/8] x86: baytrail: Change fsp, emmc-boot-mode to "auto" In-Reply-To: <1465387659-30011-4-git-send-email-bmeng.cn@gmail.com> References: <1465387659-30011-1-git-send-email-bmeng.cn@gmail.com> <1465387659-30011-4-git-send-email-bmeng.cn@gmail.com> Message-ID: <575907B5.4070809@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08.06.2016 14:07, Bin Meng wrote: > At present all BayTrail boards configure fsp,emmc-boot-mode to 2, > which means "eMMC 4.1" per FSP documentation. However, eMMC 4.1 > only shows up on some early stepping silicon of BayTrail SoC. > Newer stepping SoC integrates an eMMC 4.5 controller. Intel FSP > provides a config option fsp,emmc-boot-mode which tells FSP which > eMMC controller it initializes. Instead of hardcoded to 2, now > we change it to 1 which means "auto". > > With this change, MinnowMax board (with a D0 stepping BayTrail SoC) > can see the eMMC 4.5 controller at PCI address 00.17.00 via U-Boot > 'pci' command. > > Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Thanks, Stefan