All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/6] Add support for the snowball board
@ 2012-11-15  8:25 Gregory Hermant
  2012-11-15  8:25 ` [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package Gregory Hermant
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Gregory Hermant @ 2012-11-15  8:25 UTC (permalink / raw)
  To: buildroot

Snowball board is a low power, low cost Single Board Computer based
on the ST-Ericsson Nova A9500 processor (Dual Cortex-A9 + MALI 400 GPU).
More info at www.igloocommunity.org

The snowball board boots from eMMC, loads the linux kernel and mounts
its root filesystem either from eMMC or from a microSD card.
The user should prepare a microSD card with two partitions.
On the fist partition he will install the kernel image and on the second
one the root filesystem.

TO DO:

* Add the GPS support.
* Add the possibility to build an eMMC image directly from buildroot.
* Add the riff tool package

Gregory Hermant (6):
  snowball-hdmiservice: new package
  ux500-firmware: new package
  Add board files for snowball
  Add init script files for snowball board
  bluez-utils: add support for the ST-Ericsson cg2900 combo controller
  Add config file for the snowball board

 board/calao/snowball/linux-3.4.patch               |   45 +++++++++
 configs/calao_snowball_defconfig                   |   28 ++++++
 package/Config.in                                  |    3 +
 ...tils-4.101-enable_cg2900_on_upstream_4.91.patch |  106 ++++++++++++++++++++
 package/snowball-hdmiservice/Config.in             |   10 ++
 .../snowball-hdmiservice/snowball-hdmiservice.mk   |   41 ++++++++
 package/snowball-init/Config.in                    |   10 ++
 package/snowball-init/snowball-init.mk             |   15 +++
 package/ux500-firmware/Config.in                   |    7 ++
 package/ux500-firmware/ux500-firmware.mk           |   22 ++++
 10 files changed, 287 insertions(+)
 create mode 100644 board/calao/snowball/linux-3.4.patch
 create mode 100644 configs/calao_snowball_defconfig
 create mode 100644 package/bluez_utils/bluez_utils-4.101-enable_cg2900_on_upstream_4.91.patch
 create mode 100644 package/snowball-hdmiservice/Config.in
 create mode 100644 package/snowball-hdmiservice/snowball-hdmiservice.mk
 create mode 100644 package/snowball-init/Config.in
 create mode 100644 package/snowball-init/snowball-init.mk
 create mode 100644 package/ux500-firmware/Config.in
 create mode 100644 package/ux500-firmware/ux500-firmware.mk

-- 
1.7.9.5

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

end of thread, other threads:[~2012-11-23  8:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15  8:25 [Buildroot] [PATCH v3 0/6] Add support for the snowball board Gregory Hermant
2012-11-15  8:25 ` [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package Gregory Hermant
2012-11-21  6:51   ` Arnout Vandecappelle
2012-11-22 12:35     ` Grégory Hermant
2012-11-22 14:00       ` Arnout Vandecappelle
2012-11-22 17:33         ` Grégory Hermant
2012-11-22 17:45           ` Thomas Petazzoni
2012-11-23  7:54             ` Grégory Hermant
2012-11-23  8:38               ` Arnout Vandecappelle
2012-11-15  8:25 ` [Buildroot] [PATCH v3 2/6] ux500-firmware: " Gregory Hermant
2012-11-21  6:54   ` Arnout Vandecappelle
2012-11-15  8:25 ` [Buildroot] [PATCH v3 3/6] Add board files for snowball Gregory Hermant
2012-11-15  8:25 ` [Buildroot] [PATCH v3 4/6] Add init script files for snowball board Gregory Hermant
2012-11-15  8:25 ` [Buildroot] [PATCH v3 5/6] bluez-utils: add support for the ST-Ericsson cg2900 combo controller Gregory Hermant
2012-11-15  8:25 ` [Buildroot] [PATCH v3 6/6] Add config file for the snowball board Gregory Hermant

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.