24 Nov, 2016

7 commits


15 Nov, 2016

2 commits

  • Enable this so that EFI applications (notably grub) can be run under U-Boot
    on x86 platforms.

    At present the 'hello world' EFI application is not supported for the
    qemu-x86_efi_payload64 board. That board builds a payload consisting of a
    64-bit header and a 32-bit U-Boot, which is incompatible with the way the
    EFI loader builds its EFI application. The following error is obtained:

    x86_64-linux-ld.bfd: i386 architecture of input file
    `lib/efi_loader/helloworld.o' is incompatible with i386:x86-64 output

    This could be corrected with additional Makefile rules. For now, this
    feature is disabled for that board.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    [agraf: drop hello kconfig bits]
    Signed-off-by: Alexander Graf

    Simon Glass
     
  • It is useful to have a basic sanity check for EFI loader support. Add a
    'bootefi hello' command which loads HelloWord.efi and runs it under U-Boot.

    Signed-off-by: Simon Glass
    [agraf: Fix documentation, add unfulfilled kconfig dep]
    Signed-off-by: Alexander Graf

    Simon Glass
     

08 Nov, 2016

2 commits

  • Tom Rini
     
  • The Synopsys DWC EQoS is a configurable Ethernet MAC/DMA IP block which
    supports multiple options for bus type, clocking and reset structure, and
    feature list.

    This patch imports the binding from the Linux kernel, including my V3
    patch to extend the binding to cover the Tegra186, which is applied for
    next-20160912. So far, my changes have been acked by Lars Persson, the
    original author of the binding.

    Signed-off-by: Stephen Warren
    Reviewed-by: Simon Glass
    Acked-by: Joe Hershberger

    Stephen Warren
     

06 Nov, 2016

1 commit

  • Adds -i option that allows specifying a ramdisk file to be added to the
    FIT image when we are using the automatic FIT mode (no ITS file).

    This makes adding Depthcharge support to LAVA much more convenient, as
    no additional configuration files need to be kept around in the machine
    that dispatches jobs to the boards.

    Signed-off-by: Tomeu Vizoso
    Cc: Simon Glass
    Cc: Matt Hart
    Cc: Neil Williams
    Reviewed-by: Simon Glass

    Tomeu Vizoso
     

05 Nov, 2016

1 commit


31 Oct, 2016

1 commit


29 Oct, 2016

1 commit


18 Oct, 2016

2 commits


12 Oct, 2016

3 commits


08 Oct, 2016

1 commit


07 Oct, 2016

8 commits


04 Oct, 2016

1 commit


02 Oct, 2016

3 commits


21 Sep, 2016

1 commit

  • This patch introduces support for building U-Boot to run on the MIPS
    Boston development board. This is a board built around an FPGA & an
    Intel EG20T Platform Controller Hub, used largely as part of the
    development of new CPUs and their software support. It is essentially
    the successor to the older MIPS Malta board.

    Signed-off-by: Paul Burton

    Paul Burton
     

07 Sep, 2016

2 commits


27 Aug, 2016

1 commit


16 Aug, 2016

3 commits