06 Feb, 2020

1 commit

  • Sandbox currently uses SDL1.2. SDL2 has been around for quite a while and
    is widely supported. It has a number of useful features. It seems
    appropriate to move sandbox over.

    Update the code to use SDL2 instead of SDL1.2.

    Signed-off-by: Simon Glass

    Simon Glass
     

12 Oct, 2019

1 commit

  • At this point, all drivers that do not use CONFIG_BLK are past their
    migration deadlines, so remove this config as it's no longer helpful and
    hinders enhancing block drivers.

    Reviewed-by: Simon Glass
    Signed-off-by: Tom Rini

    Tom Rini
     

08 Oct, 2019

1 commit

  • U-Boot already supports using -D to indicate that it should use the normal
    device tree. It is sometimes useful to run with the test device tree, e.g.
    when running a test. Add a -T option for this along with some
    documentation.

    It can be used like this:

    /tmp/b/sandbox/u-boot -T -c "ut dm pci_busdev"

    (this will use /tmp/b/sandbox/arch/sandbox/dts/test.dtb as the DT)

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Tested-by: Bin Meng

    Simon Glass
     

18 Aug, 2019

1 commit


24 Jul, 2019

11 commits