From patchwork Sun Oct 25 19:33:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pieter Smith X-Patchwork-Id: 535622 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id AB6E4141366 for ; Mon, 26 Oct 2015 06:35:26 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=DAHZbPtt; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E5418877CD; Sun, 25 Oct 2015 19:35:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HKZE-ijoaNWc; Sun, 25 Oct 2015 19:35:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id AADD987A30; Sun, 25 Oct 2015 19:35:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id DF3431C44B1 for ; Sun, 25 Oct 2015 19:35:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DA33188CC5 for ; Sun, 25 Oct 2015 19:35:15 +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 NVZ8uPGnTXUn for ; Sun, 25 Oct 2015 19:35:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1A38E88CC9 for ; Sun, 25 Oct 2015 19:35:15 +0000 (UTC) Received: by wicll6 with SMTP id ll6so88483396wic.1 for ; Sun, 25 Oct 2015 12:35:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=KN7Jhnnt1CyIjHHBxT1So/7xp/qVQspEiL5/cJOjqtY=; b=DAHZbPttBih5drlK476hCHOoBxqWICaObck8oGTI1ff4TZHTQGgBEFU1SFGSonE/fd P8aBU9KADtLrl5xubsOdh9Y7m/UM/qrzyYaKnZUIfL1RIztl+Fciy0U6Vtz6yezNe9Ok gtKXFWmyRGKKbMnTmuFDvePMNX0rH1kQW+GSHNIL5Gv3QekZL+bPzsU3G2+ObErBo0Ze so7dcwD7g2FinCdHsxQsaEkcIHSaOnWeForb3d2vZ1E7U5cGVxAnGlJm7jmYTAUXIGNY 0NcsgvrXAU3e+Or5rKlAw4RuM5qZer58QSiPBxsAofibV4Wb9Fkpe5dRglOH/v1J4i0z dmIQ== X-Received: by 10.180.208.13 with SMTP id ma13mr17247087wic.29.1445801713694; Sun, 25 Oct 2015 12:35:13 -0700 (PDT) Received: from localhost.localdomain (ip4da2e5c1.direct-adsl.nl. [77.162.229.193]) by smtp.gmail.com with ESMTPSA id x16sm11186634wia.7.2015.10.25.12.35.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 25 Oct 2015 12:35:12 -0700 (PDT) From: Pieter Smith To: buildroot@busybox.net Date: Sun, 25 Oct 2015 20:33:56 +0100 Message-Id: <1445801636-7554-5-git-send-email-pieter@boesman.nl> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1445801636-7554-1-git-send-email-pieter@boesman.nl> References: <1445801636-7554-1-git-send-email-pieter@boesman.nl> Cc: Pieter Smith Subject: [Buildroot] [PATCH 4/4] beaglebone: adds barebox bootloader defconfig X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" * Builds barebox x-loader (MLO) and the barebox bootloader. * Barebox integrates a perfectly good device-tree for the bbb, so no dtb is being generated with the kernel. --- configs/beaglebone_barebox_defconfig | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 configs/beaglebone_barebox_defconfig diff --git a/configs/beaglebone_barebox_defconfig b/configs/beaglebone_barebox_defconfig new file mode 100644 index 0000000..d34a5bc --- /dev/null +++ b/configs/beaglebone_barebox_defconfig @@ -0,0 +1,38 @@ +# architecture +BR2_arm=y +BR2_cortex_a8=y +BR2_ARM_EABIHF=y + +# system +BR2_TARGET_GENERIC_HOSTNAME="beaglebone" +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y +BR2_TARGET_GENERIC_GETTY_PORT="ttyO0" +# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh" + +# filesystem +BR2_PACKAGE_AM33X_CM3=y +BR2_TARGET_ROOTFS_EXT2=y +# BR2_TARGET_ROOTFS_TAR is not set + +# lock down headers to avoid breaking with new defaults +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="3.12.10" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y + +# bootloader +BR2_TARGET_BAREBOX=y +BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="am335x" +BR2_TARGET_BAREBOX_USE_SPECIFIC_IMAGE=y +BR2_TARGET_BAREBOX_IMAGE_FILE="barebox-am33xx-beaglebone.img" +BR2_TARGET_BAREBOX_XLOAD=y +BR2_TARGET_BAREBOX_XLOAD_BOARD_DEFCONFIG="am335x_mlo" +BR2_TARGET_BAREBOX_XLOAD_USE_SPECIFIC_IMAGE=y +BR2_TARGET_BAREBOX_XLOAD_IMAGE_FILE="barebox-am33xx-beaglebone-mlo.img" + +# kernel +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_LATEST_VERSION=y +BR2_LINUX_KERNEL_USE_DEFCONFIG=y +BR2_LINUX_KERNEL_DEFCONFIG="omap2plus" +BR2_LINUX_KERNEL_ZIMAGE=y