From patchwork Mon May 7 20:32:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 157428 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id D8CAFB6FDA for ; Tue, 8 May 2012 06:32:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6D0888D563; Mon, 7 May 2012 20:32:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UOke8bh-CoDG; Mon, 7 May 2012 20:32:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9C9288D4D3; Mon, 7 May 2012 20:32:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 064A28F76A for ; Mon, 7 May 2012 20:32:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E85C68D4AF for ; Mon, 7 May 2012 20:32:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ykwpOAYlfUqP for ; Mon, 7 May 2012 20:32:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtpi3.ngi.it (smtpi3.ngi.it [88.149.128.33]) by whitealder.osuosl.org (Postfix) with ESMTP id DFA898A395 for ; Mon, 7 May 2012 20:32:09 +0000 (UTC) Received: from localhost.localdomain (88-149-227-115.dynamic.ngi.it [88.149.227.115]) by smtpi3.ngi.it (Postfix) with ESMTP id BF94D318AA8; Mon, 7 May 2012 22:32:08 +0200 (CEST) From: Luca Ceresoli To: buildroot@busybox.net Date: Mon, 7 May 2012 22:32:02 +0200 Message-Id: <1336422724-7384-1-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 1.7.5.4 Cc: Luca Ceresoli Subject: [Buildroot] [PATCH v5 0/2] u-boot additions for OMAP processors X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hi, here's a resubmit (plus Arnout's Acked-by tag) of my previously-sent patches. Changed in v5: - Added Arnout's Acked-by tag. Changed in v4: - more verbose help text for config options; - remove unneeded ifeq around the definition for UBOOT_BIN_IFT; - produce an error message if the user-specified cfg file does not exist; - use http URL, for helping people whose firewalls block git; - do not skip installation if the files are already installed. New in v3: - update to the user-visible host packages policy discussed in mailing-list (Config.in.host etc) and listed in the Host Tools menu - update to current GENTARGETS infrastructure - bump to the latest git snapshot, which fixes compilation with host gcc 4.6 New in v2: - xxx_SOURCE is useless with the git download method, remove it; - OMAP_U_BOOT_UTILS_TARGETS is used only once, hardcoded it. Luca The following changes since commit 057c729c2438107b426576121bcf83f792734a6f: external-toolchain: add support for Linaro 2012.04 (2012-05-07 17:08:37 +0200) are available in the git repository at: git://github.com/lucaceresoli/buildroot.git omap-u-boot-utils Luca Ceresoli (2): omap-u-boot-utils: add new host package u-boot: build signed image for OMAP processors boot/uboot/Config.in | 32 ++++++++++++++++++++++++ boot/uboot/uboot.mk | 25 ++++++++++++++++++ package/Config.in.host | 1 + package/omap-u-boot-utils/Config.in.host | 8 ++++++ package/omap-u-boot-utils/omap-u-boot-utils.mk | 21 +++++++++++++++ 5 files changed, 87 insertions(+), 0 deletions(-) create mode 100644 package/omap-u-boot-utils/Config.in.host create mode 100644 package/omap-u-boot-utils/omap-u-boot-utils.mk