Re: [U-Boot] [PATCH 00/16] image: Fix various test failures

2016-02-16 Thread Stephen Warren

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)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 00/16] image: Fix various test failures

2016-02-14 Thread Simon Glass
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.


Simon Glass (16):
  image: Correct the OS location code to work on sandbox
  Revert "image-fit: Fix signature checking"
  image: Fix FIT and vboot tests to exit sandbox correctly
  trace: Fix compiler warnings in trace
  lib: Don't instrument the div64 function
  trace: Improve the trace test number recognition
  timer: Support tracing fully
  timer: Provide an early timer
  timer: Set up the real timer after driver model is available
  sandbox: timer: Support the early timer
  sandbox: Correct ordering of defconfig
  sandbox: Enable the early timer
  sandbox: spi: Add more debugging to SPI emulation
  sandbox: spi: Remove an incorrect free()
  spi: Correct two error return values
  spi: Re-enable the SPI flash tests

 cmd/trace.c   |  4 ++--
 common/board_f.c  |  6 ++
 common/board_r.c  | 14 --
 common/bootm.c|  2 +-
 common/image-fit.c| 16 +---
 configs/sandbox_defconfig | 11 ++-
 drivers/mtd/spi/sandbox.c | 14 ++
 drivers/mtd/spi/sf_probe.c|  4 +---
 drivers/mtd/spi/spi_flash.c   |  2 +-
 drivers/timer/Kconfig | 10 ++
 drivers/timer/sandbox_timer.c | 14 --
 drivers/timer/timer-uclass.c  |  6 +++---
 include/image.h   |  5 +
 include/timer.h   | 21 +
 lib/div64.c   |  3 ++-
 lib/time.c| 28 +---
 test/dm/Makefile  |  4 ++--
 test/image/test-fit.py|  4 
 test/trace/test-trace.sh  |  4 +++-
 test/vboot/sandbox-u-boot.dts |  3 +++
 20 files changed, 134 insertions(+), 41 deletions(-)

-- 
2.7.0.rc3.207.g0ac5344

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot