diff options
author | Dave Liu <r63238@freescale.com> | 2007-09-18 12:37:57 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-08 09:55:39 -0600 |
commit | 19580e660cc8da49f16536a8bd78c047c7bc12e5 (patch) | |
tree | 2b0d1681d4b61b0d7bbf5cf886d25fc3d2753ddc /board/freescale/mpc837xemds/config.mk | |
parent | 555da61702771fe0f76f3de23b4e7590f3704161 (diff) | |
download | u-boot-imx-19580e660cc8da49f16536a8bd78c047c7bc12e5.zip u-boot-imx-19580e660cc8da49f16536a8bd78c047c7bc12e5.tar.gz u-boot-imx-19580e660cc8da49f16536a8bd78c047c7bc12e5.tar.bz2 |
mpc83xx: Add the support of MPC837xEMDS board
The MPC837xEMDS board support:
* DDR2 400MHz hardcoded and SPD init
* Local bus NOR Flash
* I2C, UART, MII and RTC
* eTSEC RGMII
* PCI host
Signed-off-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'board/freescale/mpc837xemds/config.mk')
-rw-r--r-- | board/freescale/mpc837xemds/config.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/board/freescale/mpc837xemds/config.mk b/board/freescale/mpc837xemds/config.mk new file mode 100644 index 0000000..63c5fc3 --- /dev/null +++ b/board/freescale/mpc837xemds/config.mk @@ -0,0 +1,28 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@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 +# + +# +# MPC837xEMDS +# + +TEXT_BASE = 0xFE000000 |