summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/global_data.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-19 22:10:47 +0200
committerWolfgang Denk <wd@denx.de>2010-10-19 22:10:47 +0200
commit1ed3b710d04e21dd34f61cfd129cbe18bef91598 (patch)
treef713a2980ddf7804837a88286104817d8ab5069a /arch/arm/include/asm/global_data.h
parent6d8d4ef994a7c46e34b5fe53b1af7aa4f78192bf (diff)
parent5dca710a3d7703e41da0e9894f2d71f9e25bea6b (diff)
downloadu-boot-imx-1ed3b710d04e21dd34f61cfd129cbe18bef91598.zip
u-boot-imx-1ed3b710d04e21dd34f61cfd129cbe18bef91598.tar.gz
u-boot-imx-1ed3b710d04e21dd34f61cfd129cbe18bef91598.tar.bz2
Merge branch 'at91' of git://git.denx.de/u-boot-atmel
Diffstat (limited to 'arch/arm/include/asm/global_data.h')
-rw-r--r--arch/arm/include/asm/global_data.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h
index 6152f34..6dae432 100644
--- a/arch/arm/include/asm/global_data.h
+++ b/arch/arm/include/asm/global_data.h
@@ -47,6 +47,20 @@ typedef struct global_data {
#ifdef CONFIG_FSL_ESDHC
unsigned long sdhc_clk;
#endif
+#ifdef CONFIG_AT91FAMILY
+ /* "static data" needed by at91's clock.c */
+ unsigned long cpu_clk_rate_hz;
+ unsigned long main_clk_rate_hz;
+ unsigned long mck_rate_hz;
+ unsigned long plla_rate_hz;
+ unsigned long pllb_rate_hz;
+ unsigned long at91_pllb_usb_init;
+ /* "static data" needed by at91's timer.c */
+ unsigned long timer_rate_hz;
+ unsigned long tbl;
+ unsigned long tbu;
+ unsigned long long timer_reset_value;
+#endif
#if !defined(CONFIG_SYS_ARM_WITHOUT_RELOC)
unsigned long relocaddr; /* Start address of U-Boot in RAM */
phys_size_t ram_size; /* RAM size */