From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.132.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 82580DDF6B for ; Thu, 22 Mar 2007 02:02:35 +1100 (EST) Received: from sullivan.realtime.net (localhost [127.0.0.1]) by sullivan.realtime.net (8.13.1/8.9.3) with ESMTP id l2LF2RvU008480 for ; Wed, 21 Mar 2007 09:02:27 -0600 (CST) (envelope-from miltonm@sullivan.realtime.net) Received: (from miltonm@localhost) by sullivan.realtime.net (8.13.1/8.12.7/Submit) id l2LF2OGq008476 for linuxppc-dev@ozlabs.org; Wed, 21 Mar 2007 09:02:24 -0600 (CST) Date: Wed, 21 Mar 2007 09:02:24 -0600 (CST) Subject: [PATCH 0/8] boot: cleanup and prep for more platforms Sender: From: Milton Miller To: linuxppc-dev@ozlabs.org Message-Id: In-Reply-To: Cc: Paul Mackerras , david@gibson.dropbear.id.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , After comments from David, I am resending. Per his request, I have moved 4-7 to 0-3, and moved the common rule invocation last. I also added the missing sign offs. I substantially reworked the zImage-rule one, including it be just a default rule that any platform target can override. Hopefully this will make it mergable now, even as we defer how to select the dtb and dts. I also inserted a patch to fix the clean target in the boot directory. milton boot-add-fatal boot-crt0-missing-reloc boot-crt0-export boot-export-flush-cache boot-add-wrapper-to-wrapperbits boot-add-FORCE boot-fix-clean boot-zImage-rule