[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-351-g1a2a3a9
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-08 06:27:09
|
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 1a2a3a9326f1a09863bac2f6e4a67ae2337d228d (commit)
from 5af65d53f2c509dc406915daca5041d5fbb8e0d5 (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 1a2a3a9326f1a09863bac2f6e4a67ae2337d228d
Author: Eric Jarrige <eri...@ar...>
Date: Fri Jun 8 08:27:56 2012 +0200
[UBOOT] apf28: set GPMI_RDn/GPMI_WRn drive strengh and pull up according to reference manual
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf28/apf28-u-boot-2012.04.h | 2 +-
patches/u-boot/2012.04/502-add-apf28.patch | 10 +++++++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h
index 3e503f7..98f5afe 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h
@@ -26,7 +26,7 @@
#define CONFIG_VERSION_VARIABLE
#define CONFIG_ENV_VERSION "1.0"
-#define CONFIG_IDENT_STRING " apf28 patch 1.2"
+#define CONFIG_IDENT_STRING " apf28 patch 1.3"
#define CONFIG_BOARD_NAME apf28
/*
diff --git a/patches/u-boot/2012.04/502-add-apf28.patch b/patches/u-boot/2012.04/502-add-apf28.patch
index abd0e09..4e92586 100644
--- a/patches/u-boot/2012.04/502-add-apf28.patch
+++ b/patches/u-boot/2012.04/502-add-apf28.patch
@@ -1115,7 +1115,7 @@ new file mode 100644
index 0000000..3769d44
--- /dev/null
+++ b/board/armadeus/apf28/spl_boot.c
-@@ -0,0 +1,202 @@
+@@ -0,0 +1,206 @@
+/*
+ * Freescale i.MX28 Boot setup for the APF28 board
+ *
@@ -1185,8 +1185,12 @@ index 0000000..3769d44
+ MX28_PAD_GPMI_D07__GPMI_D7 | MUX_CONFIG_GPMI,
+ MX28_PAD_GPMI_CE0N__GPMI_CE0N | MUX_CONFIG_GPMI,
+ MX28_PAD_GPMI_RDY0__GPMI_READY0 | MUX_CONFIG_GPMI,
-+ MX28_PAD_GPMI_RDN__GPMI_RDN | MUX_CONFIG_GPMI,
-+ MX28_PAD_GPMI_WRN__GPMI_WRN | MUX_CONFIG_GPMI,
++ /* see mx28 reference manual 9.2.2.1 notes for RD/WR 8mA reason */
++ MX28_PAD_GPMI_RDN__GPMI_RDN |
++ (MXS_PAD_3V3 | MXS_PAD_8MA | MXS_PAD_NOPULL),
++ /* see mx28 reference manual 9.4.36 pullup bit description */
++ MX28_PAD_GPMI_WRN__GPMI_WRN |
++ (MXS_PAD_3V3 | MXS_PAD_8MA | MXS_PAD_PULLUP),
+ MX28_PAD_GPMI_ALE__GPMI_ALE | MUX_CONFIG_GPMI,
+ MX28_PAD_GPMI_CLE__GPMI_CLE | MUX_CONFIG_GPMI,
+ MX28_PAD_GPMI_RESETN__GPMI_RESETN | MUX_CONFIG_GPMI,
hooks/post-receive
--
armadeus
|