1 ppc_ss = ss.source_set()
6 ppc_ss.add(when: 'CONFIG_FDT_PPC', if_true: [files(
9 ppc_ss.add(when: 'CONFIG_FW_CFG_PPC', if_true: files('fw_cfg.c'))
12 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
33 ppc_ss.add(when: ['CONFIG_PSERIES', 'CONFIG_TCG'], if_true: files(
36 ppc_ss.add(when: 'CONFIG_SPAPR_RNG', if_true: files('spapr_rng.c'))
38 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
44 ppc_ss.add(when: 'CONFIG_POWERNV', if_true: files(
57 'pnv_nest_pervasive.c',
61 ppc_ss.add(when: 'CONFIG_PPC405', if_true: files(
64 ppc_ss.add(when: 'CONFIG_PPC440', if_true: files(
67 ppc_ss.add(when: 'CONFIG_PPC4XX', if_true: files(
70 ppc_ss.add(when: 'CONFIG_SAM460EX', if_true: files('sam460ex.c'))
72 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep.c'))
73 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep_systemio.c'))
74 ppc_ss.add(when: 'CONFIG_RS6000_MC', if_true: files('rs6000_mc.c'))
76 ppc_ss.add(when: 'CONFIG_MAC_OLDWORLD', if_true: files('mac_oldworld.c'))
78 ppc_ss.add(when: 'CONFIG_MAC_NEWWORLD', if_true: files('mac_newworld.c'))
80 ppc_ss.add(when: 'CONFIG_E500PLAT', if_true: files('e500plat.c'))
81 ppc_ss.add(when: 'CONFIG_MPC8544DS', if_true: files('mpc8544ds.c'))
82 ppc_ss.add(when: 'CONFIG_E500', if_true: files(
87 # PowerPC 440 Xilinx ML507 reference board.
88 ppc_ss.add(when: 'CONFIG_VIRTEX', if_true: files('virtex_ml507.c'))
90 ppc_ss.add(when: 'CONFIG_AMIGAONE', if_true: files('amigaone.c'))
92 ppc_ss.add(when: 'CONFIG_PEGASOS2', if_true: files('pegasos2.c'))
94 ppc_ss.add(when: 'CONFIG_VOF', if_true: files('vof.c'))
95 ppc_ss.add(when: ['CONFIG_VOF', 'CONFIG_PSERIES'], if_true: files('spapr_vof.c'))
97 hw_arch += {'ppc': ppc_ss}