Revision 8f43bc78 target-ppc/translate_init.c

b/target-ppc/translate_init.c
6852 6852
    CPU_POWERPC_XIPCHIP            = xxx,
6853 6853
#endif
6854 6854
    /* PowerPC 403 family */
6855
    /* Generic PowerPC 403 */
6856
#define CPU_POWERPC_403              CPU_POWERPC_403GC
6857 6855
    /* PowerPC 403 microcontrollers */
6858 6856
    CPU_POWERPC_403GA              = 0x00200011,
6859 6857
    CPU_POWERPC_403GB              = 0x00200100,
......
6863 6861
    CPU_POWERPC_403GP              = xxx,
6864 6862
#endif
6865 6863
    /* PowerPC 405 family */
6866
    /* Generic PowerPC 405 */
6867
#define CPU_POWERPC_405              CPU_POWERPC_405D4
6868 6864
    /* PowerPC 405 cores */
6869 6865
#if 0
6870 6866
    CPU_POWERPC_405A3              = xxx,
......
6906 6902
#endif
6907 6903
    /* PowerPC 405 microcontrolers */
6908 6904
    /* XXX: missing 0x200108a0 */
6909
#define CPU_POWERPC_405CR            CPU_POWERPC_405CRc
6910 6905
    CPU_POWERPC_405CRa             = 0x40110041,
6911 6906
    CPU_POWERPC_405CRb             = 0x401100C5,
6912 6907
    CPU_POWERPC_405CRc             = 0x40110145,
......
6918 6913
#if 0
6919 6914
    CPU_POWERPC_405FX              = xxx,
6920 6915
#endif
6921
#define CPU_POWERPC_405GP            CPU_POWERPC_405GPd
6922 6916
    CPU_POWERPC_405GPa             = 0x40110000,
6923 6917
    CPU_POWERPC_405GPb             = 0x40110040,
6924 6918
    CPU_POWERPC_405GPc             = 0x40110082,
......
6979 6973
#endif
6980 6974
    /* Xilinx cores */
6981 6975
    CPU_POWERPC_X2VP4              = 0x20010820,
6982
#define CPU_POWERPC_X2VP7            CPU_POWERPC_X2VP4
6983 6976
    CPU_POWERPC_X2VP20             = 0x20010860,
6984
#define CPU_POWERPC_X2VP50           CPU_POWERPC_X2VP20
6985 6977
#if 0
6986 6978
    CPU_POWERPC_ZL10310            = xxx,
6987 6979
#endif
......
7701 7693
    POWERPC_DEF("Xipchip",       CPU_POWERPC_XIPCHIP,                401)
7702 7694
#endif
7703 7695
    /* PowerPC 403 family                                                    */
7704
    /* Generic PowerPC 403                                                   */
7705
    POWERPC_DEF("403",           CPU_POWERPC_403,                    403)
7706 7696
    /* PowerPC 403 microcontrolers                                           */
7707 7697
    /* PowerPC 403 GA                                                        */
7708 7698
    POWERPC_DEF("403GA",         CPU_POWERPC_403GA,                  403)
......
7717 7707
    POWERPC_DEF("403GP",         CPU_POWERPC_403GP,                  403)
7718 7708
#endif
7719 7709
    /* PowerPC 405 family                                                    */
7720
    /* Generic PowerPC 405                                                   */
7721
    POWERPC_DEF("405",           CPU_POWERPC_405,                    405)
7722 7710
    /* PowerPC 405 cores                                                     */
7723 7711
#if defined (TODO)
7724 7712
    /* PowerPC 405 A3                                                        */
......
7773 7761
    POWERPC_DEF("405F6",         CPU_POWERPC_405F6,                  405)
7774 7762
#endif
7775 7763
    /* PowerPC 405 microcontrolers                                           */
7776
    /* PowerPC 405 CR                                                        */
7777
    POWERPC_DEF("405CR",         CPU_POWERPC_405CR,                  405)
7778 7764
    /* PowerPC 405 CRa                                                       */
7779 7765
    POWERPC_DEF("405CRa",        CPU_POWERPC_405CRa,                 405)
7780 7766
    /* PowerPC 405 CRb                                                       */
......
7793 7779
    /* PowerPC 405 FX                                                        */
7794 7780
    POWERPC_DEF("405FX",         CPU_POWERPC_405FX,                  405)
7795 7781
#endif
7796
    /* PowerPC 405 GP                                                        */
7797
    POWERPC_DEF("405GP",         CPU_POWERPC_405GP,                  405)
7798 7782
    /* PowerPC 405 GPa                                                       */
7799 7783
    POWERPC_DEF("405GPa",        CPU_POWERPC_405GPa,                 405)
7800 7784
    /* PowerPC 405 GPb                                                       */
......
7880 7864
#endif
7881 7865
    /* Xilinx PowerPC 405 cores                                              */
7882 7866
    POWERPC_DEF("x2vp4",         CPU_POWERPC_X2VP4,                  405)
7883
    POWERPC_DEF("x2vp7",         CPU_POWERPC_X2VP7,                  405)
7884 7867
    POWERPC_DEF("x2vp20",        CPU_POWERPC_X2VP20,                 405)
7885
    POWERPC_DEF("x2vp50",        CPU_POWERPC_X2VP50,                 405)
7886 7868
#if defined (TODO)
7887 7869
    /* Zarlink ZL10310                                                       */
7888 7870
    POWERPC_DEF("zl10310",       CPU_POWERPC_ZL10310,                405)
......
9160 9142
} PowerPCCPUAlias;
9161 9143

  
9162 9144
static const PowerPCCPUAlias ppc_cpu_aliases[] = {
9145
    { "403", "403GC" },
9146
    { "405", "405D4" },
9147
    { "405CR", "405CRc" },
9148
    { "405GP", "405GPd" },
9149
    { "x2vp7", "x2vp4" },
9150
    { "x2vp50", "x2vp20" },
9151

  
9163 9152
    { "RCPU", "MPC5xx" },
9164 9153
    /* MPC5xx microcontrollers */
9165 9154
    { "MGT560", "MPC5xx" },

Also available in: Unified diff