From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 25 Jan 2011 21:46:14 +0100 Subject: [U-Boot] [PATCH 08/13] update/fix AcTux2 board In-Reply-To: <1294062338-21084-9-git-send-email-michael@schwingen.org> References: <1294062338-21084-1-git-send-email-michael@schwingen.org> <1294062338-21084-9-git-send-email-michael@schwingen.org> Message-ID: <20110125204614.9A1E41365DB@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Michael Schwingen, In message <1294062338-21084-9-git-send-email-michael@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen > --- > board/actux2/actux2.c | 26 +++++++++++++----------- > board/actux2/config.mk | 7 +---- > board/actux2/u-boot.lds | 47 ++++++++++++++++++++++++++++----------------- > include/configs/actux2.h | 21 +++++++++++++++---- > 4 files changed, 61 insertions(+), 40 deletions(-) > > diff --git a/board/actux2/actux2.c b/board/actux2/actux2.c > index d6aaad6..634553f 100644 > --- a/board/actux2/actux2.c > +++ b/board/actux2/actux2.c > @@ -43,6 +43,19 @@ > > DECLARE_GLOBAL_DATA_PTR; > > +int board_early_init_f (void) > +{ > + /* CS1: IPAC-X */ > + *IXP425_EXP_CS1 = 0x94d10013; > + /* CS5: Debug port */ > + *IXP425_EXP_CS5 = 0x9d520003; > + /* CS6: HW release register */ > + *IXP425_EXP_CS6 = 0x81860001; > + /* CS7: LEDs */ > + *IXP425_EXP_CS7 = 0x80900003; > + return 0; Same comments as for AcTux1 apply to this patch, and to the other AcTux* patches as well. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de "You shouldn't make my toaster angry." - Household security explained in "Johnny Quest"