From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] beagleboneblack: add board
Date: Thu, 26 Sep 2013 21:42:55 +0200 [thread overview]
Message-ID: <87bo3f5pz4.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1380220826-17732-1-git-send-email-jkridner@beagleboard.org> (Jason Kridner's message of "Thu, 26 Sep 2013 18:40:26 +0000")
>>>>> "Jason" == Jason Kridner <jkridner@beagleboard.org> writes:
Hi Jason,
Jason> From: Jason Kridner <jdk@ti.com>
Jason> Signed-off-by: Jason Kridner <jdk@ti.com>
Jason> ---
Jason> board/beagleboneblack/linux-3.8.config | 4305 ++++++++++++++++++++++++++++++++
Jason> configs/beagleboneblack_defconfig | 38 +
Jason> 2 files changed, 4343 insertions(+)
Jason> create mode 100644 board/beagleboneblack/linux-3.8.config
Jason> create mode 100644 configs/beagleboneblack_defconfig
Jason> diff --git a/board/beagleboneblack/linux-3.8.config b/board/beagleboneblack/linux-3.8.config
Jason> new file mode 100644
Jason> index 0000000..e6cf0a2
Jason> --- /dev/null
Jason> +++ b/board/beagleboneblack/linux-3.8.config
Jason> @@ -0,0 +1,4305 @@
Jason> +#
Jason> +# Automatically generated file; DO NOT EDIT.
Jason> +# Linux/arm 3.8.13 Kernel Configuration
Please run make ARCH=arm savedefconfig in the kernel source directory to
make a minimal config instead.
Jason> +++ b/configs/beagleboneblack_defconfig
Jason> @@ -0,0 +1,38 @@
Jason> +# architecture
Jason> +BR2_arm=y
Jason> +BR2_cortex_a8=y
Jason> +BR2_ARM_EABIHF=y
Jason> +
Jason> +# system
Jason> +BR2_TARGET_GENERIC_HOSTNAME="beaglebone"
Jason> +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
DEVTMPFS is default now, so this can be dropped.
Jason> +BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
Jason> +# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
Jason> +
Jason> +# filesystem
Jason> +BR2_PACKAGE_AM33X_CM3=y
Jason> +BR2_TARGET_ROOTFS_EXT2=y
Jason> +# BR2_TARGET_ROOTFS_TAR is not set
Jason> +
Jason> +# lock down headers to avoid breaking with new defaults
Jason> +BR2_KERNEL_HEADERS_VERSION=y
Jason> +BR2_DEFAULT_KERNEL_VERSION="3.8.13"
Jason> +
Jason> +# bootloader
Jason> +BR2_TARGET_UBOOT=y
Jason> +BR2_TARGET_UBOOT_BOARDNAME="am335x_evm"
Jason> +BR2_TARGET_UBOOT_CUSTOM_VERSION=y
Jason> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.04"
Any specific reason to not use 2013.07 instead?
Jason> +BR2_TARGET_UBOOT_FORMAT_IMG=y
Jason> +BR2_TARGET_UBOOT_SPL=y
Jason> +BR2_TARGET_UBOOT_SPL_NAME="MLO"
Jason> +
Jason> +# kernel
Jason> +BR2_LINUX_KERNEL=y
Jason> +BR2_LINUX_KERNEL_CUSTOM_GIT=y
Jason> +BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/beagleboard/linux.git"
Jason> +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="ddd36e546e53d3c493075bbebd6188ee843208f9"
Jason> +BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
Jason> +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/beagleboneblack/linux-3.8.config"
Jason> +BR2_LINUX_KERNEL_DTS_SUPPORT=y
Jason> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-boneblack"
Would there be any issues with bumping the kernel version to this for
the original (white) beaglebone as well?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-09-26 19:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-26 18:40 [Buildroot] [PATCH] beagleboneblack: add board Jason Kridner
2013-09-26 19:42 ` Peter Korsgaard [this message]
2013-09-26 20:09 ` Ryan Barnett
2013-09-26 20:53 ` Jason Kridner
2013-09-27 5:42 ` Fatih Aşıcı
2013-09-27 6:12 ` Fatih Aşıcı
2013-09-27 14:19 ` Jason Kridner
2013-10-03 20:32 ` Peter Korsgaard
2013-10-03 23:19 ` Jason Kridner
2013-09-27 13:07 ` Ryan Barnett
2013-09-27 12:21 ` Fatih Aşıcı
2013-09-27 14:24 ` Jason Kridner
2013-09-28 3:08 ` [Buildroot] [PATCHv2] beaglebone: add BeagleBone Black support Jason Kridner
2013-09-30 6:23 ` Fatih Aşıcı
2013-10-04 15:31 ` Peter Korsgaard
[not found] ` <A20C6CC8-715F-45C3-BB9F-5085269FFD13@ti.com>
2013-10-04 15:40 ` Peter Korsgaard
2013-10-05 7:53 ` Fatih Aşıcı
2013-10-05 9:12 ` Peter Korsgaard
2013-10-05 10:21 ` Fatih Aşıcı
2013-10-05 18:13 ` Peter Korsgaard
2013-10-04 15:41 ` Jason Kridner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bo3f5pz4.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox