Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753426AbdLKOQs (ORCPT ); Mon, 11 Dec 2017 09:16:48 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:33724 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753109AbdLKOQp (ORCPT ); Mon, 11 Dec 2017 09:16:45 -0500 X-Google-Smtp-Source: ACJfBoupWJXmo2+H7liUqET51xU6b5VNSMhg+1cDbNrsP5vXsB35euubw6vjXTroXwRv0YzEJ5RIcA== Subject: Re: Linux kernel configuration for MPS2 AN385 To: Vladimir Murzin , "linux-arm-kernel@lists.infradead.org" Cc: Linus Walleij , Sudeep Holla , linux-kernel@vger.kernel.org References: <7575e032-2bd3-e894-d356-c2fc2c969ed4@arm.com> From: Guenter Roeck Message-ID: <95d2267d-7a6d-fe1b-36f4-b68653d1f1eb@roeck-us.net> Date: Mon, 11 Dec 2017 06:16:41 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <7575e032-2bd3-e894-d356-c2fc2c969ed4@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 34 On 12/11/2017 01:43 AM, Vladimir Murzin wrote: > On 09/12/17 18:33, Guenter Roeck wrote: >> Hi folks, >> >> I am playing with qemu's mps2-an385 emulation and try to get Linux to boot with it, >> so far with little (ie no) success. >> >> Is a working kernel configuration for this board available somewhere ? > > make ARCH=arm mps2_defconfig > > would give you an Image and mps2-an385.dtb suitable for AN385. > Yes, I got that far ... > You also need a simple wrapper to pass control to kernel... I think > you can get some clue from [1] as well. ... but I was missing that part. Thanks a lot! Guenter > > [1] https://community.arm.com/dev-platforms/b/documents/posts/instructions-for-running-uclinux-on-arm-s-mps2-platform > > Cheers > Vladimir > >> >> Thanks, >> Guenter >> > >