From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Bultel Date: Sat, 22 Mar 2014 21:50:52 +0100 Subject: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x In-Reply-To: <201403221926.41815.marex@denx.de> References: <201403220233.50340.marex@denx.de> <1395501429-4872-1-git-send-email-eric.nelson@boundarydevices.com> <201403221926.41815.marex@denx.de> Message-ID: <532DF7AC.1000801@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de When I communicated about the bug I had, and said that my temporary workaround was to disable the PCIe, my intention was not to make the suppression become a standard, and I believe it is a little bit frustrating for Marek. The AMOS820, based on the sabrelite/nitrogen has a PCIe slot on the main board, so there might be some interest of having the PCIe support enabled. To my mind, the bug is in the kernel I am using, it should be robust to the fact that PCIe has been formerly probed. Wouldn't that be smarter to have the PCIe enabled or not, by an environment variable (defaulted to YES, and that the user could set to NO eventually for older kernels) ? Best regards Thierry Le 22/03/2014 19:26, Marek Vasut a ?crit : > On Saturday, March 22, 2014 at 04:17:09 PM, Eric Nelson wrote: >> Use of PCIe on SABRE Lite and Nitrogen6x boards >> is atypical and requires the use of custom daughter >> boards. >> >> Use in U-Boot is even rarer, so this patch removes it from >> the standard configuration. >> >> Signed-off-by: Eric Nelson > :-( > > Acked-by: Marek Vasut > > Best regards, > Marek Vasut