From: Ian Campbell <ijc@hellion.org.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 1/4] tegra124: Add more registers to struct mc_ctlr
Date: Fri, 16 Jan 2015 09:32:55 +0000 [thread overview]
Message-ID: <1421400775.19839.16.camel@hellion.org.uk> (raw)
In-Reply-To: <54B84F46.7040704@wwwdotorg.org>
On Thu, 2015-01-15 at 16:37 -0700, Stephen Warren wrote:
> On 01/13/2015 12:45 PM, Ian Campbell wrote:
> > I will need mc_security_cfg0/1 in a future patch and I added the rest while
> > debugging, so thought I might as well commit them.
>
> > diff --git a/arch/arm/include/asm/arch-tegra124/mc.h b/arch/arm/include/asm/arch-tegra124/mc.h
>
> > @@ -35,9 +35,40 @@ struct mc_ctlr {
> > u32 mc_emem_adr_cfg; /* offset 0x54 */
> > u32 mc_emem_adr_cfg_dev0; /* offset 0x58 */
> > u32 mc_emem_adr_cfg_dev1; /* offset 0x5C */
> > - u32 reserved3[12]; /* offset 0x60 - 0x8C */
> > + u32 reserved3[4]; /* offset 0x60 - 0x6C */
> > + u32 mc_security_cfg0; /* offset 0x70 */
>
> I didn't check the fields you've added, but this patch sounds fine.
>
> One thing I did wonder though: rather than naming the reserved registers
> 1, 2, 3, 4, ... (which must be renumbered any time we add new registers
> in the middle of a previously reserved section), perhaps we should name
> the reserved registers after the base offset they cover,
That's a good idea, I'll do that for the header I'm touching at least.
> e.g.:
>
> > - u32 reserved1[3]; /* offset 0x24 - 0x2C */
> > + u32 reserved24[3]; /* offset 0x24 - 0x2C */
> > u32 mc_smmu_tlb_flush; /* offset 0x30 */
> > u32 mc_smmu_ptc_flush; /* offset 0x34 */
> > - u32 reserved2[6]; /* offset 0x38 - 0x4C */
> > + u32 reserved38[6]; /* offset 0x38 - 0x4C */
>
> I presume this isn't necessary for the T124 header since I presume
> you've filled out everything from the docs,
Up to the register I was interested in yes (at least I think so), but
there are more past where I stopped, I think your suggestion makes good
sense nonetheless.
The is another MC_SECURITY register further up which covers the base
address bits 32 onwards, it resets to zero so since the secure region is
<4G I don't strictly need to configure it, but I've been considering
setting it any way for belt and braces reasons.
> but perhaps it'd make it
> easier to extend this header to future chips assuming the MC register
> layout is similar but modified there?
Sounds plausible to me.
Ian.
next prev parent reply other threads:[~2015-01-16 9:32 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-13 19:44 [U-Boot] [PATCH v1 0/4] Jetson-TK1 support for PSCI Ian Campbell
2015-01-13 19:45 ` [U-Boot] [PATCH v1 1/4] tegra124: Add more registers to struct mc_ctlr Ian Campbell
2015-01-15 23:37 ` Stephen Warren
2015-01-16 9:32 ` Ian Campbell [this message]
2015-01-13 19:45 ` [U-Boot] [PATCH v1 2/4] virt-dt: Allow reservation of the secure region when it is in a RAM carveout Ian Campbell
2015-01-15 23:49 ` Stephen Warren
2015-01-16 9:33 ` Ian Campbell
2015-01-18 18:06 ` Ian Campbell
2015-01-13 19:45 ` [U-Boot] [PATCH v1 3/4] jetson-tk1: Add PSCI configuration options and reserve secure code Ian Campbell
2015-01-15 23:59 ` Stephen Warren
2015-01-16 8:52 ` Thierry Reding
2015-01-16 9:39 ` Ian Campbell
2015-01-19 17:17 ` Stephen Warren
2015-01-13 19:46 ` [U-Boot] [PATCH v1 4/4] tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0 Ian Campbell
2015-01-14 7:57 ` [U-Boot] [PATCH v1 0/4] Jetson-TK1 support for PSCI Thierry Reding
2015-01-14 8:58 ` Ian Campbell
2015-01-15 14:55 ` Thierry Reding
2015-01-16 9:43 ` Ian Campbell
2015-01-16 10:05 ` Thierry Reding
2015-01-16 10:24 ` Ian Campbell
2015-01-16 16:03 ` Thierry Reding
2015-01-16 16:11 ` Ian Campbell
2015-01-19 9:25 ` Thierry Reding
2015-01-19 12:09 ` Ian Campbell
2015-01-15 19:19 ` Mark Rutland
2015-01-16 9:12 ` Thierry Reding
2015-01-22 19:20 ` Mark Rutland
2015-01-23 10:10 ` Thierry Reding
2015-01-23 12:37 ` Mark Rutland
2015-01-23 14:08 ` Mark Rutland
2015-01-30 12:20 ` Thierry Reding
2015-02-05 11:44 ` Thierry Reding
2015-02-05 12:01 ` Ian Campbell
2015-02-05 12:37 ` Mark Rutland
2015-02-05 13:55 ` Thierry Reding
2015-02-05 14:37 ` Ian Campbell
2015-02-09 11:26 ` Mark Rutland
2015-02-14 15:08 ` Jan Kiszka
2015-02-19 9:20 ` Ian Campbell
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=1421400775.19839.16.camel@hellion.org.uk \
--to=ijc@hellion.org.uk \
--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