Page 3 of 4

Re: Kernel 4.17

Posted: Tue May 08, 2018 8:48 am
by TearsOfMe
Hi.

Funktioniert :D

Re: Kernel 4.17

Posted: Tue May 08, 2018 9:54 am
by xeno74
TearsOfMe wrote:Hi.

Funktioniert :D
Many many thanks for testing the RC4. :-)

Vielen vielen Dank für das Testen vom RC4. :-)

-- Christian

Re: Kernel 4.17

Posted: Sat May 12, 2018 6:25 am
by xeno74
FYI: PowerPC fixes 4.17-5

Re: Kernel 4.17

Posted: Mon May 14, 2018 11:53 am
by xeno74
Hi All,

Linus Torvalds has released the RC5 of kernel 4.17. I compiled this RC for the X5000 and X1000 today.

New:
Download: vmlinux-4.17-rc5-AmigaOne_X1000_X5000.tar.gz

You can boot the X5000 kernel in a virtual P5020DS machine with the following command:

Code: Select all

qemu-system-ppc64 -M ppce500 -cpu e5500 -m 2048 -initrd /home/christian/Downloads/slitaz25.gz -nographic -kernel /home/christian/Downloads/vmlinux-4.17-rc5-AmigaOne_X1000_X5000/X5000/uImage-4.17 -net nic,vlan=0,model=e1000 -net user,vlan=0 -machine dt_compatible=fsl,,P5020DS -append "root=/dev/ramdisk"
You can also boot it with the MPC8544DS machine:

Code: Select all

qemu-system-ppc64 -M mpc8544ds -cpu e5500 -m 2048 -initrd /home/christian/Downloads/slitaz25.gz -nographic -kernel /home/christian/Downloads/vmlinux-4.17-rc5-AmigaOne_X1000_X5000/X5000/uImage-4.17 -net nic,vlan=0,model=e1000 -net user,vlan=0 -machine dt_compatible=fsl,,P5020DS -append "root=/dev/ramdisk"
Screenshot of a virtual P5020DS machine with the X5000 kernel 4.17-rc5:

Image

I cross compiled these kernels on my PC today so please test these on your AmigaOnes.

Thanks,
Christian

Re: Kernel 4.17

Posted: Mon May 14, 2018 5:22 pm
by xeno74
FYI:

Code: Select all

Because it looks neater.

Signed-off-by: Peter Rosin <peda@axentia.se>
---
 drivers/i2c/busses/i2c-pasemi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-pasemi.c b/drivers/i2c/busses/i2c-pasemi.c
index df1dbc92a024..55fd5c6f3cca 100644
--- a/drivers/i2c/busses/i2c-pasemi.c
+++ b/drivers/i2c/busses/i2c-pasemi.c
@@ -121,7 +121,7 @@ static int pasemi_i2c_xfer_msg(struct i2c_adapter *adapter,
 
 	read = msg->flags & I2C_M_RD ? 1 : 0;
 
-	TXFIFO_WR(smbus, MTXFIFO_START | (msg->addr << 1) | read);
+	TXFIFO_WR(smbus, MTXFIFO_START | i2c_8bit_addr_from_msg(msg));
 
 	if (read) {
 		TXFIFO_WR(smbus, msg->len | MTXFIFO_READ |
-- 
2.11.0

Re: Kernel 4.17

Posted: Wed May 16, 2018 8:02 am
by xeno74
Hi All,

Please test the RC5 on your X1000.

Thanks,
Christian

Re: Kernel 4.17

Posted: Thu May 17, 2018 10:50 pm
by tbreeden
Please test the RC5 on your X1000.
I don't see any problems booting with 4.17-rc5 :!:
tom
Screenshot from 2018-05-17 17-42-47.png

Re: Kernel 4.17

Posted: Thu May 17, 2018 11:11 pm
by xeno74
tbreeden wrote: I don't see any problems booting with 4.17-rc5 :!:
tom
Hi Tom,

Many thanks for testing the RC5! :-)

Cheers,
Christian

Re: Kernel 4.17

Posted: Sat May 19, 2018 6:12 am
by xeno74
FYI: PowerPC fixes 4.17-6

Re: Kernel 4.17

Posted: Mon May 21, 2018 7:49 pm
by xeno74
Hi All,

Here is the RC6 of kernel 4.17 for the X5000, X1000, and for virtual e5500 QEMU machines.

New:
Download: vmlinux-4.17-rc6-AmigaOne_X1000_X5000.tar.gz

Screenshot of kernel 4.17-rc6 in virtual e5500 machines:

Image

Please test it.

Thanks,
Christian