From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 29 Nov 2015 14:28:41 +0800 Subject: [U-Boot] [PATCH] dm: timer: Avoid using timer before it is ready In-Reply-To: <1448774195-17976-1-git-send-email-sjg@chromium.org> References: <1448774195-17976-1-git-send-email-sjg@chromium.org> Message-ID: <565A9B19.80101@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 2015?11?29? 13:16, Simon Glass wrote: > At present bootstage will try to read the timer very early after relocation. > When driver model it used to provide the timer, we cannot read it until > driver model is ready. Correct this by adding a separate stage for the > post-relocation bootstage init. > > This fixes booting on chromebook_link. > > Signed-off-by: Simon Glass > --- > > common/board_r.c | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > Acked-by: Thomas Chou