Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2004-2008 |
| 3 | * Texas Instruments, <www.ti.com> |
| 4 | * Richard Woodruff <r-woodruff2@ti.com> |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU General Public License as |
| 8 | * published by the Free Software Foundation; either version 2 of |
| 9 | * the License, or (at your option) any later version. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License |
| 17 | * along with this program; if not, write to the Free Software |
| 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 19 | * MA 02111-1307 USA |
| 20 | */ |
| 21 | #ifndef _SYS_PROTO_H_ |
| 22 | #define _SYS_PROTO_H_ |
| 23 | |
| 24 | typedef struct { |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 25 | u32 mtype; |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 26 | char *board_string; |
| 27 | char *nand_string; |
| 28 | } omap3_sysinfo; |
| 29 | |
Aneesh V | d16dd01 | 2011-06-16 23:30:53 +0000 | [diff] [blame] | 30 | struct emu_hal_params { |
| 31 | u32 num_params; |
| 32 | u32 param1; |
| 33 | }; |
| 34 | |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 35 | void prcm_init(void); |
| 36 | void per_clocks_enable(void); |
| 37 | |
| 38 | void memif_init(void); |
| 39 | void sdrc_init(void); |
| 40 | void do_sdrc_init(u32, u32); |
Tom Rini | 05800b9 | 2011-11-18 12:48:06 +0000 | [diff] [blame] | 41 | void get_board_mem_timings(u32 *mcfg, u32 *ctrla, u32 *ctrlb, u32 *rfr_ctrl, |
| 42 | u32 *mr); |
Tom Rini | 037e2e3 | 2011-11-18 12:48:07 +0000 | [diff] [blame^] | 43 | void identify_nand_chip(int *mfr, int *id); |
Vaibhav Hiremath | 598f702 | 2010-06-07 15:20:53 -0400 | [diff] [blame] | 44 | void emif4_init(void); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 45 | void gpmc_init(void); |
Nishanth Menon | 3d0377f | 2009-10-13 12:49:55 -0400 | [diff] [blame] | 46 | void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base, |
Nishanth Menon | 9eaf994 | 2009-10-13 12:47:24 -0400 | [diff] [blame] | 47 | u32 size); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 48 | |
| 49 | void watchdog_init(void); |
| 50 | void set_muxconf_regs(void); |
| 51 | |
Steve Sakoman | ad74ace | 2010-08-17 14:39:34 -0700 | [diff] [blame] | 52 | u32 get_cpu_family(void); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 53 | u32 get_cpu_rev(void); |
Steve Sakoman | ad74ace | 2010-08-17 14:39:34 -0700 | [diff] [blame] | 54 | u32 get_sku_id(void); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 55 | u32 get_sysboot_value(void); |
| 56 | u32 is_gpmc_muxed(void); |
| 57 | u32 get_gpmc0_type(void); |
| 58 | u32 get_gpmc0_width(void); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 59 | u32 is_running_in_sdram(void); |
| 60 | u32 is_running_in_sram(void); |
| 61 | u32 is_running_in_flash(void); |
| 62 | u32 get_device_type(void); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 63 | void secureworld_exit(void); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 64 | void try_unlock_memory(void); |
| 65 | u32 get_boot_type(void); |
Tom Rix | 096b9c2 | 2009-09-10 15:27:57 -0400 | [diff] [blame] | 66 | void invalidate_dcache(u32); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 67 | void sr32(void *, u32, u32, u32); |
| 68 | u32 wait_on_value(u32, u32, void *, u32); |
| 69 | void sdelay(unsigned long); |
| 70 | void make_cs1_contiguous(void); |
| 71 | void omap_nand_switch_ecc(int); |
| 72 | void power_init_r(void); |
Dirk Behme | 12dbcf6 | 2009-03-12 19:30:50 +0100 | [diff] [blame] | 73 | void dieid_num_r(void); |
Aneesh V | d16dd01 | 2011-06-16 23:30:53 +0000 | [diff] [blame] | 74 | void do_omap3_emu_romcode_call(u32 service_id, u32 parameters); |
| 75 | void omap3_gp_romcode_call(u32 service_id, u32 parameter); |
Dirk Behme | a1aa39c | 2008-12-14 09:47:12 +0100 | [diff] [blame] | 76 | #endif |