Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / mach-rmobile / include / mach / rmobile.h
index 1c3fe0bff28769e26de8905a5e9b07fa2edd876b..a50249dc9638b7dedc8c7e53affbe9e0af041a09 100644 (file)
 #include <asm/arch/r8a7790.h>
 #elif defined(CONFIG_R8A7791)
 #include <asm/arch/r8a7791.h>
+#elif defined(CONFIG_R8A7792)
+#include <asm/arch/r8a7792.h>
 #elif defined(CONFIG_R8A7793)
 #include <asm/arch/r8a7793.h>
 #elif defined(CONFIG_R8A7794)
 #include <asm/arch/r8a7794.h>
-#elif defined(CONFIG_R8A7795)
-#include <asm/arch/r8a7795.h>
+#elif defined(CONFIG_RCAR_GEN3)
+#include <asm/arch/rcar-gen3-base.h>
+#elif defined(CONFIG_R7S72100)
 #else
 #error "SOC Name not defined"
 #endif
 #endif /* CONFIG_ARCH_RMOBILE */
 
+/* PRR CPU IDs */
+#define RMOBILE_CPU_TYPE_SH73A0                0x37
+#define RMOBILE_CPU_TYPE_R8A7740       0x40
+#define RMOBILE_CPU_TYPE_R8A7790       0x45
+#define RMOBILE_CPU_TYPE_R8A7791       0x47
+#define RMOBILE_CPU_TYPE_R8A7792       0x4A
+#define RMOBILE_CPU_TYPE_R8A7793       0x4B
+#define RMOBILE_CPU_TYPE_R8A7794       0x4C
+#define RMOBILE_CPU_TYPE_R8A7795       0x4F
+#define RMOBILE_CPU_TYPE_R8A7796       0x52
+#define RMOBILE_CPU_TYPE_R8A77965      0x55
+#define RMOBILE_CPU_TYPE_R8A77970      0x54
+#define RMOBILE_CPU_TYPE_R8A77980      0x56
+#define RMOBILE_CPU_TYPE_R8A77990      0x57
+#define RMOBILE_CPU_TYPE_R8A77995      0x58
+
 #ifndef __ASSEMBLY__
 u32 rmobile_get_cpu_type(void);
 u32 rmobile_get_cpu_rev_integer(void);