11 Jun, 2019

1 commit


22 May, 2019

1 commit


13 May, 2019

1 commit


05 May, 2019

1 commit


03 May, 2019

3 commits


01 May, 2019

1 commit


27 Apr, 2019

4 commits


25 Apr, 2019

1 commit

  • - Add support for Amlogic p200 & p201 Reference Designs
    - Add Amlogic SoC information display
    - Add support for the Libretech-AC AML-S805X-AC board
    - Add Amlogic AXG reset compatible
    - Add I2C support for Amlogic AXG
    - Fix AXG PIN and BANK pinctrl definitions
    - Fix regmap_read_poll_timeout warning about sandbox_timer_add_offset
    - Add initial support for Amlogic G12A SoC and U200 board
    - Enable PHY_REALTEK for selected boards
    - Fix Khadas VIM2 README

    Tom Rini
     

24 Apr, 2019

1 commit


23 Apr, 2019

2 commits

  • In order to support the Amlogic G12A clock controller,
    re-architect the clock files into a meson directory.

    No functionnal changes.

    MAINTAINERS entry is also updated.

    Signed-off-by: Jerome Brunet
    Signed-off-by: Neil Armstrong

    Jerome Brunet
     
  • The 'exception' command allows to test exception handling.

    This implementation supports ARM, x86, RISC-V and the following exceptions:
    * 'breakpoint' - prefetch abort exception (ARM 32bit only)
    * 'unaligned' - data abort exception (ARM only)
    * 'undefined' - undefined instruction exception

    Signed-off-by: Heinrich Schuchardt

    Heinrich Schuchardt
     

18 Apr, 2019

1 commit


14 Apr, 2019

1 commit


12 Apr, 2019

2 commits


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

1 commit

  • Similar changes was done for Zynq in past and this patch just follow
    this pattern to separate cpu code from SoC code.

    Move arch/arm/cpu/armv8/zynqmp/* -> arch/arm/mach-zynqmp/*
    And also fix references to these files.

    Based on
    "ARM: zynq: move SoC sources to mach-zynq"
    (sha1: 0107f2403669f764ab726d0d404e35bb9447bbcc)

    Signed-off-by: Michal Simek

    Michal Simek