[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-384-gff075ad
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-08-14 15:42:57
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ff075adbaf92fa902faa4f41528f0bcdc1886273 (commit)
from 8559ed82c85ad7747e012acb5863eef510ecb3ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ff075adbaf92fa902faa4f41528f0bcdc1886273
Author: Eric Jarrige <eri...@ar...>
Date: Wed Aug 14 17:52:37 2013 +0200
[BUILDROOT] apf27: update config to export fpga firmware blinking_led by default to be handle by U-Boot
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf27_defconfig | 3 +++
buildroot/configs/apf27test_defconfig | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/buildroot/configs/apf27_defconfig b/buildroot/configs/apf27_defconfig
index 7229bc2..0c60dbe 100644
--- a/buildroot/configs/apf27_defconfig
+++ b/buildroot/configs/apf27_defconfig
@@ -33,6 +33,9 @@ BR2_BOARD_NAME="apf27"
BR2_CPU_NAME="imx27"
BR2_PACKAGE_BUSYBOX_CONFIG="$(ARMADEUS_PATH)/busybox-$(BR2_BUSYBOX_VERSION).config"
BR2_PACKAGE_FPGAREGS=y
+BR2_PACKAGE_ARMADEUS_FPGA_FIRMWARE=y
+BR2_PACKAGE_ARMADEUS_FPGA_FIRMWARE_CUSTOM_FILE="$(TOPDIR)/../firmware/leds/blinking_led/bin/blinking_led_apf27_200k.bit"
+BR2_PACKAGE_ARMADEUS_EXPORT_FPGA_FIRMWARE=y
BR2_PACKAGE_IMXREGS=y
BR2_PACKAGE_MAX5821CTRL=y
BR2_PACKAGE_AD9889CTRL=y
diff --git a/buildroot/configs/apf27test_defconfig b/buildroot/configs/apf27test_defconfig
index c9e1bb7..1bf6fa5 100644
--- a/buildroot/configs/apf27test_defconfig
+++ b/buildroot/configs/apf27test_defconfig
@@ -50,6 +50,9 @@ BR2_PACKAGE_ARMADEUS_DEMOS_SHOW_IMAGE=y
BR2_PACKAGE_ARMADEUS_DEMOS_TEST_LCD=y
BR2_PACKAGE_ARMADEUS_DEMOS_MCP25020=y
BR2_PACKAGE_FPGAREGS=y
+BR2_PACKAGE_ARMADEUS_FPGA_FIRMWARE=y
+BR2_PACKAGE_ARMADEUS_FPGA_FIRMWARE_CUSTOM_FILE="$(TOPDIR)/../firmware/leds/blinking_led/bin/blinking_led_apf27_200k.bit"
+BR2_PACKAGE_ARMADEUS_EXPORT_FPGA_FIRMWARE=y
BR2_PACKAGE_IMXREGS=y
BR2_PACKAGE_MAX5821CTRL=y
BR2_PACKAGE_ARMADEUS_TESTSUITE=y
hooks/post-receive
--
armadeus
|