1 ppc_ss = ss.source_set()
6 ppc_ss.add(when: 'CONFIG_FDT_PPC', if_true: files('fdt.c'))
7 ppc_ss.add(when: 'CONFIG_FW_CFG_PPC', if_true: files('fw_cfg.c'))
10 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
31 ppc_ss.add(when: ['CONFIG_PSERIES', 'CONFIG_TCG'], if_true: files(
34 ppc_ss.add(when: 'CONFIG_SPAPR_RNG', if_true: files('spapr_rng.c'))
36 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
42 ppc_ss.add(when: 'CONFIG_POWERNV', if_true: files(
56 'pnv_nest_pervasive.c',
60 ppc_ss.add(when: 'CONFIG_PPC405', if_true: files(
63 ppc_ss.add(when: 'CONFIG_PPC440', if_true: files(
66 ppc_ss.add(when: 'CONFIG_PPC4XX', if_true: files(
69 ppc_ss.add(when: 'CONFIG_SAM460EX', if_true: files('sam460ex.c'))
71 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep.c'))
72 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep_systemio.c'))
73 ppc_ss.add(when: 'CONFIG_RS6000_MC', if_true: files('rs6000_mc.c'))
75 ppc_ss.add(when: 'CONFIG_MAC_OLDWORLD', if_true: files('mac_oldworld.c'))
77 ppc_ss.add(when: 'CONFIG_MAC_NEWWORLD', if_true: files('mac_newworld.c'))
79 ppc_ss.add(when: 'CONFIG_E500PLAT', if_true: files('e500plat.c'))
80 ppc_ss.add(when: 'CONFIG_MPC8544DS', if_true: files('mpc8544ds.c'))
81 ppc_ss.add(when: 'CONFIG_E500', if_true: files(
86 # PowerPC 440 Xilinx ML507 reference board.
87 ppc_ss.add(when: 'CONFIG_VIRTEX', if_true: files('virtex_ml507.c'))
89 ppc_ss.add(when: 'CONFIG_AMIGAONE', if_true: files('amigaone.c'))
91 ppc_ss.add(when: 'CONFIG_PEGASOS2', if_true: files('pegasos2.c'))
93 ppc_ss.add(when: 'CONFIG_VOF', if_true: files('vof.c'))
94 ppc_ss.add(when: ['CONFIG_VOF', 'CONFIG_PSERIES'], if_true: files('spapr_vof.c'))
96 hw_arch += {'ppc': ppc_ss}