linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guo Ren <guoren@kernel.org>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>,
	arnout@mind.be
Cc: Guo Ren <ren_guo@c-sky.com>,
	zhiwei_liu@c-sky.com, linux-csky@vger.kernel.org,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH V6] configs/qemu_cskyXXX_virt: new defconfig
Date: Wed, 12 Jun 2019 13:43:37 +0800	[thread overview]
Message-ID: <CAJF2gTS2MfTcP5t=8piwrOQe41G9jdt_wfD0crE06b6U0hJr+g@mail.gmail.com> (raw)
In-Reply-To: <1559551865-8662-1-git-send-email-guoren@kernel.org>

Hello Thomas,

Ping ... Is the patch all right?

Best Regards
 Guo Ren

On Mon, Jun 3, 2019 at 4:51 PM <guoren@kernel.org> wrote:
>
> From: Guo Ren <ren_guo@c-sky.com>
>
> Add C-SKY defconfig for QEMU virt machine.
>
> Tested with https://gitlab.com/c-sky/buildroot/pipelines
>
> Signed-off-by: Guo Ren <ren_guo@c-sky.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  .gitlab-ci.yml                              |  4 ++++
>  DEVELOPERS                                  |  2 ++
>  board/qemu/csky/linux-ck610.config.fragment |  5 +++++
>  board/qemu/csky/linux-ck807.config.fragment |  5 +++++
>  board/qemu/csky/linux-ck810.config.fragment |  5 +++++
>  board/qemu/csky/linux-ck860.config.fragment |  9 +++++++++
>  board/qemu/csky/readme.txt                  | 12 ++++++++++++
>  configs/qemu_csky610_virt_defconfig         | 14 ++++++++++++++
>  configs/qemu_csky807_virt_defconfig         | 14 ++++++++++++++
>  configs/qemu_csky810_virt_defconfig         | 14 ++++++++++++++
>  configs/qemu_csky860_virt_defconfig         | 14 ++++++++++++++
>  11 files changed, 98 insertions(+)
>  create mode 100644 board/qemu/csky/linux-ck610.config.fragment
>  create mode 100644 board/qemu/csky/linux-ck807.config.fragment
>  create mode 100644 board/qemu/csky/linux-ck810.config.fragment
>  create mode 100644 board/qemu/csky/linux-ck860.config.fragment
>  create mode 100644 board/qemu/csky/readme.txt
>  create mode 100644 configs/qemu_csky610_virt_defconfig
>  create mode 100644 configs/qemu_csky807_virt_defconfig
>  create mode 100644 configs/qemu_csky810_virt_defconfig
>  create mode 100644 configs/qemu_csky860_virt_defconfig
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 374dbfe..4fa3473 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -248,6 +248,10 @@ qemu_aarch64_virt_defconfig: { extends: .defconfig }
>  qemu_arm_versatile_defconfig: { extends: .defconfig }
>  qemu_arm_versatile_nommu_defconfig: { extends: .defconfig }
>  qemu_arm_vexpress_defconfig: { extends: .defconfig }
> +qemu_csky610_virt_defconfig: { extends: .defconfig }
> +qemu_csky807_virt_defconfig: { extends: .defconfig }
> +qemu_csky810_virt_defconfig: { extends: .defconfig }
> +qemu_csky860_virt_defconfig: { extends: .defconfig }
>  qemu_m68k_mcf5208_defconfig: { extends: .defconfig }
>  qemu_m68k_q800_defconfig: { extends: .defconfig }
>  qemu_microblazebe_mmu_defconfig: { extends: .defconfig }
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 5bfc456..edb372e 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -976,7 +976,9 @@ F:  package/reaver/
>  N:     Guo Ren <ren_guo@c-sky.com>
>  F:     arch/Config.in.csky
>  F:     board/csky/
> +F:     board/qemu/csky
>  F:     configs/csky_*
> +F:     configs/qemu_csky*
>
>  N:     Gustavo Pimentel <gustavo.pimentel@synopsys.com>
>  F:     configs/arm_juno_defconfig
> diff --git a/board/qemu/csky/linux-ck610.config.fragment b/board/qemu/csky/linux-ck610.config.fragment
> new file mode 100644
> index 0000000..d80d0ee
> --- /dev/null
> +++ b/board/qemu/csky/linux-ck610.config.fragment
> @@ -0,0 +1,5 @@
> +CONFIG_COMPILE_TEST=y
> +CONFIG_CPU_CK610=y
> +CONFIG_CPU_PM_WAIT=y
> +CONFIG_CSKY_APB_INTC=y
> +CONFIG_GX6605S_TIMER=y
> diff --git a/board/qemu/csky/linux-ck807.config.fragment b/board/qemu/csky/linux-ck807.config.fragment
> new file mode 100644
> index 0000000..b6974f0
> --- /dev/null
> +++ b/board/qemu/csky/linux-ck807.config.fragment
> @@ -0,0 +1,5 @@
> +CONFIG_COMPILE_TEST=y
> +CONFIG_CPU_CK807=y
> +# CONFIG_CPU_HAS_FPU is not set
> +CONFIG_CPU_PM_WAIT=y
> +CONFIG_CSKY_APB_INTC=y
> diff --git a/board/qemu/csky/linux-ck810.config.fragment b/board/qemu/csky/linux-ck810.config.fragment
> new file mode 100644
> index 0000000..50fa1f4
> --- /dev/null
> +++ b/board/qemu/csky/linux-ck810.config.fragment
> @@ -0,0 +1,5 @@
> +CONFIG_COMPILE_TEST=y
> +CONFIG_CPU_CK810=y
> +# CONFIG_CPU_HAS_FPU is not set
> +CONFIG_CPU_PM_WAIT=y
> +CONFIG_CSKY_APB_INTC=y
> diff --git a/board/qemu/csky/linux-ck860.config.fragment b/board/qemu/csky/linux-ck860.config.fragment
> new file mode 100644
> index 0000000..e8f6af1
> --- /dev/null
> +++ b/board/qemu/csky/linux-ck860.config.fragment
> @@ -0,0 +1,9 @@
> +CONFIG_COMPILE_TEST=y
> +CONFIG_CPU_CK860=y
> +# CONFIG_CPU_HAS_FPU is not set
> +CONFIG_CPU_PM_WAIT=y
> +CONFIG_SMP=y
> +CONFIG_HOTPLUG_CPU=y
> +CONFIG_CSKY_APB_INTC=y
> +CONFIG_CSKY_MPINTC=y
> +CONFIG_CSKY_MP_TIMER=y
> diff --git a/board/qemu/csky/readme.txt b/board/qemu/csky/readme.txt
> new file mode 100644
> index 0000000..89d68aa
> --- /dev/null
> +++ b/board/qemu/csky/readme.txt
> @@ -0,0 +1,12 @@
> +Run with qemu:
> +
> +For ck860 smp:
> + qemu-system-cskyv2 -M virt -cpu ck860 -smp 2 -nographic -kernel vmlinux
> +
> +For ck810/ck807:
> + qemu-system-cskyv2 -M virt -nographic -kernel vmlinux
> +
> +For ck610:
> + qemu-system-cskyv1 -M virt -nographic -kernel vmlinux
> +
> +The login prompt will appear in the terminal that started Qemu. Username is root and no password.
> diff --git a/configs/qemu_csky610_virt_defconfig b/configs/qemu_csky610_virt_defconfig
> new file mode 100644
> index 0000000..b75a5b8
> --- /dev/null
> +++ b/configs/qemu_csky610_virt_defconfig
> @@ -0,0 +1,14 @@
> +# Architecture
> +BR2_csky=y
> +BR2_ck610=y
> +
> +# System
> +BR2_ROOTFS_DEVICE_CREATION_STATIC=y
> +BR2_TARGET_ROOTFS_INITRAMFS=y
> +
> +# Kernel
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0.12"
> +BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
> +BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/csky/linux-ck610.config.fragment"
> diff --git a/configs/qemu_csky807_virt_defconfig b/configs/qemu_csky807_virt_defconfig
> new file mode 100644
> index 0000000..035bf66
> --- /dev/null
> +++ b/configs/qemu_csky807_virt_defconfig
> @@ -0,0 +1,14 @@
> +# Architecture
> +BR2_csky=y
> +BR2_ck807=y
> +
> +# System
> +BR2_ROOTFS_DEVICE_CREATION_STATIC=y
> +BR2_TARGET_ROOTFS_INITRAMFS=y
> +
> +# Kernel
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0.12"
> +BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
> +BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/csky/linux-ck807.config.fragment"
> diff --git a/configs/qemu_csky810_virt_defconfig b/configs/qemu_csky810_virt_defconfig
> new file mode 100644
> index 0000000..9ce2aa9
> --- /dev/null
> +++ b/configs/qemu_csky810_virt_defconfig
> @@ -0,0 +1,14 @@
> +# Architecture
> +BR2_csky=y
> +BR2_ck810=y
> +
> +# System
> +BR2_ROOTFS_DEVICE_CREATION_STATIC=y
> +BR2_TARGET_ROOTFS_INITRAMFS=y
> +
> +# Kernel
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0.12"
> +BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
> +BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/csky/linux-ck810.config.fragment"
> diff --git a/configs/qemu_csky860_virt_defconfig b/configs/qemu_csky860_virt_defconfig
> new file mode 100644
> index 0000000..d86c1e6
> --- /dev/null
> +++ b/configs/qemu_csky860_virt_defconfig
> @@ -0,0 +1,14 @@
> +# Architecture
> +BR2_csky=y
> +BR2_ck860=y
> +
> +# System
> +BR2_ROOTFS_DEVICE_CREATION_STATIC=y
> +BR2_TARGET_ROOTFS_INITRAMFS=y
> +
> +# Kernel
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0.12"
> +BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
> +BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/csky/linux-ck860.config.fragment"
> --
> 2.7.4
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

      reply	other threads:[~2019-06-12  5:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03  8:51 [PATCH V6] configs/qemu_cskyXXX_virt: new defconfig guoren
2019-06-12  5:43 ` Guo Ren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJF2gTS2MfTcP5t=8piwrOQe41G9jdt_wfD0crE06b6U0hJr+g@mail.gmail.com' \
    --to=guoren@kernel.org \
    --cc=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    --cc=linux-csky@vger.kernel.org \
    --cc=ren_guo@c-sky.com \
    --cc=thomas.de_schampheleire@nokia.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=zhiwei_liu@c-sky.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).