[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.1
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-10-08 13:43:08
|
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 ae2fe75b0934aa47540949bebf464a644db87411 (commit)
from def71f177c47b880986104506a5db6ad56adf5a8 (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 ae2fe75b0934aa47540949bebf464a644db87411
Author: Eric Jarrige <eri...@ar...>
Date: Mon Oct 8 15:43:07 2012 +0200
Update release files for Armadeus-5.1
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 98 ++++++++++++++++++++
.../rootfs/target_skeleton/etc/armadeus-version | 2 +-
2 files changed, 99 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d2c1d97..610e68e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,101 @@
+----
+
+Changes in armadeus-5.1 (Mon Oct 8 15:02:31 CEST 2012)
+
+* Wiki dump available here: http://www.armadeus.com/assos_downloads/wiki/armadeus-5.1_wiki_dump.tar.gz
+
+* Corrected Tickets/Bugs:
+ - #3573311 Suggestion: Py_BEGIN_ALLOW_THREADS in blockingGetPinValue
+ - #3573310 AsDevices as_gpio_wait_event opens file but does not close
+ - #3569139 AsGpio.blockingGetPinValue: incorrect parameters to wrapper
+
+* Buildroot:
+ - linux-firmware: add new version of wl12xx firmware
+ - Fixes pppd build with recent linux kernels (BR mainline backport)
+ - update BR cleanup script
+ - Remove QWS_CURSOR option in Qt package - patch 132.
+ - fix host-tar and host-m4 build on systems based on glibc-2.16 or later
+
+* Linux:
+ Main changes:
+ - finalize reference linux kernel 2.6.35 for the APF28
+ - start APF28 migration to kernel 3.6
+
+ List of all changes:
+ - apf28: fix SD/MMC reliability and capalities
+ - apf28: fix kernel 2.6.35 video flickering
+ - Removes useless 3.5 patches
+ - 3.6 APF28Dev DT: Fixes MMC declaration and do not put SPI2 in spidev mode by default
+ -[3.6] apf28 config: Select IIO, staging and LRADC by default
+ -[3.6] apf28-dev dts: Add support for LRADC
+ -[3.6] mx28: Backport patches for LRADC integration
+ - apf28: 2.6.35: add armadeus project tux logo
+ - apf28: 2.6.35: fix USB connection hang after system supsend/resume
+ - 3.6: add apf28dev support (LCD, backlight & USB host working). APF28 & APF28Dev now have disctincts DTS
+ -[3.6] adapt patches 0410, 0411, 0413 from 3.5
+ -[3.6] import patches 0406, 0407, 0408, 0409, 0412, 0414, 0415, 0416, 0417 from 3.5
+ -[3.6] suppress useless patch 0405
+ -[3.6] 0404 source cleanup
+ - Move 3.x support to 3.6-rc6 (part 2)
+ -[3.5] apf28 config: Select SPI by default
+ -[3.5] apf28 dts: Add support for ssp0 as MMC and ssp2 as SPI
+ -[3.5] mx28: Select MXS_HAVE_PLATFORM_MXS_SPI for SOC_IMX28
+ -[3.5] APF28: Backport patches for SPI drivers integration
+ - Move 3.x support to 3.6-rc6 (part 1)
+ - apf28: 2.6.35.3: enable ADC feature on pins LRADC0 and LRADC1
+ - apf28: add MXS lradc hwmon driver for kernel 2.6.35
+ - apf27 default config for kernel 2.6.29
+ - apf27: linux 2.6.38: Apply patch 344 from kernel 2.6.29 - fix potential UART hang up on shutdown (Thx Gael)
+ - apf28: enable PWM 4 on connector J10 pin 26
+ - apf28: add armadeus custom drivers
+ - apf28: add mx28 pwm driver
+ - apf28: Fix mx28 16 bits video modes (blue pingouin issue)
+ - APF28: Support kernel 2.6.35 USB OTG
+ - APF28: update kernel 2.6.35 up to fresscale tag rel_imx_2.6.35_11.09.01
+ -[3.5] apf28 config: selects GPMI NAND by default
+ -[3.5] imx28: suppress now useless 0001 patch
+ -[3.5] apf28 dts: add nand partitions definition
+ -[3.5] imx28: renames gpmi-nand clock
+ -[3.5] apf28 dts: add fec reset gpio definition
+ -[3.5] mx28: enable fec phy clock
+ - apf28: Disable RAM frequency scaling - Fix USB, ethernet.. random crashes - Use CPUFreq governor ondemand as default config
+ - apf28: Support RAM frequency scaling options: DDR2, mDDR and disable RAM frequency scaling
+ - apf28: cleanup USB patchwork
+ - [kernel][fpga][virtual_component] delete useless temporarly file
+ - Add pod_servo driver to virtual_components
+ - Add pod_pwm driver to virtual_components
+
+* U-Boot:
+ - 2012.04: fix bug when programming huge files (>32MiB) to NAND
+
+* Firmware:
+
+* Demos:
+
+* Debug:
+ - imxregs: add imx28 USB registers
+
+* Test:
+ - apf28: update BSP testsuite
+ - apf28: update BSP testsuite
+ - apf28: update linux testsuite
+
+* Tools:
+ - apf9328: update uboot_recover with uboot 2012.04.01 patch 5.7
+ - apf51: update uboot_recover with uboot 2012.04.01 patch 1.7
+ - apf27: update uboot_recover with uboot 2012.04.01 patch 3.7
+ - apf28: update uboot_recover with uboot 2012.04.01 patch 1.7
+
+* As_Devices:
+ - Test scripts for backlight, eeprom and PWM C++ wrappers.
+ - C++ wrapper for 93LCXX EEPROM device.
+ - allow blockingGetPinValue function to be used under python thread
+ - Backlight device manager and C++ wrapper.
+ - replace TAB by four spaces
+ - Fix closing file bug in as_gpio_wait_event, thanks to brett.muir
+ - Fix PWM C++ source indentations.
+ - fix blockingGetPinValue parameters in ms
+ - C++ wrapper for PWM device.
----
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/armadeus-version b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/armadeus-version
index 0ccb242..a75b92f 100644
--- a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/armadeus-version
+++ b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/armadeus-version
@@ -1 +1 @@
-5.1-devt-git
+5.1
hooks/post-receive
--
armadeus
|