public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Garrett Giordano <ggiordano@phytec.com>
To: Tom Rini <trini@konsulko.com>
Cc: w.egorov@phytec.de, t.remmet@phytec.de, sumit.garg@linaro.org,
	kever.yang@rock-chips.com, marex@denx.de, festevam@denx.de,
	jonas@kwiboo.se, Oliver.Gaskell@analog.com, aford173@gmail.com,
	prasad.kummari@amd.com, neil.armstrong@linaro.org,
	mibodhi@gmail.com, n-francis@ti.com, d-gole@ti.com, afd@ti.com,
	sjg@chromium.org, bb@ti.com, nm@ti.com, d.schultz@phytec.de,
	nmorrisson@phytec.com, francesco.dolcini@toradex.com,
	vishalm@ti.com, vigneshr@ti.com, y.moog@phytec.de,
	othacehe@gnu.org, m-chawdhry@ti.com, j-humphreys@ti.com,
	j-choudhary@ti.com, u-boot@lists.denx.de,
	upstream@lists.phytec.de
Subject: Re: [PATCH 1/2] board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM
Date: Mon, 18 Nov 2024 14:16:28 -0800	[thread overview]
Message-ID: <3bddda90-cffa-4c4f-8d71-48ea004838bc@phytec.com> (raw)
In-Reply-To: <20241118141046.GN3600562@bill-the-cat>

Hey Tom,

On 11/18/24 06:10, Tom Rini wrote:
> On Fri, Nov 15, 2024 at 11:50:54AM -0800, Garrett Giordano wrote:
>
>> Add support for PHYTEC phyCORE-AM62A7 SoM.
>>
>> Supported features:
>>    - 2GB LPDDR4 RAM
>>    - eMMC
>>    - External SD
>>    - Ethernet
>>    - debug UART
>>
>> Signed-off-by: Garrett Giordano <ggiordano@phytec.com>
> [snip]
>> diff --git a/board/phytec/phycore_am62ax/phycore-am62ax.c b/board/phytec/phycore_am62ax/phycore-am62ax.c
>> new file mode 100644
>> index 00000000000..60752f431d1
>> --- /dev/null
>> +++ b/board/phytec/phycore_am62ax/phycore-am62ax.c
>> @@ -0,0 +1,66 @@
>> +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
>> +/*
>> + * Copyright (C) 2024 PHYTEC America LLC
>> + * Author: Garrett Giordano <ggiordano@phytec.com>
>> + */
>> +
>> +#include <asm/arch/hardware.h>
>> +#include <asm/io.h>
>> +#include <spl.h>
>> +#include <fdt_support.h>
>> +
>> +#include "../common/am6_som_detection.h"
>> +
>> +DECLARE_GLOBAL_DATA_PTR;
>> +
> But you don't use gd in the code, so this can go away. With that
> removed:
>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>
Good catch, I will drop the declaration and pick up your Reviewed-by in v2.

Regards,

Garrett


  reply	other threads:[~2024-11-19  0:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15 19:50 [PATCH 0/2] Add phyCORE AM62Ax Garrett Giordano
2024-11-15 19:50 ` [PATCH 1/2] board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM Garrett Giordano
2024-11-18 10:02   ` Wadim Egorov
2024-11-18 14:10   ` Tom Rini
2024-11-18 22:16     ` Garrett Giordano [this message]
2024-11-18 19:32   ` Bryan Brattlof
2024-11-18 22:28     ` Garrett Giordano
2024-11-15 19:50 ` [PATCH 2/2] doc: board: phytec: Add phyCORE-AM62ax Garrett Giordano
2024-11-18  9:41   ` Wadim Egorov

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=3bddda90-cffa-4c4f-8d71-48ea004838bc@phytec.com \
    --to=ggiordano@phytec.com \
    --cc=Oliver.Gaskell@analog.com \
    --cc=afd@ti.com \
    --cc=aford173@gmail.com \
    --cc=bb@ti.com \
    --cc=d-gole@ti.com \
    --cc=d.schultz@phytec.de \
    --cc=festevam@denx.de \
    --cc=francesco.dolcini@toradex.com \
    --cc=j-choudhary@ti.com \
    --cc=j-humphreys@ti.com \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.com \
    --cc=m-chawdhry@ti.com \
    --cc=marex@denx.de \
    --cc=mibodhi@gmail.com \
    --cc=n-francis@ti.com \
    --cc=neil.armstrong@linaro.org \
    --cc=nm@ti.com \
    --cc=nmorrisson@phytec.com \
    --cc=othacehe@gnu.org \
    --cc=prasad.kummari@amd.com \
    --cc=sjg@chromium.org \
    --cc=sumit.garg@linaro.org \
    --cc=t.remmet@phytec.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=upstream@lists.phytec.de \
    --cc=vigneshr@ti.com \
    --cc=vishalm@ti.com \
    --cc=w.egorov@phytec.de \
    --cc=y.moog@phytec.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