Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: kernel/repka-pi3/6.4.3/Makefile
===================================================================
--- kernel/repka-pi3/6.4.3/Makefile	(revision 155)
+++ kernel/repka-pi3/6.4.3/Makefile	(revision 156)
@@ -66,6 +66,17 @@
 device_tree_names += sun50i-h5-repka-pi3-alt-uart-1.2ghz
 device_tree_names += sun50i-h5-repka-pi3-alt-uart-1.4ghz
 
+device_tree_names += sun50i-h5-repka-pi3-v1.4
+device_tree_names += sun50i-h5-repka-pi3-v1.4p
+device_tree_names += sun50i-h5-repka-pi3-alt-v1.4
+device_tree_names += sun50i-h5-repka-pi3-alt-v1.4p
+device_tree_names += sun50i-h5-repka-pi3-alt-i2c2-v1.4
+device_tree_names += sun50i-h5-repka-pi3-alt-i2c2-v1.4p
+device_tree_names += sun50i-h5-repka-pi3-alt-pwm-v1.4
+device_tree_names += sun50i-h5-repka-pi3-alt-pwm-v1.4p
+device_tree_names += sun50i-h5-repka-pi3-alt-uart-v1.4
+device_tree_names += sun50i-h5-repka-pi3-alt-uart-v1.4p
+
 default_device_tree = sun50i-h5-repka-pi3-alt-1.2ghz
 endif
 
Index: u-boot/repka-pi3/2023.04/Makefile
===================================================================
--- u-boot/repka-pi3/2023.04/Makefile	(revision 155)
+++ u-boot/repka-pi3/2023.04/Makefile	(revision 156)
@@ -124,7 +124,7 @@
 #
 # armv7-m (cortex-m0) toolchain:
 #
-M0_TOOLCHAIN_PATH   = /opt/toolchains/arm-NONE-eabi-newlib/1.9.6
+M0_TOOLCHAIN_PATH   = /opt/toolchains/arm-NONE-eabi-newlib/1.9.7
 CORTEX_M0_SETTINGS  = M0_CROSS_COMPILE=$(M0_TOOLCHAIN_PATH)/bin/arm-none-eabi- PLAT=sun50i_a64 bl31
 
 HOST_TOOLS_SETTINGS = PYTHON3=/usr/bin/python3 HOSTLDFLAGS='-L/usr/lib64' HOSTCFLAGS='-I/usr/include'