Merge branch 'master' of git://git.denx.de/u-boot-mips
[platform/kernel/u-boot.git] / arch / mips / include / asm / malta.h
index 0b50a66..bd9043d 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
+ * Copyright (C) 2013 Imagination Technologies
  *
- * 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.
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef _MIPS_ASM_MALTA_H
 #define MALTA_MSC01_PCIIO_MAP          0x00000000
 #define MALTA_MSC01_UART0_BASE         (MALTA_MSC01_PCIIO_BASE + 0x3f8)
 
+#define MALTA_ASCIIWORD                        0x1f000410
+#define MALTA_ASCIIPOS0                        0x1f000418
+#define MALTA_ASCIIPOS1                        0x1f000420
+#define MALTA_ASCIIPOS2                        0x1f000428
+#define MALTA_ASCIIPOS3                        0x1f000430
+#define MALTA_ASCIIPOS4                        0x1f000438
+#define MALTA_ASCIIPOS5                        0x1f000440
+#define MALTA_ASCIIPOS6                        0x1f000448
+#define MALTA_ASCIIPOS7                        0x1f000450
+
 #define MALTA_RESET_BASE               0x1f000500
 #define GORESET                                0x42
 
-#define MALTA_FLASH_BASE               0x1fc00000
+#define MALTA_FLASH_BASE               0x1e000000
 
 #define MALTA_REVISION                 0x1fc00010
 #define MALTA_REVISION_CORID_SHF       10
@@ -43,4 +52,9 @@
 #define MALTA_REVISION_CORID_CORE_LV           1
 #define MALTA_REVISION_CORID_CORE_FPGA6                14
 
+#define PCI_CFG_PIIX4_PIRQRCA          0x60
+#define PCI_CFG_PIIX4_PIRQRCB          0x61
+#define PCI_CFG_PIIX4_PIRQRCC          0x62
+#define PCI_CFG_PIIX4_PIRQRCD          0x63
+
 #endif /* _MIPS_ASM_MALTA_H */