CVS commit: src/sys/arch/evbarm/marvell

2022-05-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 20 15:11:07 UTC 2022 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Hmm, fix typo in comments again... To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/marvell/mar

CVS commit: src/sys/arch/evbarm/marvell

2022-05-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 20 15:11:07 UTC 2022 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Hmm, fix typo in comments again... To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/marvell/mar

CVS commit: src/sys/arch/evbarm/marvell

2022-05-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 20 15:09:15 UTC 2022 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Fix typo for the previous. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/

CVS commit: src/sys/arch/evbarm/marvell

2022-05-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 20 15:09:15 UTC 2022 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Fix typo for the previous. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/

CVS commit: src/sys/arch/evbarm/marvell

2022-05-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 20 15:04:15 UTC 2022 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Initial support for armv5eb on Sheeva. Disable L2 cache for Sheeva before switch to big-endian mode. Note that we need to encode

CVS commit: src/sys/arch/evbarm/marvell

2022-05-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri May 20 15:04:15 UTC 2022 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Initial support for armv5eb on Sheeva. Disable L2 cache for Sheeva before switch to big-endian mode. Note that we need to encode

CVS commit: src/sys/arch/evbarm/marvell

2021-08-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 30 00:00:02 UTC 2021 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Add ARMEB support to marvell_start. Since u-boot is running in little-endian mode, first few instructions (to switch byte-order)

CVS commit: src/sys/arch/evbarm/marvell

2021-08-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 30 00:00:02 UTC 2021 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Add ARMEB support to marvell_start. Since u-boot is running in little-endian mode, first few instructions (to switch byte-order)

Re: CVS commit: src/sys/arch/evbarm/marvell

2013-10-02 Thread magician
Hi! From: Nick Hudson Date: Wed, 02 Oct 2013 07:46:15 +0100 >> +.word CPU_ID_MVOLD, SHEEVA /* Is it Sheeva? */ >> > Did you forget to commit the change that added this? Sorry. I fix it. Thanks, -- kiyohara

Re: CVS commit: src/sys/arch/evbarm/marvell

2013-10-01 Thread Nick Hudson
On 09/30/13 13:54, KIYOHARA Takashi wrote: Module Name:src Committed By: kiyohara Date: Mon Sep 30 12:54:59 UTC 2013 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Support ARMADAXP. + Add MVSOC_FIXUP_DEVID. + check mapped address for SoC