mbox series

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

Message ID 4839b54f-1e61-4c46-b1ed-40a2ea0f9c08@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20231027 | expand

Pull-request

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

Message

Neil Armstrong Oct. 27, 2023, 8:38 a.m. UTC
Hi Tom,

A late PR to:
- fix environment saving for new Android boot features on vim3*_android
- Add SPIFC support for Amlogic A1
- Add DFU RAM boot step when booting over USB, fixing full USB boot for G12/SM1 boards

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

Thanks,
Neil

The following changes since commit fb428b61819444b9337075f49c72f326f5d12085:

   Merge branch '2023-10-24-assorted-general-fixes-and-updates' (2023-10-24 19:12:21 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 892e04bc965400772e1b84e6450a7919deca0e0b:

   ARM: amlogic: ad401: enable SPIFC (2023-10-26 17:56:58 +0200)

----------------------------------------------------------------
- Fix environment saving for new Android boot features on vim3*_android
- Add SPIFC support for Amlogic A1
- Add DFU RAM boot step when booting over USB

----------------------------------------------------------------
Igor Prusov (2):
       spi: add support for Amlogic A1 SPI Flash Controller
       ARM: amlogic: ad401: enable SPIFC

Mattijs Korpershoek (1):
       configs: khadas-vim3*_android: fix environment saving

Neil Armstrong (4):
       ARM: meson: enable FIT with LEGACY_IMAGE_FORMAT on all configs
       configs: meson64: declare addr out of EXTRA_ENV_SETTINGS
       configs: meson64: add alternate USB DFU boot target
       ARM: meson: enable USB DFU + RAM on Amlogic boards with USB Gadget

  configs/ad401_defconfig                   |   1 +
  configs/bananapi-cm4-cm4io_defconfig      |   6 +
  configs/bananapi-m2-pro_defconfig         |   6 +
  configs/bananapi-m2s_defconfig            |   6 +
  configs/bananapi-m5_defconfig             |   6 +
  configs/beelink-gsking-x_defconfig        |   6 +
  configs/beelink-gt1-ultimate_defconfig    |   6 +
  configs/beelink-gtking_defconfig          |   6 +
  configs/beelink-gtkingpro_defconfig       |   6 +
  configs/jethub_j100_defconfig             |   6 +
  configs/jethub_j80_defconfig              |   6 +
  configs/khadas-vim2_defconfig             |   6 +
  configs/khadas-vim3_android_ab_defconfig  |   8 +
  configs/khadas-vim3_android_defconfig     |   8 +
  configs/khadas-vim3_defconfig             |   6 +
  configs/khadas-vim3l_android_ab_defconfig |   8 +
  configs/khadas-vim3l_android_defconfig    |   8 +
  configs/khadas-vim3l_defconfig            |   6 +
  configs/khadas-vim_defconfig              |   6 +
  configs/libretech-ac_defconfig            |   6 +
  configs/libretech-cc_defconfig            |   6 +
  configs/libretech-cc_v2_defconfig         |   6 +
  configs/libretech-s905d-pc_defconfig      |   6 +
  configs/libretech-s912-pc_defconfig       |   6 +
  configs/nanopi-k2_defconfig               |   4 +
  configs/odroid-c2_defconfig               |   4 +
  configs/odroid-c4_defconfig               |   6 +
  configs/odroid-go-ultra_defconfig         |   6 +
  configs/odroid-hc4_defconfig              |   6 +
  configs/odroid-n2_defconfig               |   6 +
  configs/odroid-n2l_defconfig              |   6 +
  configs/p200_defconfig                    |   4 +
  configs/p201_defconfig                    |   4 +
  configs/p212_defconfig                    |   4 +
  configs/radxa-zero2_defconfig             |   6 +
  configs/radxa-zero_defconfig              |   6 +
  configs/s400_defconfig                    |   6 +
  configs/sei510_defconfig                  |   6 +
  configs/sei610_defconfig                  |   6 +
  configs/u200_defconfig                    |   6 +
  configs/videostrong-kii-pro_defconfig     |   4 +
  configs/wetek-core2_defconfig             |   6 +
  configs/wetek-hub_defconfig               |   4 +
  configs/wetek-play2_defconfig             |   4 +
  drivers/spi/Kconfig                       |   9 +
  drivers/spi/Makefile                      |   1 +
  drivers/spi/meson_spifc_a1.c              | 384 ++++++++++++++++++++++++++++++
  include/configs/meson64.h                 |  49 +++-
  48 files changed, 687 insertions(+), 7 deletions(-)
  create mode 100644 drivers/spi/meson_spifc_a1.c

Comments

Tom Rini Oct. 28, 2023, 12:50 a.m. UTC | #1
On Fri, Oct 27, 2023 at 10:38:41AM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> A late PR to:
> - fix environment saving for new Android boot features on vim3*_android
> - Add SPIFC support for Amlogic A1
> - Add DFU RAM boot step when booting over USB, fixing full USB boot for G12/SM1 boards
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/18322
> 
> Thanks,
> Neil
> 
> The following changes since commit fb428b61819444b9337075f49c72f326f5d12085:
> 
>   Merge branch '2023-10-24-assorted-general-fixes-and-updates' (2023-10-24 19:12:21 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20231027
> 
> for you to fetch changes up to 892e04bc965400772e1b84e6450a7919deca0e0b:
> 
>   ARM: amlogic: ad401: enable SPIFC (2023-10-26 17:56:58 +0200)
> 

Applied to u-boot/master, thanks!