Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/6] Add support for the snowball board
@ 2012-11-12 17:41 Gregory Hermant
  2012-11-12 17:41 ` [Buildroot] [PATCH v2 1/6] hdmiservice: new package Gregory Hermant
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Gregory Hermant @ 2012-11-12 17:41 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.

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

 board/calao/snowball/busybox-1.20.x.config         | 1024 ++++++++++++++++++++
 board/calao/snowball/linux-3.4.patch               |  126 +++
 configs/calao_snowball_defconfig                   |   49 +
 package/Config.in                                  |    3 +
 ...an_patches_enable_cg2900_on_upstream_4.91.patch |   88 ++
 package/hdmiservice/Config.in                      |   10 +
 package/hdmiservice/hdmiservice.mk                 |   43 +
 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           |   20 +
 11 files changed, 1395 insertions(+)
 create mode 100644 board/calao/snowball/busybox-1.20.x.config
 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-debian_patches_enable_cg2900_on_upstream_4.91.patch
 create mode 100644 package/hdmiservice/Config.in
 create mode 100644 package/hdmiservice/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] 17+ messages in thread

end of thread, other threads:[~2012-11-13 21:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 17:41 [Buildroot] [PATCH v2 0/6] Add support for the snowball board Gregory Hermant
2012-11-12 17:41 ` [Buildroot] [PATCH v2 1/6] hdmiservice: new package Gregory Hermant
2012-11-12 18:34   ` Thomas Petazzoni
2012-11-13 11:03     ` Grégory Hermant
2012-11-13 11:06       ` Thomas Petazzoni
2012-11-12 17:41 ` [Buildroot] [PATCH v2 2/6] ux500-firmware: " Gregory Hermant
2012-11-12 21:44   ` Arnout Vandecappelle
2012-11-12 17:41 ` [Buildroot] [PATCH v2 3/6] Add board files for snowball Gregory Hermant
2012-11-12 18:37   ` Thomas Petazzoni
2012-11-13 11:03     ` Grégory Hermant
2012-11-13 21:18       ` Arnout Vandecappelle
2012-11-12 17:41 ` [Buildroot] [PATCH v2 4/6] Add init script files for snowball board Gregory Hermant
2012-11-12 21:45   ` Arnout Vandecappelle
2012-11-12 17:41 ` [Buildroot] [PATCH v2 5/6] bluez-utils: add cg2900 support " Gregory Hermant
2012-11-12 21:47   ` Arnout Vandecappelle
2012-11-12 17:41 ` [Buildroot] [PATCH v2 6/6] Add config file for the " Gregory Hermant
2012-11-12 21:53   ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox