25 Jun, 2019

1 commit

  • Commit ad7061ed742e ("doc: Move device tree bindings documentation to
    doc/device-tree-bindings") moved all device tree binding documentation
    to doc/device-tree-bindings directory.

    The current U-Boot project still have two documentation directories:

    - doc/
    - Documentation/

    Move all documentation and sphinx files to doc directory so all content
    can be in a common place.

    Adapted to U-Boot v2019.04

    Signed-off-by: Breno Lima
    Acked-by: Ye Li

    Breno Lima
     

31 Mar, 2019

1 commit


28 Mar, 2019

1 commit


19 Mar, 2019

1 commit

  • This patch does the following changes to the u-boot-marvell maintainers
    entry:

    - Add Armada-7k/8k to the list
    - Remove Prafulla and Luka since they have been silent on the list for
    a long time. Please speak up, if you would like to continue or better
    start maintaining.
    - Add multiple Marvell / MVEBU related driver directories and files

    Signed-off-by: Stefan Roese
    Cc: Prafulla Wadaskar
    Cc: Luka Perkov
    Cc: Tom Rini
    Acked-by: Luka Perkov
    Signed-off-by: Stefan Roese

    Stefan Roese
     

14 Mar, 2019

1 commit


25 Feb, 2019

2 commits

  • Currently, there is no easy way to add or modify UEFI variables.
    In particular, bootmgr supports BootOrder/BootXXXX variables, it is
    quite hard to define them as u-boot variables because they are represented
    in a complicated and encoded format.

    The new command, efidebug, helps address these issues and give us
    more friendly interfaces:
    * efidebug boot add: add BootXXXX variable
    * efidebug boot rm: remove BootXXXX variable
    * efidebug boot dump: display all BootXXXX variables
    * efidebug boot next: set BootNext variable
    * efidebug boot order: set/display a boot order (BootOrder)

    Signed-off-by: AKASHI Takahiro
    Reviewed-by: Heinrich Schuchardt

    AKASHI Takahiro
     
  • "env [print|set] -e" allows for handling uefi variables without
    knowing details about mapping to corresponding u-boot variables.

    Signed-off-by: AKASHI Takahiro
    Reviewed-by: Heinrich Schuchardt

    AKASHI Takahiro
     

19 Feb, 2019

2 commits

  • Heinrich is going to take over maintainership of the efi_loader tree
    going forward.

    To ensure that I will still receive review mails at least, add me as
    reviewer with a stable email address.

    Signed-off-by: Alexander Graf
    Signed-off-by: Heinrich Schuchardt
    Reviewed-by: Tom Rini

    Alexander Graf
     
  • Matthias Brugger agreed to take over maintainership from me for the
    Raspberry Pi tree. Add him to the MAINTAINERS file instead.

    Signed-off-by: Alexander Graf
    Reviewed-by: Tom Rini

    Alexander Graf
     

09 Feb, 2019

2 commits


08 Feb, 2019

1 commit


07 Feb, 2019

1 commit


06 Feb, 2019

2 commits


01 Feb, 2019

1 commit


31 Jan, 2019

1 commit


30 Jan, 2019

1 commit


29 Jan, 2019

1 commit


26 Jan, 2019

1 commit


24 Jan, 2019

2 commits


21 Jan, 2019

1 commit


18 Jan, 2019

1 commit

  • - MIPS: mscc: various enhancements for Luton and Ocelot platforms
    - MIPS: mscc: added support for Jaguar2 platform
    - MIPS: optimised SPL linker script
    - MIPS: bcm6368: fix restart flow issues
    - MIPS: fixed CONFIG_OF_EMBED warnings for all MIPS boards
    - MIPS: mt7688: small fixes and enhancements
    - mmc: compile-out write support if disabled

    Tom Rini
     

16 Jan, 2019

5 commits


15 Jan, 2019

1 commit


10 Jan, 2019

1 commit


19 Dec, 2018

4 commits


16 Dec, 2018

1 commit

  • The motivation for this is to allow distributions to distribute all
    possible tools in a generic way, avoiding the need of specific tools
    building for each machine.

    Especially on OpenEmbedded / Yocto Project ecosystem, it is very
    common each BSP to end providing their specific tools when they need
    to generate images for some SoC (e.g MX23 / MX28 in meta-freescale
    case).

    Using this, we can package the tools doing:

    $: make tools-only_defconfig
    $: make tools-only

    Signed-off-by: Otavio Salvador
    [trini: Add MAINTAINERS entry for myself, add to .travis.yml, make
    U-Boot itself buildable to not trip up other frameworks]
    Signed-off-by: Tom Rini

    Otavio Salvador
     

05 Dec, 2018

1 commit


03 Dec, 2018

1 commit


29 Nov, 2018

1 commit


09 Nov, 2018

1 commit