summaryrefslogtreecommitdiffstats
path: root/configs/phy3250_defconfig
diff options
context:
space:
mode:
authorAlexandre Belloni <abelloni@adeneo-embedded.com>2012-01-05 12:03:50 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-01 23:34:12 +0100
commit390ed5d2014a54ce7968d150156d8f8569aec8d0 (patch)
treea1f7dcc6f3287799e87b4016f1f26e97ca743728 /configs/phy3250_defconfig
parent20695936ad63f602662bc4c6124a26312c46ff52 (diff)
downloadbuildroot-novena-390ed5d2014a54ce7968d150156d8f8569aec8d0.tar.gz
buildroot-novena-390ed5d2014a54ce7968d150156d8f8569aec8d0.zip
Add defconfigs for LPC3250 boards
ea3250: Embedded Artists http://www.embeddedartists.com/products/kits/lpc3250_kit.php fdi3250: Future Designs Inc. http://www.teamfdi.com/development-tools-kits/products/6/SOMDIMM-LPC3250 phy3250: Phytec http://www.phytec.com/products/som/ARM-XScale/phyCORE-ARM9-LPC3250.html Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/phy3250_defconfig')
-rw-r--r--configs/phy3250_defconfig39
1 files changed, 39 insertions, 0 deletions
diff --git a/configs/phy3250_defconfig b/configs/phy3250_defconfig
new file mode 100644
index 000000000..d46d7190e
--- /dev/null
+++ b/configs/phy3250_defconfig
@@ -0,0 +1,39 @@
+# Architecture
+BR2_arm=y
+BR2_arm926t=y
+
+BR2_ARM_TYPE="ARM926T"
+BR2_ARM_EABI=y
+
+#
+# GCC Options
+# We need to force GCC 4.3.x because it is the last version
+# that will compile a kernel with ethernet working correctly
+BR2_GCC_VERSION_4_3_X=y
+
+
+# Bootloaders
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="phy3250"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_VERSION="master"
+BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.lpclinux.com/uboot-2009.03-lpc32xx"
+BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="master"
+BR2_TARGET_UBOOT_FORMAT_BIN=y
+BR2_TARGET_LPC32XXCDL=y
+BR2_TARGET_LPC32XXCDL_BOARDNAME="phy3250"
+
+
+#
+# Kernel
+#
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.lpclinux.com/linux-2.6.34-lpc32xx"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="master"
+BR2_LINUX_KERNEL_VERSION="master"
+BR2_LINUX_KERNEL_PATCH=""
+BR2_LINUX_KERNEL_USE_DEFCONFIG=y
+BR2_LINUX_KERNEL_DEFCONFIG="phy3250"
+BR2_LINUX_KERNEL_UIMAGE=y
+