244404a11d
Problematic configurations not bumped: arm-versatilepb - IRQ failure for symbios scsi sh4-r2d - Qemu still doesn't emulate advanced features from the UART sparc-ss10 - Illegal instruction Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
28 lines
732 B
Plaintext
28 lines
732 B
Plaintext
# Architecture
|
|
BR2_microblaze=y
|
|
BR2_microblazeel=y
|
|
|
|
# Toolchain
|
|
BR2_TOOLCHAIN_EXTERNAL=y
|
|
BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2=y
|
|
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
|
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
|
|
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
|
|
|
# System
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"
|
|
|
|
# Filesystem
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
BR2_TARGET_ROOTFS_INITRAMFS=y
|
|
|
|
# Kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.1"
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/linux-3.8.config"
|
|
BR2_LINUX_KERNEL_LINUX_BIN=y
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_DTS=y
|
|
BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="board/qemu/microblazeel-mmu/system.dts"
|