From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Sat, 18 Jul 2009 23:10:04 +0200 Subject: [U-Boot] [PATCH 1/1] Add support for Eukrea CPU9260 SBC In-Reply-To: <20090717212400.13F57832E416@gemini.denx.de> References: <20090717212400.13F57832E416@gemini.denx.de> <4A5F4F09.2090406@eukrea.com> <1247735589-15527-1-git-send-email-eric@eukrea.com> <20090716122936.08360832E416@gemini.denx.de> <4A5F20DB.2000009@eukrea.com> <20090716142229.C66BC832E416@gemini.denx.de> <20090716164143.GA9954@mail.gnudd.com> Message-ID: <20090718211004.GA563@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> So, with the current code base, you can't autodetect ram size on the >> atmel 926x. > > Argh. So this should be fixed. Yes. > Other architectures (like PPC) do all this in C. This should be > possible on ARM, too. Everything is possible. I fear it's not trivial to make a generic ARM implementation, since each platform has its own way to bring up stuff. > Who is going to attack this - you, Alessandro? I'm going to do it for 9263 next week, for a project I'm following. Then I'll be glad to study the general situation and see if I can suggest anything useful. /alessandro