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'))
37 ppc_ss.add(when: ['CONFIG_PSERIES', 'CONFIG_LINUX'], if_true: files(
42 ppc_ss.add(when: 'CONFIG_POWERNV', if_true: files(
55 ppc_ss.add(when: 'CONFIG_PPC405', if_true: files(
58 ppc_ss.add(when: 'CONFIG_PPC440', if_true: files(
60 'ppc440_pcix.c', 'ppc440_uc.c'))
61 ppc_ss.add(when: 'CONFIG_PPC4XX', if_true: files(
65 ppc_ss.add(when: 'CONFIG_SAM460EX', if_true: files('sam460ex.c'))
67 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep.c'))
68 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep_systemio.c'))
69 ppc_ss.add(when: 'CONFIG_RS6000_MC', if_true: files('rs6000_mc.c'))
71 ppc_ss.add(when: 'CONFIG_MAC_OLDWORLD', if_true: files('mac_oldworld.c'))
73 ppc_ss.add(when: 'CONFIG_MAC_NEWWORLD', if_true: files('mac_newworld.c'))
75 ppc_ss.add(when: 'CONFIG_E500PLAT', if_true: files('e500plat.c'))
76 ppc_ss.add(when: 'CONFIG_MPC8544DS', if_true: files('mpc8544ds.c'))
77 ppc_ss.add(when: 'CONFIG_E500', if_true: files(
82 # PowerPC 440 Xilinx ML507 reference board.
83 ppc_ss.add(when: 'CONFIG_VIRTEX', if_true: files('virtex_ml507.c'))
85 ppc_ss.add(when: 'CONFIG_PEGASOS2', if_true: files('pegasos2.c'))
87 ppc_ss.add(when: 'CONFIG_VOF', if_true: files('vof.c'))
88 ppc_ss.add(when: ['CONFIG_VOF', 'CONFIG_PSERIES'], if_true: files('spapr_vof.c'))
90 hw_arch += {'ppc': ppc_ss}