mbox series

[meta-rockchip,v4,0/2] rock-5b: add

Message ID 20230927024220.17766-1-twoerner@gmail.com
Headers show
Series rock-5b: add | expand

Message

Trevor Woerner Sept. 27, 2023, 2:42 a.m. UTC
Version 4 of the patch to add Radxa's Rock 5B.

v4:
- add a patch before the "rock 5b: add" patch to rename the U-Boot
  variables to not be TF-A specific
- clean up the U-Boot initial binary blob dependency variable name, the
  EXTRA_OEMAKE handling, and remove the rk3588's dependency on tf-a (which
  it does not have)

v3:
- change name from "rock5b" to "rock-5b", there seem to be more instances
  of the latter on the manufacturer's website than the former
- fix the MACHINEOVERRIDE in conf/machine/include/rk3588s.inc to be
  "rk3588s" and not "rk3588"

v2:
- fix the logic behind the MACHINEOVERRIDES to get the content, and
  ordering, correct
- improved the commit message around TF-A/rkbin
- correct Quentin's SoB line

Trevor Woerner (2):
  u-boot: rename firmware dependency
  rock-5b: add

 README                                        |  1 +
 conf/machine/include/rk3588.inc               |  6 ++
 conf/machine/include/rk3588s.inc              | 17 ++++
 conf/machine/rock-5b.conf                     | 12 +++
 recipes-bsp/rkbin/rockchip-rkbin_git.bb       | 37 ++++++++
 recipes-bsp/u-boot/u-boot%.bbappend           | 17 ++--
 recipes-kernel/linux/linux-yocto-dev.bbappend |  3 +
 .../rockchip/remove-non-rockchip-arch-arm.cfg | 85 +++++++++++++++++++
 .../rockchip/remove-non-rockchip-arch-arm.scc |  1 +
 .../remove-non-rockchip-arch-arm64.cfg        | 66 ++++++++++++++
 .../remove-non-rockchip-arch-arm64.scc        |  1 +
 11 files changed, 240 insertions(+), 6 deletions(-)
 create mode 100644 conf/machine/include/rk3588.inc
 create mode 100644 conf/machine/include/rk3588s.inc
 create mode 100644 conf/machine/rock-5b.conf
 create mode 100644 recipes-bsp/rkbin/rockchip-rkbin_git.bb
 create mode 100644 recipes-kernel/linux/linux-yocto-dev.bbappend
 create mode 100644 recipes-kernel/linux/linux-yocto-dev/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm.cfg
 create mode 100644 recipes-kernel/linux/linux-yocto-dev/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm.scc
 create mode 100644 recipes-kernel/linux/linux-yocto-dev/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm64.cfg
 create mode 100644 recipes-kernel/linux/linux-yocto-dev/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm64.scc

Comments

Trevor Woerner Sept. 29, 2023, 1:03 p.m. UTC | #1
On Tue 2023-09-26 @ 10:42:18 PM, Trevor Woerner wrote:
> Version 4 of the patch to add Radxa's Rock 5B.
> 
> v4:
> - add a patch before the "rock 5b: add" patch to rename the U-Boot
>   variables to not be TF-A specific
> - clean up the U-Boot initial binary blob dependency variable name, the
>   EXTRA_OEMAKE handling, and remove the rk3588's dependency on tf-a (which
>   it does not have)
> 
> v3:
> - change name from "rock5b" to "rock-5b", there seem to be more instances
>   of the latter on the manufacturer's website than the former
> - fix the MACHINEOVERRIDE in conf/machine/include/rk3588s.inc to be
>   "rk3588s" and not "rk3588"
> 
> v2:
> - fix the logic behind the MACHINEOVERRIDES to get the content, and
>   ordering, correct
> - improved the commit message around TF-A/rkbin
> - correct Quentin's SoB line
> 
> Trevor Woerner (2):
>   u-boot: rename firmware dependency
>   rock-5b: add
> 
>  README                                        |  1 +
>  conf/machine/include/rk3588.inc               |  6 ++
>  conf/machine/include/rk3588s.inc              | 17 ++++
>  conf/machine/rock-5b.conf                     | 12 +++
>  recipes-bsp/rkbin/rockchip-rkbin_git.bb       | 37 ++++++++
>  recipes-bsp/u-boot/u-boot%.bbappend           | 17 ++--
>  recipes-kernel/linux/linux-yocto-dev.bbappend |  3 +
>  .../rockchip/remove-non-rockchip-arch-arm.cfg | 85 +++++++++++++++++++
>  .../rockchip/remove-non-rockchip-arch-arm.scc |  1 +
>  .../remove-non-rockchip-arch-arm64.cfg        | 66 ++++++++++++++
>  .../remove-non-rockchip-arch-arm64.scc        |  1 +
>  11 files changed, 240 insertions(+), 6 deletions(-)
>  create mode 100644 conf/machine/include/rk3588.inc
>  create mode 100644 conf/machine/include/rk3588s.inc
>  create mode 100644 conf/machine/rock-5b.conf
>  create mode 100644 recipes-bsp/rkbin/rockchip-rkbin_git.bb
>  create mode 100644 recipes-kernel/linux/linux-yocto-dev.bbappend
>  create mode 100644 recipes-kernel/linux/linux-yocto-dev/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm.cfg
>  create mode 100644 recipes-kernel/linux/linux-yocto-dev/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm.scc
>  create mode 100644 recipes-kernel/linux/linux-yocto-dev/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm64.cfg
>  create mode 100644 recipes-kernel/linux/linux-yocto-dev/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm64.scc

Applied to meta-rockchip, master branch.