From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 19 Oct 2015 18:54:42 +0800 Subject: [U-Boot] [PATCH v8 1/3] dm: implement a Timer uclass In-Reply-To: References: <1443446357-21393-1-git-send-email-thomas@wytron.com.tw> <1444461383-10167-1-git-send-email-thomas@wytron.com.tw> <561D0455.6080403@wytron.com.tw> Message-ID: <5624CBF2.4090009@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 10/19/2015 09:53 AM, Simon Glass wrote: > Please do create a test for this uclass using a fake sandbox timer. > Note also time_ut.c which might have some ideas. I am learning sandbox and working on a sandbox timer now. Best regards, Thomas