[U-Boot] Please pull u-boot-dm

Simon Glass sjg at chromium.org
Fri Feb 26 21:51:11 CET 2016


Hi Tom,

Here is the series that fixes various tests.


The following changes since commit 24862c640ea50ac88be343161eb681bea5dbfeef:

  test/py: skip tests that require large CONFIG_SYS_MAXARGS
(2016-02-26 08:42:12 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to 6796704b0dfb4f98cb4a026988e9739884812b5c:

  pci: Fix compiler warnings in dm_pciauto_setup_device() (2016-02-26
08:53:10 -0700)

----------------------------------------------------------------
Bin Meng (1):
      pci: Fix compiler warnings in dm_pciauto_setup_device()

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/pci/pci_auto.c        |  2 +-
 drivers/timer/Kconfig         | 10 ++++++++++
 drivers/timer/sandbox_timer.c | 18 +++++++++++++++---
 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 +++
 21 files changed, 138 insertions(+), 43 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list