aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-01-22 15:47:30 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2013-01-22 15:47:30 +0000
commit5aa3da34264cada45059b53783c0e569266f9d04 (patch)
treeaeb17e317d93c56e5a7fd2c9cd10ae3ab43e6c42
parent297aefedb05dc0ccb0ea00c62e449691687a1773 (diff)
downloadorigen-linaro-jb.tar.gz
origen: add hwpack supportlinaro-jb
Change-Id: I51b26042f9de6ec166bb8d91cb982b36d0c7ce95 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--BoardConfig.mk1
-rw-r--r--config17
2 files changed, 18 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4919130..88bf4ff 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -7,6 +7,7 @@ TARGET_ARCH := arm
TARGET_BOARD_PLATFORM := origen
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
+TARGET_HWPACK_CONFIG := device/linaro/origen/config
KERNEL_CONFIG := android_origen_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := origen_config
diff --git a/config b/config
new file mode 100644
index 0000000..cbe99c3
--- /dev/null
+++ b/config
@@ -0,0 +1,17 @@
+format: 3.0
+extra_serial_options:
+ - console=tty0
+ - console=ttySAC2,115200n8
+android_specific_args:
+ - init=/init
+ - androidboot.console=ttySAC2
+boot_script: boot.scr
+bootloader_flavor: origen
+initrd_addr: '0x42000000'
+kernel_addr: '0x40007000'
+kernel_flavors:
+ - origen
+load_addr: '0x40008000'
+mmc_option: '0:2'
+mmc_part_offset: 1
+serial_tty: ttySAC2