public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: Pull request: u-boot-sunxi/master
Date: Fri, 23 Oct 2020 01:03:07 +0530	[thread overview]
Message-ID: <20201022193307.23348-1-jagan@amarulasolutions.com> (raw)

Hi Tom,

Please pull this PR.

Summary:
- sun8i emac changes (Andre)
- SCP firmware (Samuel)

Travis-CI:
https://travis-ci.org/github/openedev/u-boot/builds/738083734

The following changes since commit 7ec87e4192215815b658c3f8b34e4be010103149:

  Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2020-10-19 09:29:05 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi master

for you to fetch changes up to 194923246c199bc6a4baa2ffcda1e08677b6f07c:

  sun50i: a64: A64-Teres-I board detect builtin keyboard (2020-10-22 12:03:34 +0530)

----------------------------------------------------------------
Andre Przywara (15):
      net: sun8i-emac: Bail out on PHY error
      net: sun8i_emac: Don't hand out TX descriptor too early
      net: sun8i_emac: Simplify mdio_read/mdio_write functions
      net: sun8i_emac: Remove pointless wrapper functions
      net: sun8i_emac: Name magic bits and simplify read-modify-write calls
      net: sun8i_emac: Improve cache maintenance on RX descriptor init
      net: sun8i_emac: Reduce cache maintenance on TX descriptor init
      net: sun8i_emac: Drop unneeded cache invalidation before sending
      net: sun8i_emac: Wrap and simplify cache maintenance operations
      net: sun8i_emac: Fix overlong lines
      net: sun8i_emac: Fix MAC soft reset
      net: sun8i_emac: Simplify and fix error handling for RX
      net: sun8i-emac: Make internal PHY handling more robust
      net: sun8i-emac: Lower MDIO frequency
      sunxi: Pine-H64: Explicitly enable PHY regulator

Heinrich Schuchardt (1):
      arm: sunxi: increase SYS_MALLOC_F_LEN

Icenowy Zheng (1):
      sunxi: make V3s DRAM initialization more proper

Jonas Smedegaard (3):
      git-mailrc: Update email address of Maxime Ripard
      sunxi: Enable ethernet on newer Olimex OLinuXino-A20-Lime2-eMMC
      sun50i: a64: A64-Teres-I board detect builtin keyboard

Samuel Holland (9):
      Makefile: Only define u-boot.itb rule when applicable
      binman: Only write FDT once per node
      sunxi: binman: Fix spacing between nodes
      sunxi: binman: Provide a default BL31 filename
      sunxi: binman: Use a macro for the BL31 load address
      spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
      sunxi: binman: Update FIT component descriptions
      binman: Add support for SCP firmware
      sunxi: binman: Add support for including SCP firmware

 Kconfig                                    |   2 +-
 Makefile                                   |   3 +
 arch/arm/dts/sunxi-u-boot.dtsi             |  43 ++-
 arch/arm/include/asm/arch-sunxi/cpu.h      |   1 +
 arch/arm/mach-sunxi/dram_sunxi_dw.c        |  91 +++++-
 board/sunxi/README.sunxi64                 |  47 ++-
 common/spl/Kconfig                         |   4 +-
 common/spl/spl_fit.c                       |  17 +-
 configs/A20-OLinuXino-Lime2-eMMC_defconfig |   2 +
 configs/pine_h64_defconfig                 |   1 +
 configs/teres_i_defconfig                  |   1 +
 doc/git-mailrc                             |   2 +-
 drivers/net/sun8i_emac.c                   | 457 +++++++++++++----------------
 tools/binman/README.entries                |   4 +-
 tools/binman/etype/fit.py                  |  12 +-
 tools/binman/etype/scp.py                  |  19 ++
 tools/binman/ftest.py                      |   7 +
 tools/binman/missing-blob-help             |   4 +
 tools/binman/test/172_scp.dts              |  16 +
 19 files changed, 446 insertions(+), 287 deletions(-)
 create mode 100644 tools/binman/etype/scp.py
 create mode 100644 tools/binman/test/172_scp.dts

             reply	other threads:[~2020-10-22 19:33 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 19:33 Jagan Teki [this message]
2020-10-23 13:18 ` Pull request: u-boot-sunxi/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2020-11-16  7:12 Jagan Teki
2020-11-16 15:50 ` Tom Rini
2020-11-16 16:09   ` André Przywara
2020-11-16 16:13     ` Tom Rini
2020-11-16 16:51       ` André Przywara
2020-11-16 16:58         ` Tom Rini
2020-11-17  1:56           ` Samuel Holland
2020-11-17  8:50             ` André Przywara
2020-06-02 18:49 Jagan Teki
2020-06-03 16:27 ` Tom Rini
2020-03-30  7:14 Jagan Teki
2020-03-30 23:30 ` Tom Rini
2020-03-18 10:12 Jagan Teki
2020-03-18 13:56 ` Tom Rini
2020-01-26 16:38 Jagan Teki
2020-01-26 19:13 ` Tom Rini
2019-12-27 12:26 Jagan Teki
2019-12-28  4:30 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201022193307.23348-1-jagan@amarulasolutions.com \
    --to=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox