This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/Makefile b/lib/Makefile | |
index db9fa63..8a1aef4 100644 | |
--- a/lib/Makefile | |
+++ b/lib/Makefile | |
@@ -60,6 +60,10 @@ FILES += $(ARCH)/uldiv $(ARCH)/ldivmod $(ARCH)/div $(ARCH)/llsl $(ARCH)/llsr \ | |
$(ARCH)/mullu | |
endif | |
+ifeq ($(ARCH),riscv64) | |
+FILES += $(ARCH)/cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ diff -uNr pypy.spec.orig pypy.spec | |
--- pypy.spec.orig 2024-07-27 16:15:01.992423633 -0400 | |
+++ pypy.spec 2024-07-27 16:15:11.430444109 -0400 | |
@@ -16,7 +16,7 @@ | |
Name: pypy | |
Version: %{basever}.15 | |
%global pyversion 2.7 | |
-Release: %autorelease | |
+Release: %autorelease.riscv64.0.1 | |
Summary: Python implementation with a Just-In-Time compiler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/riscv/boot/dts/eswin/eic7700-hifive-premier-p550.dts b/arch/riscv/boot/dts/eswin/eic7700-hifive-premier-p550.dts | |
index 8cdc9fdc9e34..0e8b01b55544 100644 | |
--- a/arch/riscv/boot/dts/eswin/eic7700-hifive-premier-p550.dts | |
+++ b/arch/riscv/boot/dts/eswin/eic7700-hifive-premier-p550.dts | |
@@ -528,6 +528,7 @@ &d0_mbox7 { | |
&fan_control { | |
status = "okay"; | |
+ eswin,pwm_inverted; | |
}; |
OlderNewer