aboutsummaryrefslogtreecommitdiffstats
path: root/x-loader/include/asm/arch-omap4/omap4430.h
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2012-04-20 14:10:36 +0200
committerH. Nikolaus Schaller <hns@goldelico.com>2012-04-20 14:10:36 +0200
commit819e36b8ceadb1d67db1ffe91b99c5282bfc6159 (patch)
treecaa2bc25e54f0d41abb61920f29d3bf5eee3d864 /x-loader/include/asm/arch-omap4/omap4430.h
parenta9a9e3f6aed040a12daf64157615f5e9fed974bb (diff)
downloadbootable_bootloader_goldelico_gta04_x-loader-819e36b8ceadb1d67db1ffe91b99c5282bfc6159.zip
bootable_bootloader_goldelico_gta04_x-loader-819e36b8ceadb1d67db1ffe91b99c5282bfc6159.tar.gz
bootable_bootloader_goldelico_gta04_x-loader-819e36b8ceadb1d67db1ffe91b99c5282bfc6159.tar.bz2
tree moved to a better location
Diffstat (limited to 'x-loader/include/asm/arch-omap4/omap4430.h')
-rw-r--r--x-loader/include/asm/arch-omap4/omap4430.h137
1 files changed, 0 insertions, 137 deletions
diff --git a/x-loader/include/asm/arch-omap4/omap4430.h b/x-loader/include/asm/arch-omap4/omap4430.h
deleted file mode 100644
index 2f83621..0000000
--- a/x-loader/include/asm/arch-omap4/omap4430.h
+++ /dev/null
@@ -1,137 +0,0 @@
-/*
- * (C) Copyright 2006-2009
- * Texas Instruments, <www.ti.com>
- * Richard Woodruff <r-woodruff2@ti.com>
- * Syed Mohammed Khasim <x0khasim@ti.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
- * version 2 as published by the Free Software Foundation.
- *
- * 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
- */
-
-#ifndef _OMAP4430_SYS_H_
-#define _OMAP4430_SYS_H_
-
-#include <asm/arch/sizes.h>
-
-/*
- * 4430 specific Section
- */
-
-/* Stuff on L3 Interconnect */
-#define SMX_APE_BASE 0x68000000
-
-/* L3 Firewall */
-#define A_REQINFOPERM0 (SMX_APE_BASE + 0x05048)
-#define A_READPERM0 (SMX_APE_BASE + 0x05050)
-#define A_WRITEPERM0 (SMX_APE_BASE + 0x05058)
-
-/* GPMC */
-#define OMAP44XX_GPMC_BASE (0x50000000)
-
-/* DMM */
-#define OMAP44XX_DMM_BASE 0x4E000000
-
-/* SMS */
-#define OMAP44XX_SMS_BASE 0x6C000000
-
-/* SDRC */
-#define OMAP44XX_SDRC_BASE 0x6D000000
-
-
-/*
- * L4 Peripherals - L4 Wakeup and L4 Core now
- */
-#define OMAP44XX_CORE_L4_IO_BASE 0x4A000000
-
-#define OMAP44XX_WAKEUP_L4_IO_BASE 0x4A300000
-
-#define OMAP44XX_L4_PER 0x48000000
-
-#define OMAP44XX_L4_IO_BASE OMAP44XX_CORE_L4_IO_BASE
-
-/* CONTROL */
-//#define OMAP44XX_CTRL_BASE (OMAP44XX_L4_IO_BASE+0x2000)
-#define OMAP44XX_CTRL_BASE 0x4a100000
-
-/* TAP information dont know for 3430*/
-#define OMAP44XX_TAP_BASE (0x49000000) /*giving some junk for virtio */
-
-/* UART */
-#define OMAP44XX_UART1 (OMAP44XX_L4_PER+0x6a000)
-#define OMAP44XX_UART2 (OMAP44XX_L4_PER+0x6c000)
-#define OMAP44XX_UART3 (OMAP44XX_L4_PER+0x20000)
-
-/* General Purpose Timers */
-#define OMAP44XX_GPT1 0x48318000
-#define OMAP44XX_GPT2 0x48032000
-#define OMAP44XX_GPT3 0x48034000
-#define OMAP44XX_GPT4 0x48036000
-#define OMAP44XX_GPT5 0x40138000
-#define OMAP44XX_GPT6 0x4013A000
-#define OMAP44XX_GPT7 0x4013C000
-#define OMAP44XX_GPT8 0x4013E000
-#define OMAP44XX_GPT9 0x48040000
-#define OMAP44XX_GPT10 0x48086000
-#define OMAP44XX_GPT11 0x48088000
-#define OMAP44XX_GPT12 0x48304000
-
-/* WatchDog Timers (1 secure, 3 GP) */
-#define WD1_BASE (0x4A322000)
-#define WD2_BASE (0x4A314000)
-#define WD3_BASE (0x40130000)
-
-/* 32KTIMER */
-#define SYNC_32KTIMER_BASE (0x48320000)
-#define S32K_CR (SYNC_32KTIMER_BASE+0x10)
-
-/*
- * SDP4430 specific Section
- */
-
-/*
- * The 443x's chip selects are programmable. The mask ROM
- * does configure CS0 to 0x08000000 before dispatch. So, if
- * you want your code to live below that address, you have to
- * be prepared to jump though hoops, to reset the base address.
- * Same as in SDP4430
- */
-#ifdef CONFIG_OMAP44XX
-/* base address for indirect vectors (internal boot mode) */
-#define SRAM_OFFSET0 0x40000000
-#define SRAM_OFFSET1 0x00300000
-#define SRAM_OFFSET2 0x0000D000
-#define SRAM_OFFSET3 0x00000800
-#define SRAM_VECT_CODE (SRAM_OFFSET0|SRAM_OFFSET1|SRAM_OFFSET2|SRAM_OFFSET3)
-#define LOW_LEVEL_SRAM_STACK 0x4030DFFC
-#endif
-
-#if defined(CONFIG_4430SDP)
-/* FPGA on Debug board.*/
-# define ETH_CONTROL_REG (DEBUG_BASE+0x30b)
-# define LAN_RESET_REGISTER (DEBUG_BASE+0x1c)
-
-# define DIP_SWITCH_INPUT_REG2 (DEBUG_BASE+0x60)
-# define LED_REGISTER (DEBUG_BASE+0x40)
-# define FPGA_REV_REGISTER (DEBUG_BASE+0x10)
-# define EEPROM_MAIN_BRD (DEBUG_BASE+0x10000+0x1800)
-# define EEPROM_CONN_BRD (DEBUG_BASE+0x10000+0x1900)
-# define EEPROM_UI_BRD (DEBUG_BASE+0x10000+0x1A00)
-# define EEPROM_MCAM_BRD (DEBUG_BASE+0x10000+0x1B00)
-# define ENHANCED_UI_EE_NAME "750-2075"
-#endif
-
-#endif /* _OMAP4430_SYS_H_ */