uboot-rockchip: Update to 2023.07.02
authorTianling Shen <cnsztl@immortalwrt.org>
Sun, 25 Jun 2023 16:37:27 +0000 (00:37 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 26 Nov 2023 18:44:56 +0000 (19:44 +0100)
commit548ab9d7ada9812000d5fe8c4ee0aca637b45edf
tree45241a0d3e030e61b0942d521e3abba2287c25bb
parent8fc4fe7b488e41f79b70b049bf669b0d2088e61f
uboot-rockchip: Update to 2023.07.02

* Removed swig hacks and prebuilt of-platdata
* Removed upstreamed patches
  - 101-rock64pro-disable-CONFIG_USE_PREBOOT.patch
  - 102-rockchip-rk3328-Add-support-for-FriendlyARM-NanoPi-R2C.patch
* Reordered patches

* Introduced new dependencies check
* Overrided default PATH to avoid race condition
    (host python3 vs hostpkg python3)
* Switched to use UBOOT_CUSTOMIZE_CONFIG for config update

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
30 files changed:
package/boot/uboot-rockchip/Makefile
package/boot/uboot-rockchip/patches/001-scripts-remove-dependency-on-swig.patch [deleted file]
package/boot/uboot-rockchip/patches/002-spl-remove-dtoc-of-pdata-generation.patch [deleted file]
package/boot/uboot-rockchip/patches/100-rockchip-rk3328-Add-support-for-Orange-Pi-R1-Plus.patch [new file with mode: 0644]
package/boot/uboot-rockchip/patches/101-rock64pro-disable-CONFIG_USE_PREBOOT.patch [deleted file]
package/boot/uboot-rockchip/patches/101-rockchip-rk3328-Add-support-for-Orange-Pi-R1-Plus-LT.patch [new file with mode: 0644]
package/boot/uboot-rockchip/patches/102-rockchip-rk3328-Add-support-for-FriendlyARM-NanoPi-R2C.patch [deleted file]
package/boot/uboot-rockchip/patches/103-rockchip-rk3328-Add-support-for-Orange-Pi-R1-Plus.patch [deleted file]
package/boot/uboot-rockchip/patches/104-rockchip-rk3328-Add-support-for-Orange-Pi-R1-Plus-LT.patch [deleted file]
package/boot/uboot-rockchip/src/of-platdata/nanopi-r2c-rk3328/dt-decl.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/nanopi-r2c-rk3328/dt-plat.c [deleted file]
package/boot/uboot-rockchip/src/of-platdata/nanopi-r2c-rk3328/dt-structs-gen.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/nanopi-r2s-rk3328/dt-decl.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/nanopi-r2s-rk3328/dt-plat.c [deleted file]
package/boot/uboot-rockchip/src/of-platdata/nanopi-r2s-rk3328/dt-structs-gen.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/orangepi-r1-plus-lts-rk3328/dt-decl.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/orangepi-r1-plus-lts-rk3328/dt-plat.c [deleted file]
package/boot/uboot-rockchip/src/of-platdata/orangepi-r1-plus-lts-rk3328/dt-structs-gen.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/orangepi-r1-plus-rk3328/dt-decl.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/orangepi-r1-plus-rk3328/dt-plat.c [deleted file]
package/boot/uboot-rockchip/src/of-platdata/orangepi-r1-plus-rk3328/dt-structs-gen.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/roc-cc-rk3328/dt-decl.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/roc-cc-rk3328/dt-plat.c [deleted file]
package/boot/uboot-rockchip/src/of-platdata/roc-cc-rk3328/dt-structs-gen.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/rock-pi-e-rk3328/dt-decl.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/rock-pi-e-rk3328/dt-plat.c [deleted file]
package/boot/uboot-rockchip/src/of-platdata/rock-pi-e-rk3328/dt-structs-gen.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/rock64-rk3328/dt-decl.h [deleted file]
package/boot/uboot-rockchip/src/of-platdata/rock64-rk3328/dt-plat.c [deleted file]
package/boot/uboot-rockchip/src/of-platdata/rock64-rk3328/dt-structs-gen.h [deleted file]