Skip to content

Instantly share code, notes, and snippets.

View jmontleon's full-sized avatar

Jason Montleon jmontleon

View GitHub Profile
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
$ 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
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;
};