From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 6 Dec 2013 17:19:41 +0100 Subject: Moschip MCS8142 SoC In-Reply-To: References: <201312060331.31958.arnd@arndb.de> Message-ID: <201312061719.41731.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 06 December 2013, mlweber1 at rockwellcollins.com wrote: > > Jonas Jensen is working on support for the "moxart" platform, which uses > > the same fa526 core and which is similar in other regards, so I'd > recommend > > looking at his code as examples for how to do this the right way. > > Thanks, I'll take a look at (http://lwn.net/Articles/554101/). I guess in > > some ways this would at least get my chip booting past the initial arch > related asm stuff and if my DT is setup with the right serial port, the > console should at least show some output until it dies. A good first step is normally to get debug_ll running first. This requires the least amount of work and gives you some form of debug output at the first instruction in the kernel. Arnd