diff options
author | Heiko Schocher <hs@denx.de> | 2008-11-20 09:57:47 +0100 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-11-20 15:29:32 -0600 |
commit | fed36ac5ae613773b6cd90e61e292c45440e10c8 (patch) | |
tree | 9d3c4083ea97777a4a927c0ad0214397b05e58b9 /board/keymile/kmeter1/config.mk | |
parent | facdad5f2602e899a01746916beddbf9e856b5ee (diff) | |
download | u-boot-imx-fed36ac5ae613773b6cd90e61e292c45440e10c8.zip u-boot-imx-fed36ac5ae613773b6cd90e61e292c45440e10c8.tar.gz u-boot-imx-fed36ac5ae613773b6cd90e61e292c45440e10c8.tar.bz2 |
powerpc: 83xx: add support for the kmeter1 board
This patch adds support for the kmeter1 board from Keymile,
based on a Freescale MPC8360 CPU.
- serial console on UART 1
- 256 MB DDR2 RAM
- 64 MB NOR Flash
- Ethernet RMII Mode over UCC4
- PHY SMSC LAN8700
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/keymile/kmeter1/config.mk')
-rw-r--r-- | board/keymile/kmeter1/config.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/board/keymile/kmeter1/config.mk b/board/keymile/kmeter1/config.mk new file mode 100644 index 0000000..20f298b --- /dev/null +++ b/board/keymile/kmeter1/config.mk @@ -0,0 +1,24 @@ +# +# (C) Copyright 2008 +# Heiko Schocher, DENX Software Engineering, hs@denx.de. +# +# 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 +# + +TEXT_BASE = 0xF0000000 |