public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@seznam.cz>
To: benh@kernel.crashing.org
Cc: Arnd Bergmann <arnd@arndb.de>,
	Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>,
	John Williams <john.williams@petalogix.com>,
	jwboyer@linux.vnet.ibm.com, John Linn <John.Linn@xilinx.com>,
	git-dev@xilinx.com, Grant Likely <grant.likely@secretlab.ca>,
	git@xilinx.com, microblaze-uclinux@itee.uq.edu.au,
	linux-kernel@vger.kernel.org, paulus@samba.org
Subject: Re: Microblaze Linux release
Date: Wed, 23 Apr 2008 23:35:50 +0200	[thread overview]
Message-ID: <480FABB6.10000@seznam.cz> (raw)
In-Reply-To: <1208296358.6958.237.camel@pasglop>

Hi,


>> I'd recommend splitting prom.c into code that can be shared between powerpc
>> and microblaze and architecture specific code. Anything that deals with
>> LMB should go into powerpc, and you can simply use the alloc_bootmem
>> mechanism for your architecture.
> 
> That is non trivial... the unflatten DT code among others relies heavily
> on the LMB's to allocate the objects.
> 
> We could split the early accessors, unflatten code, and kernel-side
> accessors at one point, though we already did most of it no ?
> 
> Ben.

I look at latest LMB version currenty in lib folder. There is some changes which
I think go against version.

I would like to ask some question about.

in include/asm-powerpc/lmb.h is written LMB_REAL_LIMIT.

Is this real limit memory limit? Why I ask. I think powerpc start with main
memory from zero address and you can set your high limit from zero. In this case
is high limit equal to size of memory.

In Microblaze systems we don't have main memory from zero. Starting point can be
everywhere in 2^32.

I hope I can avoid in this constant in MB system and only direct start and size
mem with DTS description. Am I right?

The similar code was added to of files which are in arch/powerpc/kernel/ folder.
I would like to fix LMB and OF together.

I have some fixed around coding style violation. I'll send them ASAP.

I don't have any idea what files use Sparc. Can you inform me about? I don't
want to break something with MB port.

Thanks for info.

Regards,
Michal Simek

  parent reply	other threads:[~2008-04-23 21:34 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-13 13:26 Microblaze Linux release Michal Simek
2008-04-13 13:33 ` Grant Likely
2008-04-13 15:44   ` Michal Simek
2008-04-13 15:13 ` Josh Boyer
2008-04-13 18:50   ` Michal Simek
2008-04-14 15:55     ` Stephen Neuendorffer
2008-04-15 12:59       ` Michal Simek
2008-04-14  3:38 ` Arnd Bergmann
2008-04-14  5:10   ` H. Peter Anvin
2008-04-14  6:55     ` Arnd Bergmann
2008-04-14  6:01   ` Arnd Bergmann
2008-04-15 12:54     ` Michal Simek
2008-04-15 13:32       ` Arnd Bergmann
2008-04-15 21:52         ` Benjamin Herrenschmidt
2008-04-16  6:24           ` Michal Simek
2008-04-16  7:31             ` Paul Mackerras
2008-04-16  7:44               ` Arnd Bergmann
2008-04-16 15:28                 ` Michal Simek
2008-04-16 15:33                   ` Arnd Bergmann
2008-04-23 20:55                     ` Michal Simek
2008-04-23 20:57                       ` Florian Fainelli
2008-04-23 21:01                         ` Arnd Bergmann
2008-04-23 21:08                           ` Michal Simek
2008-04-23 21:22                         ` Michal Simek
2008-04-23 22:51                           ` John Williams
2008-04-16 15:26               ` Michal Simek
2008-04-16  7:45             ` Benjamin Herrenschmidt
2008-04-23 21:35           ` Michal Simek [this message]
2008-04-23 20:57         ` Michal Simek
2008-04-18 17:56       ` [microblaze-uclinux] " Stephen Neuendorffer
2008-04-19 10:38         ` Michal Simek
2008-04-14  7:10   ` Michal Simek

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=480FABB6.10000@seznam.cz \
    --to=monstr@seznam.cz \
    --cc=John.Linn@xilinx.com \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=git-dev@xilinx.com \
    --cc=git@xilinx.com \
    --cc=grant.likely@secretlab.ca \
    --cc=john.williams@petalogix.com \
    --cc=jwboyer@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=microblaze-uclinux@itee.uq.edu.au \
    --cc=paulus@samba.org \
    --cc=stephen.neuendorffer@xilinx.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