All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guo Ren <guoren@kernel.org>
To: Palmer Dabbelt <palmer@rivosinc.com>
Cc: linux-riscv <linux-riscv@lists.infradead.org>,
	"Randy Dunlap" <rdunlap@infradead.org>,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Albert Ou" <aou@eecs.berkeley.edu>,
	"Anup Patel" <anup@brainfault.org>,
	"Vincent Chen" <vincent.chen@sifive.com>,
	"Atish Patra" <atishp@rivosinc.com>,
	"Alexandre Ghiti" <alexandre.ghiti@canonical.com>,
	jszhang@kernel.org, "Vitaly Wool" <vitaly.wool@konsulko.com>,
	gatecat@ds0.me, "Kefeng Wang" <wangkefeng.wang@huawei.com>,
	"Nick Kossifidis" <mick@ics.forth.gr>,
	潘庆霖 <panqinglin2020@iscas.ac.cn>,
	"Mike Rapoport" <rppt@kernel.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	linux@rivosinc.com
Subject: Re: [PATCH v2 2/4] RISC-V: ignore xipImage
Date: Thu, 21 Apr 2022 14:26:26 +0800	[thread overview]
Message-ID: <CAJF2gTTyhN-Y8bH+o67NyGvpGZJawtPq4FPQ=dBCqUXOjjL=KQ@mail.gmail.com> (raw)
In-Reply-To: <20220420184056.7886-3-palmer@rivosinc.com>

Reviewed-by: Guo Ren <guoren@kernel.org>

On Thu, Apr 21, 2022 at 2:48 AM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> From: Palmer Dabbelt <palmer@rivosinc.com>
>
> This built file shows up in "git status" without an explicit ignore.
>
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> ---
>  arch/riscv/boot/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
> index 90e66adb7de5..0cea9f7fa9d5 100644
> --- a/arch/riscv/boot/.gitignore
> +++ b/arch/riscv/boot/.gitignore
> @@ -4,3 +4,4 @@ Image.*
>  loader
>  loader.lds
>  loader.bin
> +xipImage
> --
> 2.34.1
>


-- 
Best Regards
 Guo Ren

ML: https://lore.kernel.org/linux-csky/

WARNING: multiple messages have this Message-ID (diff)
From: Guo Ren <guoren@kernel.org>
To: Palmer Dabbelt <palmer@rivosinc.com>
Cc: linux-riscv <linux-riscv@lists.infradead.org>,
	"Randy Dunlap" <rdunlap@infradead.org>,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Albert Ou" <aou@eecs.berkeley.edu>,
	"Anup Patel" <anup@brainfault.org>,
	"Vincent Chen" <vincent.chen@sifive.com>,
	"Atish Patra" <atishp@rivosinc.com>,
	"Alexandre Ghiti" <alexandre.ghiti@canonical.com>,
	jszhang@kernel.org, "Vitaly Wool" <vitaly.wool@konsulko.com>,
	gatecat@ds0.me, "Kefeng Wang" <wangkefeng.wang@huawei.com>,
	"Nick Kossifidis" <mick@ics.forth.gr>,
	潘庆霖 <panqinglin2020@iscas.ac.cn>,
	"Mike Rapoport" <rppt@kernel.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	linux@rivosinc.com
Subject: Re: [PATCH v2 2/4] RISC-V: ignore xipImage
Date: Thu, 21 Apr 2022 14:26:26 +0800	[thread overview]
Message-ID: <CAJF2gTTyhN-Y8bH+o67NyGvpGZJawtPq4FPQ=dBCqUXOjjL=KQ@mail.gmail.com> (raw)
In-Reply-To: <20220420184056.7886-3-palmer@rivosinc.com>

Reviewed-by: Guo Ren <guoren@kernel.org>

On Thu, Apr 21, 2022 at 2:48 AM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> From: Palmer Dabbelt <palmer@rivosinc.com>
>
> This built file shows up in "git status" without an explicit ignore.
>
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> ---
>  arch/riscv/boot/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
> index 90e66adb7de5..0cea9f7fa9d5 100644
> --- a/arch/riscv/boot/.gitignore
> +++ b/arch/riscv/boot/.gitignore
> @@ -4,3 +4,4 @@ Image.*
>  loader
>  loader.lds
>  loader.bin
> +xipImage
> --
> 2.34.1
>


-- 
Best Regards
 Guo Ren

ML: https://lore.kernel.org/linux-csky/

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2022-04-21  6:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 18:40 [PATCH v2 0/4] RISC-V: Various XIP fixes Palmer Dabbelt
2022-04-20 18:40 ` Palmer Dabbelt
2022-04-20 18:40 ` [PATCH v2 1/4] RISC-V: Avoid empty create_*_mapping definitions Palmer Dabbelt
2022-04-20 18:40   ` Palmer Dabbelt
2022-04-20 22:11   ` Andreas Schwab
2022-04-20 22:11     ` Andreas Schwab
2022-05-25 21:32     ` Palmer Dabbelt
2022-05-25 21:32       ` Palmer Dabbelt
2022-04-20 18:40 ` [PATCH v2 2/4] RISC-V: ignore xipImage Palmer Dabbelt
2022-04-20 18:40   ` Palmer Dabbelt
2022-04-21  6:26   ` Guo Ren [this message]
2022-04-21  6:26     ` Guo Ren
2022-04-20 18:40 ` [PATCH v2 3/4] RISC-V: Split out the XIP fixups into their own file Palmer Dabbelt
2022-04-20 18:40   ` Palmer Dabbelt
2022-04-21  6:45   ` Guo Ren
2022-04-21  6:45     ` Guo Ren
2022-05-25 21:45     ` Palmer Dabbelt
2022-05-25 21:45       ` Palmer Dabbelt
2022-04-20 18:40 ` [PATCH v2 4/4] RISC-V: Fix the XIP build Palmer Dabbelt
2022-04-20 18:40   ` Palmer Dabbelt
2022-04-21  6:46   ` Guo Ren
2022-04-21  6:46     ` Guo Ren

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='CAJF2gTTyhN-Y8bH+o67NyGvpGZJawtPq4FPQ=dBCqUXOjjL=KQ@mail.gmail.com' \
    --to=guoren@kernel.org \
    --cc=alexandre.ghiti@canonical.com \
    --cc=anup@brainfault.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=atishp@rivosinc.com \
    --cc=gatecat@ds0.me \
    --cc=jszhang@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux@rivosinc.com \
    --cc=mick@ics.forth.gr \
    --cc=palmer@dabbelt.com \
    --cc=palmer@rivosinc.com \
    --cc=panqinglin2020@iscas.ac.cn \
    --cc=paul.walmsley@sifive.com \
    --cc=rdunlap@infradead.org \
    --cc=rppt@kernel.org \
    --cc=vincent.chen@sifive.com \
    --cc=vitaly.wool@konsulko.com \
    --cc=wangkefeng.wang@huawei.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.