From: Charles Manning <cdhmanning@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] socfpga-cyclone5 Dev board support
Date: Tue, 6 May 2014 14:19:11 +1200 [thread overview]
Message-ID: <1399342751-7799-1-git-send-email-cdhmanning@gmail.com> (raw)
This is somewhat derived from the SocKit booard support.
It uses a fresher Linux and u-boot than SocKit. It also speeds the
serial port up to 115200.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
---
board/altera/cyclone5/post-image.sh | 10 ++++++++++
board/altera/cyclone5/readme.txt | 3 +++
configs/altera_cyclone5_defconfig | 29 +++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
create mode 100755 board/altera/cyclone5/post-image.sh
create mode 100644 board/altera/cyclone5/readme.txt
create mode 100644 configs/altera_cyclone5_defconfig
diff --git a/board/altera/cyclone5/post-image.sh b/board/altera/cyclone5/post-image.sh
new file mode 100755
index 0000000..ad70922
--- /dev/null
+++ b/board/altera/cyclone5/post-image.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# Altera Cyclone 5 Development Board post processing.
+#
+# A rip-off of the Sockit board support
+# 2014, "Roman Diouskine" <roman.diouskine@savoirfairelinux.com>
+# 2014, "Sebastien Bourdelin" <sebastien.bourdelin@savoirfairelinux.com>
+
+# create a DTB file copy with the name expected by the u-boot config
+cp -af $BINARIES_DIR/socfpga_cyclone5_socdk.dtb $BINARIES_DIR/socfpga.dtb
diff --git a/board/altera/cyclone5/readme.txt b/board/altera/cyclone5/readme.txt
new file mode 100644
index 0000000..fe5a758
--- /dev/null
+++ b/board/altera/cyclone5/readme.txt
@@ -0,0 +1,3 @@
+Modifications to make a Cyclone 5 setup. This is derived from the buildroot
+config first done for SocKit board. See boards/altera/sockit
+
diff --git a/configs/altera_cyclone5_defconfig b/configs/altera_cyclone5_defconfig
new file mode 100644
index 0000000..df3b8c6
--- /dev/null
+++ b/configs/altera_cyclone5_defconfig
@@ -0,0 +1,29 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_ARM_EABIHF=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_FPU_NEON=y
+BR2_ARM_INSTRUCTIONS_THUMB2=y
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.13.5"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13=y
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/altera/cyclone5/post-image.sh"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.rocketboards.org/linux-socfpga.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_socfpga-3.13_14.02.02"
+BR2_LINUX_KERNEL_DEFCONFIG="socfpga"
+BR2_LINUX_KERNEL_ZIMAGE=y
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="socfpga_cyclone5_socdk"
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_3=y
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="socfpga_cyclone5"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.rocketboards.org/u-boot-socfpga.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_socfpga_v2013.01.01_14.02.02"
+BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR="board/altera/cyclone5"
+BR2_TARGET_UBOOT_FORMAT_IMG=y
+BR2_TARGET_UBOOT_SPL=y
+BR2_TARGET_UBOOT_SPL_NAME="spl/u-boot-spl.bin"
--
1.7.9.5
next reply other threads:[~2014-05-06 2:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-06 2:19 Charles Manning [this message]
2014-10-12 14:06 ` [Buildroot] [PATCH] socfpga-cyclone5 Dev board support Arnout Vandecappelle
2015-07-12 22:00 ` [Buildroot] [PATCH v2] configs: add altera_socdk_defconfig for Altera Cyclone 5 Development Board Arnout Vandecappelle
2015-07-13 0:10 ` Thomas Petazzoni
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=1399342751-7799-1-git-send-email-cdhmanning@gmail.com \
--to=cdhmanning@gmail.com \
--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