[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-826-gb9d7321
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-08-07 13:43:06
|
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 b9d73217c6d7b953356cef4b954b839a3f844169 (commit)
via 64b43eb1012147d32bbd4afd627c6b4240720f74 (commit)
from e20125c49e1b3ae658419dccc49c5133785e66fc (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 b9d73217c6d7b953356cef4b954b839a3f844169
Author: Julien Boibessot <jul...@ar...>
Date: Fri Aug 7 15:37:34 2015 +0200
[U-BOOT] 2014.07+: APF6: add a script to (partially) erase rootfs partition content (only for test for the moment)
commit 64b43eb1012147d32bbd4afd627c6b4240720f74
Author: Julien Boibessot <jul...@ar...>
Date: Fri Aug 7 14:44:43 2015 +0200
[BUILDROOT] Bump apf-config version
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf6/apf6-u-boot-2014.07.h | 5 ++++-
.../device/armadeus/apf6/apf6-u-boot-2015.01.h | 5 ++++-
.../025-armadeus-apf-config-add-package.patch | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
index 85543e3..363257e 100644
--- a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
+++ b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
@@ -16,7 +16,7 @@
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_VERSION_VARIABLE
-#define CONFIG_ENV_VERSION 18
+#define CONFIG_ENV_VERSION 19
#define CONFIG_BOARD_NAME apf6
/* SPL */
@@ -254,6 +254,9 @@
"fi; " \
"fi;\0" \
"update_boot=run download_boot flash_boot\0" \
+ "erase_rootfs=echo Erasing 10 first MB of eMMC rootfs partition: ; " \
+ "mw ${loadaddr} 0 0x640000 && mmc dev 0 0 && " \
+ "mmc write ${loadaddr} 0xc800 0x3200\0" \
"download_rootfs=tftpboot ${loadaddr} ${board_name}-rootfs.ext4\0" \
"flash_rootfs=" \
"if mmc dev 0 0; then " \
diff --git a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2015.01.h b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2015.01.h
index 85543e3..363257e 100644
--- a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2015.01.h
+++ b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2015.01.h
@@ -16,7 +16,7 @@
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_VERSION_VARIABLE
-#define CONFIG_ENV_VERSION 18
+#define CONFIG_ENV_VERSION 19
#define CONFIG_BOARD_NAME apf6
/* SPL */
@@ -254,6 +254,9 @@
"fi; " \
"fi;\0" \
"update_boot=run download_boot flash_boot\0" \
+ "erase_rootfs=echo Erasing 10 first MB of eMMC rootfs partition: ; " \
+ "mw ${loadaddr} 0 0x640000 && mmc dev 0 0 && " \
+ "mmc write ${loadaddr} 0xc800 0x3200\0" \
"download_rootfs=tftpboot ${loadaddr} ${board_name}-rootfs.ext4\0" \
"flash_rootfs=" \
"if mmc dev 0 0; then " \
diff --git a/patches/buildroot/2015.02/025-armadeus-apf-config-add-package.patch b/patches/buildroot/2015.02/025-armadeus-apf-config-add-package.patch
index e396acb..f278ef7 100644
--- a/patches/buildroot/2015.02/025-armadeus-apf-config-add-package.patch
+++ b/patches/buildroot/2015.02/025-armadeus-apf-config-add-package.patch
@@ -37,7 +37,7 @@ Index: buildroot/package/apf-config/apf-config.mk
+#
+################################################################################
+
-+APF_CONFIG_VERSION = 657054711f7e270d7c5066c76bdd65dd56a98dd9
++APF_CONFIG_VERSION = d57e2cf7dc736a83c0b65df95abb7886f4ac73c8
+APF_CONFIG_SITE = $(call github,artemysfr,raspi-config,$(APF_CONFIG_VERSION))
+APF_CONFIG_LICENSE = MIT
+APF_CONFIG_LICENSE_FILES = LICENSE
hooks/post-receive
--
armadeus
|