mbox series

[PULL,u-boot] Please pull u-boot-amlogic-20201105

Message ID c64adb73-4f9a-b7a1-7355-e59664b352cd@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20201105 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201105

Message

Neil Armstrong Nov. 6, 2020, 9:49 a.m. UTC
Hi Tom,

This PR fixes some documentation and the android early logo boot flow.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/5274

Thanks,
Neil

The following changes since commit cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf:

  configs: Resync with savedefconfig (2020-10-29 10:48:01 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201105

for you to fetch changes up to 014b9f96762d17d04038d8902d419b6476753e4f:

  configs: meson64: relocate config_distro_bootcmmd header (2020-11-05 16:27:31 +0100)

----------------------------------------------------------------
- meson64_android: don't show logo on ROM USB boot
- doc: update support matrix and fix vim3/l build instructions
- meson64: relocate config_distro_bootcmmd header

----------------------------------------------------------------
Guillaume La Roque (1):
      configs: meson64_android: don't show logo on ROM USB boot

Jaehoon Chung (1):
      configs: meson64: relocate config_distro_bootcmmd header

Neil Armstrong (2):
      doc: board: amlogic: Update support matrix
      doc: board: vim3: Fix build instructions

 doc/board/amlogic/index.rst        |  8 +++++---
 doc/board/amlogic/khadas-vim3.rst  |  9 +++++----
 doc/board/amlogic/khadas-vim3l.rst | 11 +++++++----
 include/configs/meson64.h          |  3 ++-
 include/configs/meson64_android.h  | 11 +++++++----
 5 files changed, 26 insertions(+), 16 deletions(-)

Comments

Tom Rini Nov. 6, 2020, 4:26 p.m. UTC | #1
On Fri, Nov 06, 2020 at 10:49:31AM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR fixes some documentation and the android early logo boot flow.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/5274
> 
> Thanks,
> Neil
> 
> The following changes since commit cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf:
> 
>   configs: Resync with savedefconfig (2020-10-29 10:48:01 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201105
> 
> for you to fetch changes up to 014b9f96762d17d04038d8902d419b6476753e4f:
> 
>   configs: meson64: relocate config_distro_bootcmmd header (2020-11-05 16:27:31 +0100)
> 

Applied to u-boot/master, thanks!