From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 16 Feb 2016 15:03:10 -0700 Subject: [U-Boot] [PATCH 00/16] image: Fix various test failures In-Reply-To: <1455500220-1324-1-git-send-email-sjg@chromium.org> References: <1455500220-1324-1-git-send-email-sjg@chromium.org> Message-ID: <56C39C9E.6040508@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/14/2016 06:36 PM, Simon Glass wrote: > Recent changes have broken the FIT and vboot tests. Also the SPI tests have > been wrong since before the last release and were disabled. > > This series collects together the required fixes. > > Note: The FIT and vboot tests are hard to run (in that each requires manual > effort). At some point we should be able to bring these into Stephen Warren's > test framework. The series, Tested-by: Stephen Warren (via ./test/py/test.py --bd sandbox --build)