summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-19 09:13:08 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-21 23:51:24 +0200
commit5260f30b2e702d9441f65f60e708b561935cc80f (patch)
tree3ae5955483aadae850b69cc405ac4ef0b90891b5 /configs
parent326c21bcc26954e285eedb6f6945708132d77e19 (diff)
downloadbuildroot-novena-5260f30b2e702d9441f65f60e708b561935cc80f.tar.gz
buildroot-novena-5260f30b2e702d9441f65f60e708b561935cc80f.zip
configs: add sample for freescale mpc8315erdb
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/freescale_mpc8315erdb_defconfig33
1 files changed, 33 insertions, 0 deletions
diff --git a/configs/freescale_mpc8315erdb_defconfig b/configs/freescale_mpc8315erdb_defconfig
new file mode 100644
index 000000000..9f733fae3
--- /dev/null
+++ b/configs/freescale_mpc8315erdb_defconfig
@@ -0,0 +1,33 @@
+# Architecture
+BR2_powerpc=y
+BR2_powerpc_e300c3=y
+
+# Filesystem
+# BR2_TARGET_ROOTFS_TAR is not set
+BR2_TARGET_ROOTFS_JFFS2=y
+BR2_TARGET_ROOTFS_JFFS2_CUSTOM=y
+BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE=0x200
+BR2_TARGET_ROOTFS_JFFS2_CUSTOM_EBSIZE=0x4000
+BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
+
+# Lock to 3.8 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_8=y
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.8"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/mpc8315erdb/linux-3.8.config"
+BR2_LINUX_KERNEL_UIMAGE=y
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="mpc8315erdb"
+
+# Serial port config
+BR2_TARGET_GENERIC_GETTY=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
+
+# Bootloader
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="MPC8315ERDB_NAND"
+BR2_TARGET_UBOOT_2012_10=y