mbox series

[GIT,PULL] Please pull u-boot-amlogic-next-20240902

Message ID 024f632a-8139-4673-bbcf-0b8e5b633624@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-next-20240902 | expand

Pull-request

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

Message

Neil Armstrong Sept. 2, 2024, 4:26 p.m. UTC
Hi Tom,

A simple set of changes to allow using the bootrom NAND pages, ported from Linux.

Thanks,
Neil

The following changes since commit ee2af844ba1b27b2e959c4e649e4b769fbeb4074:

   Merge tag 'efi-2024-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi (2024-08-24 14:03:28 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 35ff967a99e97b523732096628bdbc78758922f6:

   mtd: rawnand: meson: read/write access for boot ROM pages (2024-08-28 16:05:45 +0200)

----------------------------------------------------------------
- meson_nand: R/W support for pages used by boot ROM

----------------------------------------------------------------
Arseniy Krasnov (3):
       mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag
       mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'
       mtd: rawnand: meson: read/write access for boot ROM pages

  drivers/mtd/nand/raw/meson_nand.c | 84 ++++++++++++++++++++++++++-------------
  drivers/mtd/nand/raw/nand_base.c  |  3 ++
  include/linux/mtd/rawnand.h       |  5 +++
  3 files changed, 65 insertions(+), 27 deletions(-)

Comments

Tom Rini Sept. 3, 2024, 3:11 p.m. UTC | #1
On Mon, Sep 02, 2024 at 06:26:20PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> A simple set of changes to allow using the bootrom NAND pages, ported from Linux.
> 
> Thanks,
> Neil
> 
> The following changes since commit ee2af844ba1b27b2e959c4e649e4b769fbeb4074:
> 
>   Merge tag 'efi-2024-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi (2024-08-24 14:03:28 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-next-20240902
> 
> for you to fetch changes up to 35ff967a99e97b523732096628bdbc78758922f6:
> 
>   mtd: rawnand: meson: read/write access for boot ROM pages (2024-08-28 16:05:45 +0200)
> 

Applied to u-boot/next, thanks!