Search found 6983 matches

by xeno74
Fri May 14, 2021 12:14 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 5.13
Replies: 19
Views: 653

Re: Kernel 5.13

Hi All, We are back! The RC1 of kernel 5.13 is available for the X1000 and X5000. New : X5000: interrupt_v1.patch because of the Xorg issue. ( Further information ) Linux 5.13-rc1 Released Following "A Fairly Big Merge Window" -- phoronix.com Linux 5.13-rc1 release announcement Linux Git l...
by xeno74
Fri May 14, 2021 11:21 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: dhewm3 (Doom3)
Replies: 12
Views: 554

Re: dhewm3 (Doom3)

Video Quality: HIGH QUALITY
Screen Size: 1024x768
Fullscreen: YES
Antialiasing: OFF
All advanced options enabled

Result:

AmigaOne X5000/20 2 x 1995.00 MHz with an AMD/ATI Radeon X1950 PRO (RV570) (Fienix/Debian Sid): 2148 frames rendered in 377.9 seconds = 5.7 fps
by xeno74
Fri May 14, 2021 11:19 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: dhewm3 (Doom3)
Replies: 16
Views: 975

Re: dhewm3 (Doom3)

Video Quality: HIGH QUALITY Screen Size: 1024x768 Fullscreen: YES Antialiasing: OFF All advanced options enabled Result: AmigaOne X5000/20 2 x 1995.00 MHz with an AMD/ATI Radeon X1950 PRO (RV570) (Fienix/Debian Sid): 2148 frames rendered in 377.9 seconds = 5.7 fps X5000: Radeon X1950 PRO (RV570) 1.1...
by xeno74
Fri May 14, 2021 9:01 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Kernel 5.13
Replies: 67
Views: 2634

Re: Kernel 5.13

The RC1 of kernel 5.13 doesn't boot in a virtual e5500 QEMU machine with KVM HV anymore. I see in the serial console that the uImage doesn't load. I use the following QEMU command for booting: qemu-system-ppc64 -M ppce500 -cpu e5500 -enable-kvm -m 1024 -kernel uImage-5.13 -drive format=raw,file=Mint...
by xeno74
Fri May 14, 2021 1:21 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Kernel 5.13
Replies: 67
Views: 2634

Re: Kernel 5.13

diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-64e.S index 7c3654b0d0f4..b91ef04f1ce2 100644 --- a/arch/powerpc/kernel/exceptions-64e.S +++ b/arch/powerpc/kernel/exceptions-64e.S @@ -535,6 +535,10 @@ __end_interrupts: PROLOG_ADDITION_2REGS) mfspr r14,SPRN_DEAR mf...
by xeno74
Fri May 14, 2021 12:20 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Kernel 5.13
Replies: 67
Views: 2634

Re: Kernel 5.13

Thank you both very much for chasing this down. I think I see the problem, it's clobbering r14 and r15 for some interrupts. Something like this is required, I'll give it more review and testing though. Thanks, Nick diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-6...
by xeno74
Thu May 13, 2021 9:26 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Kernel 5.13
Replies: 67
Views: 2634

Re: Kernel 5.13

The first bad commit: 4228b2c3d20e9f80b847f809c38e6cf82864fa50 (powerpc/64e/interrupt: always save nvgprs on interrupt)
by xeno74
Thu May 13, 2021 5:07 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Kernel 5.13
Replies: 67
Views: 2634

Re: Kernel 5.13

Can you bisect between 5.13-rc1 and the top of the 'for_christian' branch to find the first 'good' commit ? Take care it is an "up side down" bisect, a 'good' is one that does _not_ work and a 'bad' is a commit that works. git bisect start git bisect bad 1c8f441f1485 git bisect good 6efb9...
by xeno74
Thu May 13, 2021 3:35 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Kernel 5.13
Replies: 67
Views: 2634

Re: Kernel 5.13

Please fetch https://github.com/chleroy/linux.git and try the branch for_christian. This is a revert of approx a dozen of commits around the changes to 64e on top of v5.13-rc1. If the top of the branch works for you, it would be great if you can find out which one of the reverts fixes the problem f...
by xeno74
Wed May 12, 2021 11:16 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Kernel 5.10
Replies: 19
Views: 1666

Re: Kernel 5.10

Hi All, Here is the stable longterm kernel 5.10.36 for the X1000 and X5000. New: PowerPC fixes, Media fixes, ext4 fixes, Radeon ttm fix etc (see Linux git log) Greg Kroah-Hartman's announcement Linux git log Phoronix articles, reviews and news stories covering Linux 5.10 Download: linux-image-5.10.3...