]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-am33xx/sys_proto.h
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
[people/ms/u-boot.git] / arch / arm / include / asm / arch-am33xx / sys_proto.h
CommitLineData
62d7fe7c
CN
1/*
2 * sys_proto.h
3 *
4 * System information header
5 *
6 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
7 *
1a459660 8 * SPDX-License-Identifier: GPL-2.0+
62d7fe7c
CN
9 */
10
11#ifndef _SYS_PROTO_H_
12#define _SYS_PROTO_H_
6aff0509 13#include <linux/mtd/omap_gpmc.h>
939911a6 14#include <asm/ti-common/sys_proto.h>
9721027a 15#include <asm/arch/cpu.h>
62d7fe7c 16
62d7fe7c
CN
17u32 get_cpu_rev(void);
18u32 get_sysboot_value(void);
19
6995a289 20extern struct ctrl_stat *cstat;
62d7fe7c 21u32 get_device_type(void);
4596dcc1 22void save_omap_boot_params(void);
8a8f084e 23void setup_clocks_for_console(void);
7b9c5d0b 24void mpu_pll_config_val(int mpull_m);
b971dfad 25void ddr_pll_config(unsigned int ddrpll_M);
db7dd810 26
8eb16b7f 27void sdelay(unsigned long);
98f92001
TR
28
29struct gpmc_cs;
8eb16b7f 30void gpmc_init(void);
6b3dcc45
MJ
31void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base,
32 u32 size);
da634ae3 33void omap_nand_switch_ecc(uint32_t, uint32_t);
49f78365 34
0660481a
HS
35void set_uart_mux_conf(void);
36void set_mux_conf_regs(void);
37void sdram_init(void);
94d77fb6 38u32 wait_on_value(u32, u32, void *, u32);
0660481a
HS
39#ifdef CONFIG_NOR_BOOT
40void enable_norboot_pin_mux(void);
41#endif
6a0d803c 42void am33xx_spl_board_init(void);
9721027a
TR
43int am335x_get_efuse_mpu_max_freq(struct ctrl_dev *cdev);
44int am335x_get_tps65910_mpu_vdd(int sil_rev, int frequency);
62d7fe7c 45#endif