[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-20-g5ade651
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-02-01 04:47:51
|
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 5ade65125ec32d00bba23b31ee0d55db04643491 (commit)
from 54c59e87cea5d7720af7248c6e13fb5eda0517ff (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 5ade65125ec32d00bba23b31ee0d55db04643491
Author: Eric Jarrige <eri...@ar...>
Date: Wed Feb 1 05:47:31 2012 +0100
[UBOOT] make mxsboot generates nand binary files with read/write rights for everyone
-----------------------------------------------------------------------
Summary of changes:
.../u-boot/2011.12/501-imx28-update-and-fix.patch | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/patches/u-boot/2011.12/501-imx28-update-and-fix.patch b/patches/u-boot/2011.12/501-imx28-update-and-fix.patch
index e3c3c97..bd77201 100644
--- a/patches/u-boot/2011.12/501-imx28-update-and-fix.patch
+++ b/patches/u-boot/2011.12/501-imx28-update-and-fix.patch
@@ -14,6 +14,19 @@ diff -purN u-boot-custom.ori/Makefile u-boot-custom/Makefile
ifeq ($(CONFIG_SANDBOX),y)
GEN_UBOOT = \
cd $(LNDIR) && $(CC) $(SYMS) -T $(obj)u-boot.lds \
+--- u-boot-2011.12/tools/mxsboot.c 2011-12-23 20:25:35.000000000 +0100
++++ u-boot-2011.12/tools/mxsboot.c 2012-02-01 05:40:41.534152873 +0100
+@@ -664,7 +664,9 @@ int main(int argc, char **argv)
+ }
+
+ outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY,
+- S_IRUSR | S_IWUSR);
++ S_IRUSR | S_IWUSR
++ | S_IRGRP | S_IWGRP
++ | S_IROTH | S_IWOTH);
+ if (outfd < 0) {
+ printf("Output file can not be created\n");
+ ret = 3;
--- u-boot-2011.12/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c 2011-12-23 20:25:35.000000000 +0100
+++ u-boot-2011.12/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c 2012-01-28 21:50:38.904592972 +0100
@@ -72,7 +72,7 @@ uint32_t dram_vals[] = {
hooks/post-receive
--
armadeus
|