[U-Boot] [PATCH v2 0/4] arm64: dts: sun50i: Add support for Orange Pi 3

Andre Heider a.heider at gmail.com
Tue Nov 26 08:15:58 UTC 2019


Changes since v1:
* add CONFIG_FIXUP_BDADDR so fixing up a bdaddr is reusable
* try to use "bdaddr" first, then fall back to generating an address

Notes:
* the kernel patch for btbcm to accept the "local-bd-address"
  property just hit mainline.

Andre Heider (4):
  sunxi: board: Use eth_env_set_enetaddr_by_index()
  arm: sunxi: add a config option to fixup a Bluetooth address
  arm64: dts: sync Allwinner H6 files
  arm64: dts: sun50i: Add support for Orange Pi 3

 arch/arm/dts/Makefile                  |   1 +
 arch/arm/dts/sun50i-h6-beelink-gs1.dts |  27 +++
 arch/arm/dts/sun50i-h6-orangepi-3.dts  | 287 +++++++++++++++++++++++++
 arch/arm/dts/sun50i-h6-orangepi.dtsi   |   4 +
 arch/arm/dts/sun50i-h6-pine-h64.dts    |   4 +
 arch/arm/dts/sun50i-h6.dtsi            | 137 ++++++++++--
 arch/arm/mach-sunxi/Kconfig            |  12 ++
 board/sunxi/MAINTAINERS                |   5 +
 board/sunxi/board.c                    |  40 +++-
 configs/orangepi_3_defconfig           |  18 ++
 10 files changed, 509 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm/dts/sun50i-h6-orangepi-3.dts
 create mode 100644 configs/orangepi_3_defconfig

-- 
2.24.0



More information about the U-Boot mailing list