[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-95-gb7d3bb1
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-07-12 14:37:41
|
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, buildroot-update has been updated
via b7d3bb16ad0e948345f1893710df146495cdfc17 (commit)
via 31af068e164b6f63921cd13ddce87c4f52aed84a (commit)
from 5f775713d5ff81a2b48b7462044d0e6c92590dbd (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 b7d3bb16ad0e948345f1893710df146495cdfc17
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Jul 12 16:22:26 2016 +0200
[TOOLS] opos6ul: update uboot binaries
Bump to b5046f8afd15fcfe02c9b294636051c63b2a4f66 (opos6ul: In boostrap,
don't use env vars)
commit 31af068e164b6f63921cd13ddce87c4f52aed84a
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 11 12:06:23 2016 +0200
[BUILDROOT] Make fw_printenv command work on OPOS6UL
-----------------------------------------------------------------------
Summary of changes:
.../{fw_env_apf6.config => fw_env_opos6ul.config} | 6 +++---
software/uboot_recover/opos6ul-u-boot.img | Bin 266464 -> 272008 bytes
software/uboot_recover/opos6ul-u-boot.spl | Bin 35840 -> 35840 bytes
3 files changed, 3 insertions(+), 3 deletions(-)
copy buildroot/target/device/armadeus/rootfs/target_overlay/etc/{fw_env_apf6.config => fw_env_opos6ul.config} (50%)
diff --git a/buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_apf6.config b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos6ul.config
similarity index 50%
copy from buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_apf6.config
copy to buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos6ul.config
index 57bc4ec..e5a3cf9 100644
--- a/buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_apf6.config
+++ b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/fw_env_opos6ul.config
@@ -1,7 +1,7 @@
-# Configuration file for fw_(printenv/saveenv) utility on >>> APF6 <<<.
+# Configuration file for fw_(printenv/saveenv) utility on >>> OPOS6UL <<<.
# Up to two entries are valid, in this case the redundant environment sector is
# assumed present.
# Block device name Device offset Env. size
-/dev/mmcblk2boot0 0x100000 0x2800
-/dev/mmcblk2boot0 0x180000 0x2800
+/dev/mmcblk0boot0 0x100000 0x2800
+/dev/mmcblk0boot0 0x180000 0x2800
diff --git a/software/uboot_recover/opos6ul-u-boot.img b/software/uboot_recover/opos6ul-u-boot.img
index 1c3b154..9c6140c 100644
Binary files a/software/uboot_recover/opos6ul-u-boot.img and b/software/uboot_recover/opos6ul-u-boot.img differ
diff --git a/software/uboot_recover/opos6ul-u-boot.spl b/software/uboot_recover/opos6ul-u-boot.spl
index 3993969..0ebb552 100644
Binary files a/software/uboot_recover/opos6ul-u-boot.spl and b/software/uboot_recover/opos6ul-u-boot.spl differ
hooks/post-receive
--
armadeus
|