From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 1 Sep 2015 21:08:45 -0500 Subject: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD In-Reply-To: <1440437213-49224-6-git-send-email-paul.gortmaker@windriver.com> References: <1440437213-49224-1-git-send-email-paul.gortmaker@windriver.com> <1440437213-49224-6-git-send-email-paul.gortmaker@windriver.com> Message-ID: <55E65A2D.7040308@freescale.com> 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/24/2015 12:26 PM, Paul Gortmaker wrote: > Tested on commit 3ea0953d36023d7e50fb00b2e258d8fb2828aeac > ("dm: Move pre-reloc init earlier to cope with board_early_init_f()") > since the commit after that ("Set up stdio earlier when using driver > model") hangs this board at "Net:" init, just like it hangs the > sbc8548 board[1]. So, until that is resolved, this will be the > newest functional baseline for both boards. > Paul, I can't test this patch. As the commit message said, it only works on an ancient point. Even this patch is merged, you can use the top of tree anyway. Is there any effort to find out why it is broken? York