[oe] [PATCH 0/4] Add support for freescale mx28evk board

Andreas Mueller schnitzeltony at gmx.de
Mon May 2 21:02:44 UTC 2011


Kernel and u-boot are build based on the same sources as shipped with the
latest freescale board support package. It is intended as a replacement for
LTIB (think what you want of that build system). The ROM builtin bootloader
requires so called boot streams (*.sb). These are build for u-boot and kernel
by eltosb-native and stored in deploy folder. Subsequent patches will follow
to have at least the kernel coming from mainline (it looks as if kernel 2.6.39
will have enhanced support for mx28evk).

Andreas Mueller (4):
  mx28evk: Add new machine definition
  elftosb: Add native helper to create boot stream files used by
    freescale iMX SoCs
  u-boot: Add support for freescale iMX28 SoCs
  linux-imx-git: add support for freescale mx28evk

 conf/machine/include/imx28.inc                     |   19 +
 conf/machine/mx28evk.conf                          |   23 +
 .../elftosb/uclibc_and_eglibc_have_no_powf.patch   |   12 +
 recipes/freescale/elftosb_10.12.01.bb              |   20 +
 recipes/linux/linux-imx-git/mx28evk/defconfig      | 2132 ++++++++++++++++++++
 recipes/linux/linux-imx_git.bb                     |   53 +-
 recipes/u-boot/u-boot_git.bb                       |   24 +
 7 files changed, 2268 insertions(+), 15 deletions(-)
 create mode 100644 conf/machine/include/imx28.inc
 create mode 100644 conf/machine/mx28evk.conf
 create mode 100644 recipes/freescale/elftosb/uclibc_and_eglibc_have_no_powf.patch
 create mode 100644 recipes/freescale/elftosb_10.12.01.bb
 create mode 100644 recipes/linux/linux-imx-git/mx28evk/defconfig

-- 
1.7.4.4





More information about the Openembedded-devel mailing list