mbox series

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

Message ID 495378f7-8647-0fb2-83ed-5a12465e9196@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20200928 | expand

Pull-request

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

Message

Neil Armstrong Sept. 28, 2020, 9:59 a.m. UTC
Hi Tom,

This PR fixes Linux EFI KASLR boot on GXL, GXM, G12A, G12B & SM1 based boards.

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

Thanks,
Neil

The following changes since commit 1da91d9bcd6e5ef046c1df0d373d0df87b1e8a72:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-09-24 08:34:54 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 02d249f99ecb7e398067d91760287c61d35fd34b:

  rng: meson: make core clock optional (2020-09-28 09:38:11 +0200)

----------------------------------------------------------------
- fix RNG driver probe & linux EFI KASLR boot on GXL, GXM, G12A, G12B & SM1 based boards

----------------------------------------------------------------
Neil Armstrong (1):
      rng: meson: make core clock optional

 drivers/rng/meson-rng.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Tom Rini Sept. 28, 2020, 2:43 p.m. UTC | #1
On Mon, Sep 28, 2020 at 11:59:07AM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR fixes Linux EFI KASLR boot on GXL, GXM, G12A, G12B & SM1 based boards.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/4642
> 
> Thanks,
> Neil
> 
> The following changes since commit 1da91d9bcd6e5ef046c1df0d373d0df87b1e8a72:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-09-24 08:34:54 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200928
> 
> for you to fetch changes up to 02d249f99ecb7e398067d91760287c61d35fd34b:
> 
>   rng: meson: make core clock optional (2020-09-28 09:38:11 +0200)
> 

Applied to u-boot/master, thanks!