All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@deeprootsystems.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] davinci: Initial support for MityDSP-L138/MityARM-1808
Date: Mon, 30 Aug 2010 09:21:43 -0700	[thread overview]
Message-ID: <87mxs48414.fsf@deeprootsystems.com> (raw)
In-Reply-To: <4C7BCFC9.7050004@criticallink.com> (Michael Williamson's message of "Mon, 30 Aug 2010 11:35:37 -0400")

Michael Williamson <michael.williamson@criticallink.com> writes:

[...]

>>> +struct mtd_partition mityomapl138_nandflash_partition[] = {
>>> +	{
>>> +		.name		= "rootfs",
>>> +		.offset		= 0,
>>> +		.size		= SZ_128M,
>>> +		.mask_flags	= 0, /* MTD_WRITEABLE, */
>>> +	},
>>> +	{
>>> +		.name		= "homefs",
>>> +		.offset		= MTDPART_OFS_APPEND,
>>> +		.size		= MTDPART_SIZ_FULL,
>>> +		.mask_flags	= 0,
>>> +	},
>>> +};
>> It's your board, you can have your partitions however you choose, but
>> just curious... Is your bootloader somehwhere in NAND too?  Also 128M
>> seems pretty small for a root filesystem.
>>
> The bootloader (u-boot) and kernel is on an onboard SPI-NOR device.  I was
> going add the SPI stuff and the appropriate partitions on a next round
> of patches (if this one makes it) per your guidance.  It's not needed to get
> the kernel up and running, which was why we left it out.  There's nothing
> precluding using NAND for storing the bootloader, etc., but by default we
> weren't going to do that.  

OK, thanks for the clarification.  As I mentioned, I'm not going to
dictate what goes here, you get to decide.  I was just curious.

> We're planning to normally support partition options
> passed by command line anyway (MTDPARTS).  My understanding is that partition
> options would override these values, right?

Correct.

> The 128M supports quite a few configurations so far (we're sitting at around
> 68M with the bloat of Qt-embedded jammed in there).  This was mostly a line
> in the sand.  Since I will be resubmitting, I might bump it up.  Thanks.

OK.

Kevin

      reply	other threads:[~2010-08-30 16:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-28 11:59 [PATCH] davinci: Initial support for MityDSP-L138/MityARM-1808 Michael Williamson
2010-08-30 11:58 ` Nori, Sekhar
2010-08-30 13:29   ` Michael Williamson
2010-08-30 15:05 ` Kevin Hilman
2010-08-30 15:35   ` Michael Williamson
2010-08-30 16:21     ` Kevin Hilman [this message]

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=87mxs48414.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.