Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / total5200 / sdram.h
diff --git a/qemu/roms/u-boot/board/total5200/sdram.h b/qemu/roms/u-boot/board/total5200/sdram.h
new file mode 100644 (file)
index 0000000..3758f5c
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * (C) Copyright 2004
+ * Mark Jonas, Freescale Semiconductor, mark.jonas@freescale.com.
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+typedef struct {
+       ulong ddr;
+       ulong mode;
+       ulong emode;
+       ulong control;
+       ulong config1;
+       ulong config2;
+       ulong tapdelay;
+} sdram_conf_t;
+
+long int mpc5xxx_sdram_init (sdram_conf_t *sdram_conf);