summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-03-18 17:15:53 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-03-18 17:15:53 +0200
commit1f7a64dd19d84706e285563a897628481bae7deb (patch)
tree0e581a110601e0897127f4220e65b2705a736c67
Add initial Highbank hardware pack
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--hwpacks/linaro-highbank38
-rw-r--r--project11
2 files changed, 49 insertions, 0 deletions
diff --git a/hwpacks/linaro-highbank b/hwpacks/linaro-highbank
new file mode 100644
index 0000000..32d09af
--- /dev/null
+++ b/hwpacks/linaro-highbank
@@ -0,0 +1,38 @@
+format: '3.0'
+name: linaro-highbank
+architectures:
+- armhf
+origin: Linaro
+maintainer: Linaro Platform <linaro-dev@lists.linaro.org>
+support: supported
+bootloaders:
+ u_boot:
+ dd: 49
+ env_dd: true
+ file: usr/lib/u-boot/highbank/u-boot.bin
+ in_boot_part: false
+ package: u-boot-linaro-highbank
+serial_tty: ttyAMA0
+kernel_addr: '0x00000000'
+initrd_addr: '0x00000000'
+load_addr: '0x00000000'
+dtb_addr: '0x00000000'
+partition_layout: reserved_bootfs_rootfs
+mmc_id: '0:1'
+kernel_file: boot/vmlinuz-*-highbank
+initrd_file: boot/initrd.img-*-highbank
+dtb_file: lib/firmware/*-highbank/device-tree/highbank.dtb
+boot_script: boot.scr
+extra_serial_options:
+- console=ttyAMA0
+assume_installed:
+- linaro-headless
+packages:
+- linux-image-linaro-highbank
+- linux-headers-linaro-highbank
+- uboot-mkimage
+wired_interfaces:
+- eth0
+sources:
+ linaro: http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu quantal main
+ ubuntu: http://ports.ubuntu.com/ubuntu-ports quantal main universe
diff --git a/project b/project
new file mode 100644
index 0000000..9e4b12a
--- /dev/null
+++ b/project
@@ -0,0 +1,11 @@
+# config/project - OEM Services: project and hook options.
+
+# IBS_BUILDTOOL - Set build tool to use to build project (mic or lh).
+IBS_BUILDTOOL="hwpack"
+
+# IBS_BUILDTOOL_VERSION - Set build tool version to use.
+#IBS_BUILDTOOL_VERSION="2.0~a10.1-1ubuntu1~linaro*"
+
+# BCCTREPORT - Enable or disable the bcct report for project builds (enabled or
+# disabled).
+BCCTREPORT="disable"