From 8e7b12439e33c351d8f5744898018509fd37cfe5 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Tue, 7 Oct 2008 13:51:20 +0000 Subject: mpc8313e-rdb: Merge Freescale's patches for u-boot 1.2.0 and linux 2.6.24.3. Also make the u-boot version set conditionally rather than unconditionally, in the machine configuration file. Although u-boot 1.2.0 and 2.6.24.3 are reasonably outdated, the PCI Express support has never been merged upstream, neither to u-boot nor to linux, so use the above versions if you want to toy with PCI Express. It was extracted from MPC8315ERDB_20080627-ltib.iso, of which the patches are also available online at www.bitshrine.org. --- conf/machine/mpc8315e-rdb.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/mpc8315e-rdb.conf b/conf/machine/mpc8315e-rdb.conf index 3718ce5935..e0a1215bcf 100644 --- a/conf/machine/mpc8315e-rdb.conf +++ b/conf/machine/mpc8315e-rdb.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the Freescale MPC8315E-RDB # Development board with low power PowerPC SoC with MMU/FPU and PCI, -# PCI Express, SATA onboard. +# PCI Express x1, 2x SATA. TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppce300c3" @@ -14,7 +14,7 @@ MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot = "1.3.2" +PREFERRED_VERSION_u-boot ?= "1.3.2" UBOOT_MACHINE = "MPC8315ERDB_config" UBOOT_ENTRYPOINT = "0" UBOOT_LOADADDRESS = "0" -- cgit 1.2.3-korg