mbox series

[GIT,PULL] Please pull u-boot-amlogic-20220809

Message ID 7635ad28-344c-4a83-03aa-c23c3fd866d0@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20220809 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20220809

Message

Neil Armstrong Aug. 9, 2022, 8:21 a.m. UTC
Hi Tom,

Here's changes for next release:
- fixup error on efuse commands return
- add documentation on boot flow

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

Thanks,
Neil

The following changes since commit 2d2c61ff0460740d9ec5a44dbef9255a8c690696:

   Merge tag 'efi-2022-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-07-06 09:17:08 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20220809

for you to fetch changes up to 3145e0d0ff0837647351f2ca261b4cde779f83e0:

   ARM: meson: fixup error on efuse commands return (2022-08-08 09:56:38 +0200)

----------------------------------------------------------------
- fixup error on efuse commands return
- add documentation on boot flow

----------------------------------------------------------------
Jerome Brunet (1):
       ARM: meson: fixup error on efuse commands return

Neil Armstrong (1):
       doc: board: amlogic: add documentation on boot flow

  arch/arm/mach-meson/sm.c        |   9 +--
  doc/board/amlogic/boot-flow.rst | 134 ++++++++++++++++++++++++++++++++++++++++
  doc/board/amlogic/index.rst     |   1 +
  3 files changed, 138 insertions(+), 6 deletions(-)
  create mode 100644 doc/board/amlogic/boot-flow.rst

Comments

Tom Rini Aug. 9, 2022, 4:33 p.m. UTC | #1
On Tue, Aug 09, 2022 at 10:21:42AM +0200, Neil Armstrong wrote:

> 
> Hi Tom,
> 
> Here's changes for next release:
> - fixup error on efuse commands return
> - add documentation on boot flow
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/13087
> 
> Thanks,
> Neil
> 
> The following changes since commit 2d2c61ff0460740d9ec5a44dbef9255a8c690696:
> 
>   Merge tag 'efi-2022-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-07-06 09:17:08 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20220809
> 
> for you to fetch changes up to 3145e0d0ff0837647351f2ca261b4cde779f83e0:
> 
>   ARM: meson: fixup error on efuse commands return (2022-08-08 09:56:38 +0200)
> 

Applied to u-boot/master, thanks!