[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-254-gaeabb3b
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2010-03-21 23:56:01
|
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 aeabb3b33a5e7c67cf604c6fbcd689ab89da3d54 (commit)
via 81acb700fd42a51008df6ae2d1b09068ab8be9f5 (commit)
from c35ca8ec87a1b91a4e642b252de5c0bef056868c (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 aeabb3b33a5e7c67cf604c6fbcd689ab89da3d54
Author: jorasse <jo...@ar...>
Date: Mon Mar 22 00:55:18 2010 +0100
[U-Boot] fixed apf9328 GCC4.4.x EABI compilation issues
commit 81acb700fd42a51008df6ae2d1b09068ab8be9f5
Author: jorasse <jo...@ar...>
Date: Sun Mar 21 23:20:42 2010 +0100
[Buildroot] Fixed apf27 UBoot boardname
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf27_defconfig | 2 +-
.../target/device/armadeus/apf27/apf27_defconfig | 2 +-
...pf9328-fixes_gcc_4_4_EABI_linking_issues.patch} | 34 ++++++-------------
3 files changed, 13 insertions(+), 25 deletions(-)
copy buildroot/target/u-boot/{u-boot-1.3.4-401-fixes_EABI_linking_problems_with_gcc_4_3_and_gcc_4_4.patch => u-boot-1.3.4-402-apf9328-fixes_gcc_4_4_EABI_linking_issues.patch} (67%)
diff --git a/buildroot/configs/apf27_defconfig b/buildroot/configs/apf27_defconfig
index 43ce110..41f2c42 100644
--- a/buildroot/configs/apf27_defconfig
+++ b/buildroot/configs/apf27_defconfig
@@ -789,7 +789,7 @@ BR2_TARGET_ROOTFS_TAR_COPYTO=""
# bootloader for target device
#
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="$(BOARD_NAME)"
+BR2_TARGET_UBOOT_BOARDNAME="$(BR2_BOARD_NAME)"
BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME).h"
BR2_TARGET_UBOOT_1_3_4=y
# BR2_TARGET_UBOOT_2009_11 is not set
diff --git a/buildroot/target/device/armadeus/apf27/apf27_defconfig b/buildroot/target/device/armadeus/apf27/apf27_defconfig
index a7a1ece..02805ee 100644
--- a/buildroot/target/device/armadeus/apf27/apf27_defconfig
+++ b/buildroot/target/device/armadeus/apf27/apf27_defconfig
@@ -771,7 +771,7 @@ BR2_TARGET_ROOTFS_TAR_COPYTO=""
# bootloader for target device
#
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="$(BOARD_NAME)"
+BR2_TARGET_UBOOT_BOARDNAME="$(BR2_BOARD_NAME)"
BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME).h"
BR2_TARGET_UBOOT_CUSTOM_PATCH=""
BR2_TARGET_UBOOT_SERVERIP=""
diff --git a/buildroot/target/u-boot/u-boot-1.3.4-401-fixes_EABI_linking_problems_with_gcc_4_3_and_gcc_4_4.patch b/buildroot/target/u-boot/u-boot-1.3.4-402-apf9328-fixes_gcc_4_4_EABI_linking_issues.patch
similarity index 67%
copy from buildroot/target/u-boot/u-boot-1.3.4-401-fixes_EABI_linking_problems_with_gcc_4_3_and_gcc_4_4.patch
copy to buildroot/target/u-boot/u-boot-1.3.4-402-apf9328-fixes_gcc_4_4_EABI_linking_issues.patch
index a95e65c..7191662 100644
--- a/buildroot/target/u-boot/u-boot-1.3.4-401-fixes_EABI_linking_problems_with_gcc_4_3_and_gcc_4_4.patch
+++ b/buildroot/target/u-boot/u-boot-1.3.4-402-apf9328-fixes_gcc_4_4_EABI_linking_issues.patch
@@ -14,19 +14,18 @@ xxx/buildroot/output/build/staging_dir/usr/bin-ccache/../lib/gcc/arm-linux-uclib
Signed-off-by: Julien Boibessot <jul...@ar...>
---- u-boot-1.3.4.org/board/armadeus/apf27/apf27.c 2010-02-08 11:48:29.000000000 +0100
-+++ u-boot-1.3.4/board/armadeus/apf27/apf27.c 2010-02-05 23:01:33.000000000 +0100
-@@ -179,3 +179,7 @@
- printf("Armadeus APF2\n");
- return 0;
+--- u-boot-1.3.4/board/armadeus/apf9328/apf9328.c 2010-03-22 00:41:51.000000000 +0100
++++ u-boot-1.3.4.new/board/armadeus/apf9328/apf9328.c 2010-03-22 00:31:05.000000000 +0100
+@@ -99,3 +99,6 @@ show_boot_progress (int status)
+ {
+ return;
}
+
+void raise() {}
+void abort() {}
-+
---- u-boot-1.3.4.org/board/armadeus/apf27/u-boot-nand.lds 2010-02-08 11:48:29.000000000 +0100
-+++ u-boot-1.3.4/board/armadeus/apf27/u-boot-nand.lds 2010-02-05 22:55:57.000000000 +0100
-@@ -37,6 +37,10 @@
+--- u-boot-1.3.4/board/armadeus/apf9328/u-boot.lds 2010-03-22 00:41:51.000000000 +0100
++++ u-boot-1.3.4.new/board/armadeus/apf9328/u-boot.lds 2010-03-22 00:34:06.000000000 +0100
+@@ -38,6 +38,10 @@ SECTIONS
. = ALIGN(4);
.rodata : { *(.rodata) }
@@ -37,23 +36,12 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
. = ALIGN(4);
.data : { *(.data) }
---- u-boot-1.3.4.org/cpu/arm926ejs/config.mk 2010-02-08 11:48:29.000000000 +0100
-+++ u-boot-1.3.4/cpu/arm926ejs/config.mk 2010-02-05 23:03:48.000000000 +0100
-@@ -30,5 +30,5 @@
+--- u-boot-1.3.4/cpu/arm920t/config.mk 2008-08-12 16:08:38.000000000 +0200
++++ u-boot-1.3.4.new/cpu/arm920t/config.mk 2010-03-22 00:26:23.000000000 +0100
+@@ -30,5 +30,5 @@ PLATFORM_CPPFLAGS += -march=armv4
# Supply options according to compiler version
#
# =========================================================================
-PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
+PLATFORM_CPPFLAGS +=$(call cc-option)
PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
---- u-boot-1.3.4.org/Makefile 2010-02-08 11:48:29.000000000 +0100
-+++ u-boot-1.3.4/Makefile 2010-02-05 22:58:40.000000000 +0100
-@@ -253,7 +253,7 @@
- LIBBOARD := $(addprefix $(obj),$(LIBBOARD))
-
- # Add GCC lib
--PLATFORM_LIBS += -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc
-+PLATFORM_LIBS += -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc -lgcc_eh
-
- # The "tools" are needed early, so put this first
- # Don't include stuff already done in $(LIBS)
hooks/post-receive
--
armadeus
|