10 Apr, 2020

1 commit

  • Code sections should be syntax highlighted as bash.
    Comment lines in code should start with a hash sign ('#') but code lines
    should not.
    Most commands can be executed as normal users. Prepend those commands
    requiring elevated authorization with 'sudo'.
    dd does not have a parameter cout.
    sfdisk does not have a -C parameter on Debian Buster.
    Provide the necessary input to sfdisk.
    Creating a partition of length zero makes no sense.

    Signed-off-by: Heinrich Schuchardt

    Heinrich Schuchardt
     

04 Apr, 2020

1 commit


05 Mar, 2020

5 commits


02 Mar, 2020

1 commit


13 Feb, 2020

1 commit


11 Feb, 2020

1 commit

  • - Move P2SB from Apollo Lake to a more generic location
    - Add a function to find a device by drvdata in DM core
    - Enhancement of DM IRQ uclass driver
    - Add a clock driver for Intel devices
    - Add support for ACPI general-purpose events
    - Add a TPM driver for H1/Cr50
    - Enable TPM on Google Chromebook Coral

    Tom Rini
     

10 Feb, 2020

2 commits

  • OpenSBI build steps are marked as normal text in
    AX25-AE350 documentation.

    Move them into code-block so-that it can show it
    as build steps.

    Cc: Heinrich Schuchardt
    Signed-off-by: Jagan Teki
    Reviewed-by: Bin Meng
    Reviewed-by: Rick Chen
    Tested-by: Bin Meng

    Jagan Teki
     
  • Since commit 04883bf7acca ("doc: update AX25-AE350 RISC-V documentation")
    `make htmldocs` produces a log of warnings like

    doc/board/AndesTech/ax25-ae350.rst:373:
    WARNING: Block quote ends without a blank line; unexpected unindent.
    doc/board/AndesTech/ax25-ae350.rst:0:
    WARNING: Undefined substitution referenced: "_ __ ___ _ __ | (___ | |_) |".

    Reformat the problematic passages.

    Fixes: 04883bf7acca ("doc: update AX25-AE350 RISC-V documentation")
    Signed-off-by: Heinrich Schuchardt
    Reviewed-by: Jagan Teki
    Reviewed-by: Rick Chen
    Tested-by: Bin Meng

    Heinrich Schuchardt
     

07 Feb, 2020

1 commit


04 Feb, 2020

2 commits


30 Jan, 2020

1 commit

  • Rockchip has documentation file, doc/README.rockchip but
    which is not so readable to add or understand the existing
    contents. Even the format that support is legacy readme
    in U-Boot.

    Add rockchip specific documentation file using new rst
    format, which describes the information about Rockchip
    supported boards and it's usage steps.

    Added minimal information about rk3288, rk3328, rk3368
    and rk3399 boards and usage. This would indeed updated
    further based on the requirements and updates.

    Cc: Kever Yang
    Cc: Matwey V. Kornilov
    Signed-off-by: Jagan Teki
    Reviewed-by: Kever Yang

    Jagan Teki
     

15 Dec, 2019

1 commit

  • Add support for coral which is a range of Apollo Lake-based Chromebook
    released in 2017. This also includes reef released in 2016, since it is
    based on the same SoC.

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

    Simon Glass
     

10 Dec, 2019

2 commits


08 Oct, 2019

1 commit

  • Devicetree bindings are already specified in Linux kernel documentation.
    Instead of maintaining same dt bindings in U-Boot doc specify path to dt
    bindings in Linux kernel & documenting specific changes that are in U-Boot.

    Signed-off-by: T Karthik Reddy
    Signed-off-by: Michal Simek
    Reviewed-by: Bin Meng
    Tested-by: Bin Meng

    T Karthik Reddy
     

10 Sep, 2019

1 commit


26 Aug, 2019

1 commit

  • The available defconfigs for RISC-V QEMU have changed. We now have
    configurations to compile U-Boot to run in supervisor mode and for
    U-Boot SPL. Update the QEMU RISC-V documentation to reflect these
    changes.

    Signed-off-by: Lukas Auer
    Reviewed-by: Bin Meng
    Tested-by: Bin Meng
    Reviewed-by: Anup Patel

    Lukas Auer
     

18 Aug, 2019

1 commit


15 Aug, 2019

1 commit

  • We should explicitly load DTB from TFTP server or MMC/SD card
    for Linux booting. This will allow us:
    1. To use different Linux DTB for SiFive Unleashed board with
    expansion board connected.
    2. Avoid re-flashing OpenSBI firmware whenever board connections
    change.

    This patch updates reference bootlog in SiFive FU540 README
    as-per above.

    Signed-off-by: Anup Patel
    Reviewed-by: Bin Meng
    Reviewed-by: Joe Hershberger

    Anup Patel
     

09 Aug, 2019

2 commits

  • Add slimbootloader board to run U-boot as a Slim Bootloader payload
    - Add new board/intel/slimbootloader directory with minimum codes
    - Add slimbootloader configuration files
    - Add doc/board/intel/slimbootloader.rst

    Signed-off-by: Aiden Park
    Reviewed-by: Bin Meng
    Reviewed-by: Andy Shevchenko
    Tested-by: Bin Meng
    [bmeng: add slimbootloader board MAINTAINERS file]
    Signed-off-by: Bin Meng

    Park, Aiden
     
  • Converts qemu x86 machines to boot using distro_config. The intent is to
    allow u-boot in qemu to be maximally compatible with many boot methods
    without having to change the config. Previously, u-boot would only boot
    in a very limited set of circumstances where there was a /boot/vmlinuz
    on scsi 0:3 with no ramdisk.

    Signed-off-by: Joshua Watt
    Reviewed-by: Bin Meng
    [bmeng: convert doc updates to reST]
    Signed-off-by: Bin Meng

    Joshua Watt
     

29 Jul, 2019

1 commit


24 Jul, 2019

13 commits