mbox series

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

Message ID 4972104f-d6c4-c0c0-5ce3-bd057e2c6cb9@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20220120 | expand

Pull-request

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

Message

Neil Armstrong Jan. 20, 2022, 8:55 a.m. UTC
Hi Tom,

Here's a few changes :
- CONFIG_NET_RANDOM_ETHADDR cleanup for VIM3/L Android configs I missed
- raw parts for bootloader to flash bootloader with fastboot with Android configs
- Add missing serial# like sei510/610 in order to satisfy fastboot

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

Thanks,
Neil

The following changes since commit 068415eadefbbc81f14d4ce61fcf7a7eb39650d4:

  Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze (2022-01-19 11:43:44 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 09c2debab70271fdb3b1ff89e0e7d186502c548d:

  board: amlogic: vim3: configure serial# from ethaddr (2022-01-20 09:50:54 +0100)

----------------------------------------------------------------
- Disable CONFIG_NET_RANDOM_ETHADDR for android configs
- meson64_android: define raw parts for bootloader to permit flashing with fastboot
- vim3: configure serial# from ethaddr to permit using fastboot like sei510/610

----------------------------------------------------------------
Mattijs Korpershoek (3):
      configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR for android
      configs: meson64_android: define raw parts for bootloader
      board: amlogic: vim3: configure serial# from ethaddr

 board/amlogic/vim3/vim3.c                 | 9 +++++++++
 configs/khadas-vim3_android_ab_defconfig  | 1 -
 configs/khadas-vim3_android_defconfig     | 1 -
 configs/khadas-vim3l_android_ab_defconfig | 1 -
 configs/khadas-vim3l_android_defconfig    | 1 -
 include/configs/meson64_android.h         | 2 ++
 6 files changed, 11 insertions(+), 4 deletions(-)

Comments

Tom Rini Jan. 20, 2022, 5:36 p.m. UTC | #1
On Thu, Jan 20, 2022 at 09:55:49AM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> Here's a few changes :
> - CONFIG_NET_RANDOM_ETHADDR cleanup for VIM3/L Android configs I missed
> - raw parts for bootloader to flash bootloader with fastboot with Android configs
> - Add missing serial# like sei510/610 in order to satisfy fastboot
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/10491
> 
> Thanks,
> Neil
> 
> The following changes since commit 068415eadefbbc81f14d4ce61fcf7a7eb39650d4:
> 
>   Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze (2022-01-19 11:43:44 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20220120
> 
> for you to fetch changes up to 09c2debab70271fdb3b1ff89e0e7d186502c548d:
> 
>   board: amlogic: vim3: configure serial# from ethaddr (2022-01-20 09:50:54 +0100)
> 

Applied to u-boot/master, thanks!