Re: [U-Boot-Users] [DNX#2006110242000056] [PATCH 03/10 v3]: mpc7448hpc2 platf [...]

Hello list,
inside the automatic U-Boot patch tracking system a new ticket [DNX#2006110242000056] was created:
<snip>
Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. The mpc7448hpc2 board support header file.
Signed-off-by: Alexandre Bounine alexandreb@tundra.com Signed-off-by: Roy Zang tie-fei.zang@freescale.com
include/configs/mpc7448hpc2.h | 453 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 453 insertions(+), 0 deletions(-)
diff --git a/include/configs/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h new file mode 100644 index 0000000..9243d58 --- /dev/null +++ b/include/configs/mpc7448hpc2.h @@ -0,0 +1,453 @@ +/*
- Copyright (c) 2005 Freescale Semiconductor, Inc.
- (C) Copyright 2006
- Alex Bounine , Tundra Semiconductor Corp.
- Roy Zang , Freescale Corp.
- 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
- */
+/****************************************************************
- board specific configuration options for Freescale
- MPC7448HPC2 (High-Performance Computing II) (Taiga) board
- ****************************************************************/
+#ifndef __CONFIG_H +#define __CONFIG_H
+#undef DEBUG
+/* Board Configuration Definitions */ +/* MPC7448HPC2 (High-Performance Computing II) (Taiga) board */
+#define CONFIG_MPC7448HPC2
+#define CONFIG_74xx +#define CONFIG_750FX /* this option to enable init of extended BATs */ +#define CONFIG_ALTIVEC /* undef to disable */
+#define CFG_BOARD_NAME "MPC7448 HPC II" +#define CONFIG_IDENT_STRING " Freescale MPC7448 HPC II"
+#define CFG_OCN_CLK 133000000 /* 133 MHz */ +#define CFG_CONFIG_BUS_CLK 133000000
+#define CFG_CLK_SPREAD /* Enable Spread-Spectrum Clock generation */
+#undef CONFIG_ECC /* disable ECC support */
+/* Board-specific Initialization Functions to be called */ +#define CFG_BOARD_ASM_INIT +#define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_EARLY_INIT_R +#define CONFIG_MISC_INIT_R
+/* Default MAC Addresses for on-chip GIGE Controller */
+#define CONFIG_ETHADDR 00:06:D2:00:00:01
+#define CONFIG_HAS_ETH1 +#define CONFIG_ETH1ADDR 00:06:D2:00:00:02
+#define CONFIG_ENV_OVERWRITE
+/*
- High Level Configuration Options
- (easy to change)
- */
+#define CONFIG_BAUDRATE 115200 /* console baudrate = 115000 */
+/*#define CFG_HUSH_PARSER */ +#undef CFG_HUSH_PARSER
</snip>
Your U-Boot support team
participants (1)
-
DENX Support System