[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-7-g3c6f767
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-10-18 11:05: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, master has been updated
via 3c6f767f9b2fa881a8ea0a8f4b6eca69cb351e1d (commit)
from 17890b82448c6d88a5e6a4db0f00a7cd370542c0 (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 3c6f767f9b2fa881a8ea0a8f4b6eca69cb351e1d
Author: Eric Jarrige <eri...@ar...>
Date: Thu Oct 18 13:07:53 2012 +0200
[UBOOT] 2012.10: add APF board configuration files for U-Boot 2012.10
-----------------------------------------------------------------------
Summary of changes:
...f27-u-boot-2012.04.h => apf27-u-boot-2012.10.h} | 2 --
...f28-u-boot-2012.04.h => apf28-u-boot-2012.10.h} | 9 +++------
...f51-u-boot-2012.04.h => apf51-u-boot-2012.10.h} | 12 ++++++------
...8-u-boot-2012.04.h => apf9328-u-boot-2012.10.h} | 1 -
4 files changed, 9 insertions(+), 15 deletions(-)
copy buildroot/target/device/armadeus/apf27/{apf27-u-boot-2012.04.h => apf27-u-boot-2012.10.h} (99%)
copy buildroot/target/device/armadeus/apf28/{apf28-u-boot-2012.04.h => apf28-u-boot-2012.10.h} (97%)
copy buildroot/target/device/armadeus/apf51/{apf51-u-boot-2012.04.h => apf51-u-boot-2012.10.h} (99%)
copy buildroot/target/device/armadeus/apf9328/{apf9328-u-boot-2012.04.h => apf9328-u-boot-2012.10.h} (99%)
diff --git a/buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.10.h
similarity index 99%
copy from buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.04.h
copy to buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.10.h
index 315e5fc..14c7613 100644
--- a/buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.10.h
@@ -39,7 +39,6 @@
* Enable the call to miscellaneous platform dependent initialization.
*/
#define CONFIG_SYS_NO_FLASH /* to be define before <config_cmd_default.h> */
-#define CONFIG_SYS_DCACHE_OFF
#define CONFIG_MISC_INIT_R
/*
@@ -289,7 +288,6 @@
#define CONFIG_MXC_UART
#define CONFIG_SYS_MX27_UART1
#define CONFIG_CONS_INDEX 1
-#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
#define CONFIG_BAUDRATE 115200
#define CONFIG_MXC_UART_BASE UART1_BASE
diff --git a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.10.h
similarity index 97%
copy from buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h
copy to buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.10.h
index 09977ca..28f840c 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.10.h
@@ -39,10 +39,8 @@
* Enable the call to miscellaneous platform dependent initialization.
*/
#define CONFIG_SYS_NO_FLASH /* to be define before <config_cmd_default.h>*/
-#define CONFIG_SYS_DCACHE_OFF
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
-#define CONFIG_ARCH_CPU_INIT
#define CONFIG_ARCH_MISC_INIT
#define CONFIG_APBH_DMA
@@ -57,10 +55,11 @@
*/
#define CONFIG_SPL
#define CONFIG_SPL_NO_CPU_SUPPORT_CODE
-#define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/mx28"
-#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/arm926ejs/mx28/u-boot-spl.lds"
+#define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/mxs"
+#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds"
#define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_LIBGENERIC_SUPPORT
+#define CONFIG_SPL_GPIO_SUPPORT
/* Enable CONFIG_SYS_NO_DCDC_BATT_SOURCE the following if you only have a
* VDD5V source only and no DCDC_BATT source. This includes configurations with
@@ -194,7 +193,6 @@
#define CONFIG_AUTO_COMPLETE /* Command auto complete */
#define CONFIG_CMDLINE_EDITING /* Command history etc */
#define CONFIG_SYS_HUSH_PARSER /* enable the "hush" shell */
-#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " /* secondary prompt string */
/*
* Boot Linux
@@ -313,7 +311,6 @@
#define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE }
#define CONFIG_CONS_INDEX 0
#define CONFIG_BAUDRATE 115200 /* Default baud rate */
-#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
/*
* GPIO
diff --git a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.10.h
similarity index 99%
copy from buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h
copy to buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.10.h
index 0c251a7..65a9e58 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.10.h
@@ -39,7 +39,6 @@
* Enable the call to miscellaneous platform dependent initialization.
*/
#define CONFIG_SYS_NO_FLASH /* to be define before <config_cmd_default.h> */
-#define CONFIG_SYS_DCACHE_OFF
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_MISC_INIT_R
#define CONFIG_BOARD_LATE_INIT
@@ -47,8 +46,8 @@
/*
* Board display option
*/
-#define CONFIG_DISPLAY_BOARDINFO
-#define CONFIG_DISPLAY_CPUINFO
+/*#define CONFIG_DISPLAY_BOARDINFO*/
+/*#define CONFIG_DISPLAY_CPUINFO*/
/*
* SPL
@@ -94,18 +93,20 @@
/*#define CONFIG_CMD_DNS*/
/*#define CONFIG_CMD_EXT2*/
/*#define CONFIG_CMD_I2C*/ /* I2C serial bus support */
-#define CONFIG_CMD_IIM /* imx iim fuse */
+/*#define CONFIG_CMD_IIM*/ /* imx iim fuse */
/*#define CONFIG_CMD_MMC*/
#define CONFIG_CMD_MTDPARTS /* MTD partition support */
#define CONFIG_CMD_NAND /* NAND support */
#define CONFIG_CMD_NAND_LOCK_UNLOCK
#define CONFIG_CMD_NAND_TRIMFFS
-#define CONFIG_CMD_NFS
+#undef CONFIG_CMD_NFS
#define CONFIG_CMD_PING /* ping support */
/*#define CONFIG_CMD_SETEXPR*/ /* setexpr support */
/*#define CONFIG_CMD_UBI*/
/*#define CONFIG_CMD_UBIFS*/
+#undef CONFIG_CMD_XIMG /* Load part of Multi Image */
+
/*
* Memory configurations
*/
@@ -293,7 +294,6 @@
*/
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART3_BASE
-#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
#define CONFIG_BAUDRATE 115200
/*
diff --git a/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.10.h
similarity index 99%
copy from buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.04.h
copy to buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.10.h
index b5efe18..8ec08fb 100644
--- a/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.10.h
@@ -259,7 +259,6 @@
*/
#define CONFIG_IMX_SERIAL
#define CONFIG_IMX_SERIAL1
-#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
#define CONFIG_BAUDRATE 115200
/*
hooks/post-receive
--
armadeus
|