[U-Boot-Users] [DNX#2007073142000025] [PATCH 2/2] Resend patch to add SBC8641D
DENX Support System
support at denx.de
Tue Jul 31 19:20:04 CEST 2007
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2007073142000025] was created:
<snip>
> Add support for Wind River's SBC8641D reference board.
>
> Resend to make MAC addresses private - thanks Ben.
>
> Signed-off by: Joe Hamman <joe.hamman at embeddedspecialties.com>
>
> diff -uprN -X dontdiff u-boot/doc/README.sbc8641d
> u-boot-esi/doc/README.sbc8641d
> --- u-boot/doc/README.sbc8641d 1969-12-31 18:00:00.000000000 -0600
> +++ u-boot-esi/doc/README.sbc8641d 2007-07-31 08:52:39.000000000 -0500
> @@ -0,0 +1,27 @@
> +Wind River SBC8641D reference board
> +===========================
> +
> +Created 06/14/2007 Joe Hamman
> +Copyright 2007, Embedded Specialties, Inc.
> +-----------------------------
> +
> +1. Building U-Boot
> +------------------
> +The SBC8641D code is known to build using ELDK 4.1.
> +
> + $ make sbc8641d_config
> + Configuring for sbc8641d board...
> +
> + $ make
> +
> +
> +2. Switch and Jumper Settings
> +-----------------------------
> +All Jumpers & Switches are in their default positions. Please refer to
> +the board documentation for details. Some settings control CPU
> voltages
> +and settings may change with board revisions.
> +
> +3. Known limitations
> +--------------------
> +PCI:
> + The PCI command may hang if no boards are present in either slot.
> diff -uprN -X dontdiff u-boot/drivers/tsec.h u-boot-esi/drivers/tsec.h
> --- u-boot/drivers/tsec.h 2007-07-31 08:19:57.000000000 -0500
> +++ u-boot-esi/drivers/tsec.h 2007-07-31 06:20:48.000000000 -0500
> @@ -70,7 +70,7 @@
> #define miim_end -2
> #define miim_read -1
>
> -#define TBIPA_VALUE 0x1f
> +#define TBIPA_VALUE 0x1e
> #define MIIMCFG_INIT_VALUE 0x00000003
> #define MIIMCFG_RESET 0x80000000
>
> diff -uprN -X dontdiff u-boot/include/configs/sbc8641d.h
> u-boot-esi/include/configs/sbc8641d.h
> --- u-boot/include/configs/sbc8641d.h 1969-12-31 18:00:00.000000000
> -0600
> +++ u-boot-esi/include/configs/sbc8641d.h 2007-07-31 07:15:41.000000000
> -0500
> @@ -0,0 +1,597 @@
> +/*
> + * Copyright 2006 Freescale Semiconductor.
> + *
> + * Srikanth Srinivasan (srikanth.srinivasan at freescale.com)
> + *
> + * See file CREDITS for list of people who contributed to this
> + * project.
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License as
> + * published by the Free Software Foundation; either version 2 of
> + * the License, or (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU General Public License for more details.
> + *
> + * You should have received a copy of the GNU General Public License
> + * along with this program; if not, write to the Free Software
> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> + * MA 02111-1307 USA
> + */
> +
> +/*
> + * MPC8641HPCN board configuration file
> + *
> + * Make sure you change the MAC address and other network params first,
> + * search for CONFIG_ETHADDR, CONFIG_SERVERIP, etc in this file.
> + */
> +
> +#ifndef __CONFIG_H
> +#define __CONFIG_H
> +
> +/* High Level Configuration Options */
> +#define CONFIG_MPC86xx 1 /* MPC86xx */
> +#define CONFIG_MPC8641 1 /* MPC8641 specific */
> +#define CONFIG_SBC8641D 1 /* SBC8641D board specific */
> +#define CONFIG_NUM_CPUS 2 /* Number of CPUs in the system
> */
> +#define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux
> */
</snip>
Your U-Boot support team
More information about the U-Boot
mailing list