[U-Boot] [PATCH 08/13] update/fix AcTux2 board

Wolfgang Denk wd at denx.de
Tue Jan 25 21:46:14 CET 2011


Dear Michael Schwingen,

In message <1294062338-21084-9-git-send-email-michael at schwingen.org> you wrote:
> 
> Signed-off-by: Michael Schwingen <michael at schwingen.org>
> ---
>  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"


More information about the U-Boot mailing list