U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yixun Lan <dlan@gentoo.org>
To: Huan Zhou <pericycle.cc@gmail.com>
Cc: u-boot@lists.denx.de, "Ben Dooks" <ben.dooks@codethink.co.uk>,
	"Marcel Ziswiler" <marcel@ziswiler.com>,
	"Bin Meng" <bmeng@tinylab.org>,
	"Dan Carpenter" <dan.carpenter@linaro.org>,
	"Frieder Schrempf" <frieder.schrempf@kontron.de>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Jonas Schwöbel" <jonasschwoebel@yahoo.de>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	Leo <ycliang@andestech.com>,
	"Michal Simek" <michal.simek@amd.com>,
	"Nishanth Menon" <nm@ti.com>,
	"Padmarao Begari" <padmarao.begari@microchip.com>,
	"Quentin Schulz" <quentin.schulz@cherry.de>,
	Randolph <randolph@andestech.com>,
	"Rick Chen" <rick@andestech.com>,
	"Samuel Holland" <samuel@sholland.org>,
	"Sumit Garg" <sumit.garg@linaro.org>,
	"Svyatoslav Ryhel" <clamor95@gmail.com>,
	"Tom Rini" <trini@konsulko.com>,
	"Yu Chien Peter Lin" <peterlin@andestech.com>,
	"Kongyang Liu" <seashell11234455@gmail.com>
Subject: Re: [PATCH v5 1/2] riscv: spacemit: bananapi_f3: initial support added
Date: Tue, 10 Dec 2024 10:15:25 +0800	[thread overview]
Message-ID: <20241210021525-GYA1905152@gentoo> (raw)
In-Reply-To: <20241209-pickup-bpif3-v5-1-92f801b7c6c1@gmail.com>

Hi Huan:

Please rebase this patch on top of most recent master branch
as it fail to apply due to changes of arch/riscv/dts/Makefile

On 10:00 Mon 09 Dec     , Huan Zhou wrote:
> From: Kongyang Liu <seashell11234455@gmail.com>
> 
> Add basic support for SpacemiT's Banana Pi F3 board.
> Update the k1.dtsi align with mainline.
> Note that the device tree files follow the mainline Linux source[1].
> 
> [1]. https://patches.linaro.org/project/linux-serial/patch/20240730-k1-01-basic-dt-v5-8-98263aae83be@gentoo.org/
suggest style: Link: https://.. [1]
> 
> Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
> Signed-off-by: Huan Zhou <pericycle.cc@gmail.com>
> ---
..
> diff --git a/include/configs/bananapi-f3.h b/include/configs/bananapi-f3.h
> new file mode 100644
> index 0000000000000000000000000000000000000000..aecf69cd4cf8ddaea7dee57bf1a8ce8dc5db513d
> --- /dev/null
> +++ b/include/configs/bananapi-f3.h
> @@ -0,0 +1,13 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
> +/*
> + * Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
> + *
> + */
> +
> +#ifndef __CONFIG_H
> +#define __CONFIG_H
> +
> +#define CFG_SYS_SDRAM_BASE         0x0
> +#define CFG_SYS_NS16550_IER        0x40
I'd suggest to keep the comment..
#define CFG_SYS_NS16550_IER        0x40 /* UART Unit Enable */
> +
> +#endif /* __CONFIG_H */
> 
> -- 
> 2.39.5
> 

-- 
Yixun Lan (dlan)
Gentoo Linux Developer
GPG Key ID AABEFD55

  reply	other threads:[~2024-12-10  2:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-09  2:00 [PATCH v5 0/2] riscv: spacemit: add support for bananapi-f3 Huan Zhou
2024-12-09  2:00 ` [PATCH v5 1/2] riscv: spacemit: bananapi_f3: initial support added Huan Zhou
2024-12-10  2:15   ` Yixun Lan [this message]
2024-12-10  5:38     ` Huan Zhou
2024-12-09  2:00 ` [PATCH v5 2/2] doc: spacemit: bananapi_f3: document Banana Pi F3 board Huan Zhou
2024-12-10  2:30   ` Yixun Lan
2024-12-10  5:45     ` Huan Zhou
2024-12-10  2:04 ` [PATCH v5 0/2] riscv: spacemit: add support for bananapi-f3 Yixun Lan
2024-12-10  5:46   ` Huan Zhou

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=20241210021525-GYA1905152@gentoo \
    --to=dlan@gentoo.org \
    --cc=ben.dooks@codethink.co.uk \
    --cc=bmeng@tinylab.org \
    --cc=clamor95@gmail.com \
    --cc=dan.carpenter@linaro.org \
    --cc=frieder.schrempf@kontron.de \
    --cc=jonasschwoebel@yahoo.de \
    --cc=kever.yang@rock-chips.com \
    --cc=marcel@ziswiler.com \
    --cc=michal.simek@amd.com \
    --cc=nm@ti.com \
    --cc=padmarao.begari@microchip.com \
    --cc=pericycle.cc@gmail.com \
    --cc=peterlin@andestech.com \
    --cc=quentin.schulz@cherry.de \
    --cc=randolph@andestech.com \
    --cc=rick@andestech.com \
    --cc=samuel@sholland.org \
    --cc=seashell11234455@gmail.com \
    --cc=sumit.garg@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    --cc=ycliang@andestech.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