public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: "Tony Dinh" <mibodhi@gmail.com>,
	"U-Boot Mailing List" <u-boot@lists.denx.de>,
	"Pali Roh�r" <pali@kernel.org>,
	"Marek Beh�n" <marek.behun@nic.cz>,
	"Chris Packham" <judge.packham@gmail.com>
Cc: "Jaehoon Chung" <jh80.chung@samsung.com>,
	"Tom Rini" <trini@konsulko.com>,
	"Mark Kettenis" <kettenis@openbsd.org>,
	"Simon Glass" <sjg@chromium.org>,
	"Michael Trimarchi" <michael@amarulasolutions.com>,
	"Marek Behún" <kabel@kernel.org>
Subject: Re: [PATCH v3] ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repository
Date: Thu, 26 Jan 2023 10:26:15 +0100	[thread overview]
Message-ID: <474878c5-27e5-c85e-e86b-e454f9ed7cb6@denx.de> (raw)
In-Reply-To: <20230119030305.6202-1-mibodhi@gmail.com>

On 1/19/23 04:03, Tony Dinh wrote:
> This syncs drivers/ddr/marvell/a38x/ with the master branch of repository
> https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
> 
> up to the commit "mv_ddr: a3700: Use the right size for memset to not overflow"
> d5acc10c287e40cc2feeb28710b92e45c93c702c
> 
> This patch was created by following steps:
> 
> 	1. Replace all a38x files in U-Boot tree by files from upstream github
> 	Marvell mv-ddr-marvell repository.
> 
> 	2. Run following command to omit portions not relevant for a38x, ddr3, and ddr4:
> 
> 	files=drivers/ddr/marvell/a38x/*
> 	unifdef -m -UMV_DDR -UMV_DDR_ATF -UCONFIG_APN806 \
> 		-UCONFIG_MC_STATIC -UCONFIG_MC_STATIC_PRINT -UCONFIG_PHY_STATIC \
> 		-UCONFIG_PHY_STATIC_PRINT -UCONFIG_CUSTOMER_BOARD_SUPPORT \
> 		-UCONFIG_A3700 -UA3900 -UA80X0 -UA70X0 -DCONFIG_ARMADA_38X -UCONFIG_ARMADA_39X \
> 		-UCONFIG_64BIT $files
> 
> 	3. Manually change license to SPDX-License-Identifier
> 	(upstream license in  upstream github repository contains long license
> 	texts and U-Boot is using just SPDX-License-Identifier.
> 
> After applying this patch, a38x, ddr3, and ddr4 code in upstream Marvell github
> repository and in U-Boot would be fully identical. So in future applying
> above steps could be used to sync code again.
> 
> The only change in this patch are:
> 	1. Some fixes with include files.
> 	2. Some function return and basic type defines changes in
> 	mv_ddr_plat.c (to correct Marvell bug).
> 	3. Remove of dead code in newly copied files (as a result of the
> 	filter script stripping out everything other than a38x, dd3, and ddr4).
> 
> Reference:
>      "ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repository"
>      https://source.denx.de/u-boot/u-boot/-/commit/107c3391b95bcc2ba09a876da4fa0c31b6c1e460
> 
> Signed-off-by: Tony Dinh <mibodhi@gmail.com>

Applied to u-boot-marvell/master

Thanks,
Stefan

  parent reply	other threads:[~2023-01-26  9:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-19  3:03 [PATCH v3] ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repository Tony Dinh
2023-01-19 18:05 ` Pali Rohár
2023-01-19 21:07   ` Tony Dinh
2023-01-23  9:09 ` Stefan Roese
2023-01-26  9:26 ` Stefan Roese [this message]
2023-01-27  4:58   ` Tony Dinh
2023-01-27  7:58     ` Pali Rohár

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=474878c5-27e5-c85e-e86b-e454f9ed7cb6@denx.de \
    --to=sr@denx.de \
    --cc=jh80.chung@samsung.com \
    --cc=judge.packham@gmail.com \
    --cc=kabel@kernel.org \
    --cc=kettenis@openbsd.org \
    --cc=marek.behun@nic.cz \
    --cc=mibodhi@gmail.com \
    --cc=michael@amarulasolutions.com \
    --cc=pali@kernel.org \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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