From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nausicaa2.coritel.it (host254-130-static.190-82-b.business.telecomitalia.it [82.190.130.254]) by ozlabs.org (Postfix) with ESMTP id 5AF3ADE0A1 for ; Wed, 6 Feb 2008 03:07:13 +1100 (EST) Received: from localhost (nausicaa2.coritel.it [127.0.0.1]) by nausicaa2.coritel.it (Postfix) with ESMTP id 0B7EE434004 for ; Tue, 5 Feb 2008 17:04:06 +0100 (CET) Received: from nausicaa2.coritel.it ([127.0.0.1]) by localhost (nausicaa2.coritel.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T+h1M7Zi4DQu for ; Tue, 5 Feb 2008 17:04:05 +0100 (CET) Received: from [192.168.2.2] (217-133-82-13.b2b.tiscali.it [217.133.82.13]) by nausicaa2.coritel.it (Postfix) with ESMTP id 43B4E434002 for ; Tue, 5 Feb 2008 17:04:05 +0100 (CET) Message-ID: <47A88A73.5030101@coritel.it> Date: Tue, 05 Feb 2008 17:10:27 +0100 From: Marco Stornelli MIME-Version: 1.0 To: LinuxPPC-Embedded Subject: Kernel entry point Content-Type: text/plain; charset=ISO-8859-15 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, where is the main kernel entry point (the first function/instruction) for the powerpc arch called by uboot? In kernel 2.6.10 there was the head_fsl_booke.S (I'm using a booke processor) that it called the start_kernel function, and now? Thanks. Marco