15 Oct, 2016

1 commit


14 Oct, 2016

3 commits


23 Sep, 2016

6 commits


22 Sep, 2016

1 commit


23 Aug, 2016

1 commit

  • The fs-test.sh script expected there to be a \n\r style newline at the
    end of the output. This is no longer the case, so use 'tr' to remove the
    \r that we get.

    Fixes: (c5917b4b054d "dm: serial-uclass: Move a carriage return before a
    line feed")
    Signed-off-by: Tom Rini

    Tom Rini
     

21 Aug, 2016

1 commit

  • This prevents capture of command output from terminating early on boards
    that use a simple prompt (e.g. "=> ") that appears in the middle of
    command output (e.g. crc32's "... ==> 2fa737e0").

    Reported-by: Tom Rini
    Signed-off-by: Stephen Warren
    Tested-by: Tom Rini
    Reviewed-by: Heiko Schocher

    Stephen Warren
     

20 Aug, 2016

1 commit

  • This adds a bunch of unit tests for the "fdt apply" command.

    They've all been run successfully in the sandbox. However, as you still
    require an out-of-tree dtc with overlay support, this is disabled by
    default.

    Acked-by: Simon Glass
    Acked-by: Pantelis Antoniou
    Signed-off-by: Maxime Ripard

    Maxime Ripard
     

06 Aug, 2016

8 commits


28 Jul, 2016

3 commits


23 Jul, 2016

2 commits

  • Getting this error:
    Zynq> sb load hostfs - 100
    /home/monstr/data/disk/u-boot/build-zynq_zc706/test.fit
    Unknown command 'sb' - try 'help'

    because sb command is present only for Sandbox
    obj-$(CONFIG_SANDBOX) += host.o

    that's why mark this test to be run only at Sandbox

    Signed-off-by: Michal Simek
    Acked-by: Simon Glass

    Michal Simek
     
  • Without this, the test fails if the test is run with a cwd other than the
    root of the U-Boot source tree.

    Fixes: 8729d582595d ("test: Convert the vboot test to test/py")
    Signed-off-by: Stephen Warren
    Reviewed-by: Simon Glass

    Stephen Warren
     

17 Jul, 2016

1 commit


15 Jul, 2016

12 commits