mbox series

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

Message ID a62eb809-699c-0f94-0e6a-e119bcea28dd@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20220107 | expand

Pull-request

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

Message

Neil Armstrong Jan. 7, 2022, 3:14 p.m. UTC
Hi Tom,

Here's changes for next release, nothing particular, no new boards either:
- CONFIG_NET_RANDOM_ETHADDR cleanup as you suggested
- android boot support for Khadas VIM3/L, and will ease support android boot for any amlogic boards

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

Thanks,
Neil

The following changes since commit c00c147dae51f06e012841371f9baffb4b9dc1b3:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-01-05 13:08:45 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 4c8d067bc520fc2ce6dcd7c5833b090f22c67185:

  configs: khadas-vim3{l}_android_ab: enable A/B support (2022-01-07 10:12:43 +0100)

----------------------------------------------------------------
- disable CONFIG_NET_RANDOM_ETHADDR when unnecessary on amlogic based configs
- meson64_android: add board specific env settings, in order to support VIM3/L for android
- add changes to support VIM3/L android boot by using meson64_android.h config

----------------------------------------------------------------
Mattijs Korpershoek (4):
      configs: meson64_android: add board specific env settings
      configs: add khadas-vim3{l}_android for AOSP support
      configs: prepare khadas-vim3{l}_ab_android for AOSP support
      configs: khadas-vim3{l}_android_ab: enable A/B support

Neil Armstrong (1):
      configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR when unnecessary

 board/amlogic/vim3/MAINTAINERS            |   4 ++
 configs/bananapi-m5_defconfig             |   1 -
 configs/beelink-gsking-x_defconfig        |   1 -
 configs/beelink-gtking_defconfig          |   1 -
 configs/beelink-gtkingpro_defconfig       |   1 -
 configs/jethub_j80_defconfig              |   1 -
 configs/khadas-vim2_defconfig             |   1 -
 configs/khadas-vim3_android_ab_defconfig  | 109 ++++++++++++++++++++++++++++++
 configs/khadas-vim3_android_defconfig     | 107 +++++++++++++++++++++++++++++
 configs/khadas-vim3_defconfig             |   1 -
 configs/khadas-vim3l_android_ab_defconfig | 109 ++++++++++++++++++++++++++++++
 configs/khadas-vim3l_android_defconfig    | 107 +++++++++++++++++++++++++++++
 configs/khadas-vim3l_defconfig            |   1 -
 configs/khadas-vim_defconfig              |   1 -
 configs/libretech-ac_defconfig            |   1 -
 configs/libretech-cc_defconfig            |   1 -
 configs/libretech-cc_v2_defconfig         |   1 -
 configs/libretech-s905d-pc_defconfig      |   1 -
 configs/libretech-s912-pc_defconfig       |   1 -
 configs/odroid-c4_defconfig               |   1 -
 configs/odroid-hc4_defconfig              |   1 -
 configs/odroid-n2_defconfig               |   1 -
 configs/p212_defconfig                    |   1 -
 configs/s400_defconfig                    |   1 -
 configs/sei510_defconfig                  |   1 -
 configs/sei610_defconfig                  |   1 -
 configs/u200_defconfig                    |   1 -
 configs/wetek-core2_defconfig             |   1 -
 include/configs/khadas-vim3_android.h     |  50 ++++++++++++++
 include/configs/khadas-vim3l_android.h    |  50 ++++++++++++++
 include/configs/meson64_android.h         |  17 +++++
 31 files changed, 553 insertions(+), 23 deletions(-)
 create mode 100644 configs/khadas-vim3_android_ab_defconfig
 create mode 100644 configs/khadas-vim3_android_defconfig
 create mode 100644 configs/khadas-vim3l_android_ab_defconfig
 create mode 100644 configs/khadas-vim3l_android_defconfig
 create mode 100644 include/configs/khadas-vim3_android.h
 create mode 100644 include/configs/khadas-vim3l_android.h

Comments

Tom Rini Jan. 10, 2022, 1:49 a.m. UTC | #1
On Fri, Jan 07, 2022 at 04:14:29PM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> Here's changes for next release, nothing particular, no new boards either:
> - CONFIG_NET_RANDOM_ETHADDR cleanup as you suggested
> - android boot support for Khadas VIM3/L, and will ease support android boot for any amlogic boards
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/10491
> 
> Thanks,
> Neil
> 
> The following changes since commit c00c147dae51f06e012841371f9baffb4b9dc1b3:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-01-05 13:08:45 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20220107
> 
> for you to fetch changes up to 4c8d067bc520fc2ce6dcd7c5833b090f22c67185:
> 
>   configs: khadas-vim3{l}_android_ab: enable A/B support (2022-01-07 10:12:43 +0100)
> 

Applied to u-boot/next, thanks!