All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Beagleboard xM support
@ 2011-01-19 21:30 Darren Hart
  2011-01-19 21:30 ` [PATCH 1/6] x-load: us TI upstream repository, update recipes accordingly Darren Hart
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Darren Hart @ 2011-01-19 21:30 UTC (permalink / raw)
  To: poky, jonathan, robert.karl.berger

The following patches provide initial support for the Beagleboard. They update
the x-load and u-boot recipes, modify the beagleboard machine config, and add
README.hardware documentation for the Beagleboard.

The kernel config still needs to be updated to support the onboard NIC of the
xM. Graphics and audio have not been tested. With the basic functionality in
place, hopefully others will be encouraged to participate in fleshing out
Beagleboard support in Poky.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dvhart/beagle
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagle

Thanks,
    Darren Hart <dvhart@linux.intel.com>
---


Darren Hart (6):
  x-load: us TI upstream repository, update recipes accordingly
  u-boot: Add a new upstream u-boot recipe
  beagleboard: add x-load and u-boot depends
  overo: use the new upstream u-boot recipe
  u-boot-omap3: remove in favor of upstream u-boot
  README.hardware: add beagleboard documentation

 README.hardware                                    |   71 +++++++++++++
 .../conf/distro/include/poky-default-revisions.inc |    3 +-
 meta/conf/machine/beagleboard.conf                 |    3 +
 meta/conf/machine/overo.conf                       |    2 +-
 .../uboot/u-boot-omap3-git/beagleboard/name.patch  |   14 ---
 meta/recipes-bsp/uboot/u-boot-omap3_git.bb         |   18 ----
 meta/recipes-bsp/uboot/u-boot.inc                  |    3 +-
 meta/recipes-bsp/uboot/u-boot_git.bb               |   21 ++++
 meta/recipes-bsp/x-load/files/signGP.c             |  108 --------------------
 meta/recipes-bsp/x-load/signgp-native.bb           |   14 ---
 .../x-load/x-load-git/beagleboard/armv7-a.patch    |   11 --
 .../x-load/x-load-git/beagleboard/name.patch       |   16 ++--
 .../x-load/x-load-git/omap3evm/armv7-a.patch       |   11 --
 .../x-load/x-load-git/overo/armv7-a.patch          |   11 --
 meta/recipes-bsp/x-load/x-load.inc                 |    5 +-
 meta/recipes-bsp/x-load/x-load_git.bb              |   19 ++--
 16 files changed, 118 insertions(+), 212 deletions(-)
 delete mode 100644 meta/recipes-bsp/uboot/u-boot-omap3-git/beagleboard/name.patch
 delete mode 100644 meta/recipes-bsp/uboot/u-boot-omap3_git.bb
 create mode 100644 meta/recipes-bsp/uboot/u-boot_git.bb
 delete mode 100644 meta/recipes-bsp/x-load/files/signGP.c
 delete mode 100644 meta/recipes-bsp/x-load/signgp-native.bb
 delete mode 100644 meta/recipes-bsp/x-load/x-load-git/beagleboard/armv7-a.patch
 delete mode 100644 meta/recipes-bsp/x-load/x-load-git/omap3evm/armv7-a.patch
 delete mode 100644 meta/recipes-bsp/x-load/x-load-git/overo/armv7-a.patch



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-01-24  5:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-19 21:30 [PATCH 0/6] Beagleboard xM support Darren Hart
2011-01-19 21:30 ` [PATCH 1/6] x-load: us TI upstream repository, update recipes accordingly Darren Hart
2011-01-19 21:30 ` [PATCH 3/6] beagleboard: add x-load and u-boot depends Darren Hart
2011-01-19 21:30 ` [PATCH 2/6] u-boot: Add a new upstream u-boot recipe Darren Hart
2011-01-19 21:30 ` [PATCH 4/6] overo: use the " Darren Hart
2011-01-19 21:30 ` [PATCH 5/6] u-boot-omap3: remove in favor of upstream u-boot Darren Hart
2011-01-19 21:30 ` [PATCH 6/6] README.hardware: add beagleboard documentation Darren Hart
2011-01-20  3:21 ` [PATCH 0/6] Beagleboard xM support Bruce Ashfield
2011-01-20  4:21   ` Darren Hart
2011-01-24  5:12 ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.