Home
last modified time | relevance | path

Searched refs:cpld (Results 1 – 25 of 77) sorted by relevance

1234

/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.cpp11 using namespace phosphor::software::cpld;
72 auto cpld = std::make_unique<CPLDDevice>( in initDevice() local
77 if (!(co_await cpld->getVersion(version))) in initDevice()
83 std::unique_ptr<Software> software = std::make_unique<Software>(ctx, *cpld); in initDevice()
92 cpld->softwareCurrent = std::move(software); in initDevice()
94 devices.insert({config.objectPath, std::move(cpld)}); in initDevice()
H A Dmeson.build1 cpld_src = files('cpld.cpp', 'cpld_interface.cpp', 'cpld_software_manager.cpp')
11 'phosphor-cpld-software-update',
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/
H A Dgbs-cpld-ver-check.bb9 file://cpld-version.service \
18 SYSTEMD_SERVICE:${PN} = "cpld-version.service"
25 install -m 0644 ${S}/cpld-version.service ${D}${systemd_system_unitdir}
/openbmc/phosphor-buttons/inc/
H A Dbutton_config.hpp13 cpld enumerator
22 CpldInfo cpld; // holds single cpld config member
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_jtag_master.robot33 Pass Execution If ${program_cpld}==0 skip programming cpld
72 ${cpld_firmware1}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["fw1"]}
73 ${cpld_firmware2}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["fw2"]}
74 ${firmware_version1}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["fw1ver"]}
75 ${firmware_version2}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["fw2ver"]}
76 ${readusercode_svf}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["readusercode"]}
77 ${readid_svf}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["readid"]}
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/dump/
H A Dphosphor-debug-collector_%.bbappend3 SRC_URI:append = " file://ventura-rmc-cpld-dump"
6 install -m 0755 ${UNPACKDIR}/ventura-rmc-cpld-dump ${S}/tools/dreport.d/plugins.d/
/openbmc/phosphor-buttons/src/
H A Dcpld.cpp23 std::string devPath = getCpldDevPath(buttonIFConfig.cpld); in configCpld()
34 buttonIFConfig.cpld.cpldMappedFd = fd; in configCpld()
H A DhostSelector_switch.cpp81 else if (config.type == ConfigType::cpld) in setInitialHostSelectorValue()
83 hsPosMapped = getValueFromFd(config.cpld.cpldMappedFd) - '0'; in setInitialHostSelectorValue()
160 else if (config.type == ConfigType::cpld) in handleEvent()
/openbmc/phosphor-power/power-sequencer/
H A Dmeson.build24 elif sequencer == 'mihawk-cpld'
25 sequencer_src += 'mihawk-cpld.cpp'
/openbmc/u-boot/board/freescale/p2041rdb/
H A Dcpld.h45 #define cpld ((cpld_data_t *)CPLD_BASE) macro
48 #define CPLD_SW(x) (cpld->sw[(x) - 2])
H A DMakefile8 obj-y += cpld.o
H A DREADME93 cpld reset - hard reset to default bank
94 cpld reset altbank - reset to alternate bank
95 cpld lane_mux <lane> <mux_value> - set multiplexed lane pin
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7795-h3ulcb-u-boot.dts12 cpld {
13 compatible = "renesas,ulcb-cpld";
H A Dr8a7796-m3ulcb-u-boot.dts12 cpld {
13 compatible = "renesas,ulcb-cpld";
H A Dfsl-ls1043a-rdb.dts88 cpld: board-control@2,0 { label
89 compatible = "fsl,ls1043ardb-cpld";
/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/
H A Dphosphor-software-manager_git.bb24 PACKAGECONFIG[cpld-software-update] = "-Dcpld-software-update=enabled, -Dcpld-software-update=disab…
43 ${PN}-cpld-software-update \
65 SYSTEMD_SERVICE:${PN}-cpld-software-update += "${@bb.utils.contains('PACKAGECONFIG', 'cpld-software…
94 …${@bb.utils.contains('PACKAGECONFIG', 'cpld-software-update', '${PN}-cpld-software-update', '', d)…
135 FILES:${PN}-cpld-software-update += "\
136 ${libexecdir}/phosphor-code-mgmt/phosphor-cpld-software-update \
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_cpld_factory.cpp8 namespace phosphor::software::cpld namespace
75 using namespace phosphor::software::cpld;
/openbmc/u-boot/board/renesas/ulcb/
H A DMakefile9 obj-y := ulcb.o cpld.o
/openbmc/u-boot/board/renesas/ap325rxa/
H A DMakefile9 obj-y := ap325rxa.o cpld-ap325rxa.o
/openbmc/u-boot/board/renesas/stout/
H A DMakefile14 obj-y := stout.o cpld.o qos.o
/openbmc/u-boot/board/freescale/ls1043ardb/
H A DMakefile9 obj-y += cpld.o
/openbmc/u-boot/board/freescale/ls1046ardb/
H A DMakefile9 obj-y += cpld.o
/openbmc/u-boot/board/LaCie/net2big_v2/
H A DMakefile12 obj-y += ../common/cpld-gpio-bus.o
/openbmc/openbmc/meta-facebook/recipes-phosphor/flash/
H A Dphosphor-software-manager_%.bbappend4 cpld-software-update \
/openbmc/u-boot/board/freescale/t208xrdb/
H A DMakefile10 obj-$(CONFIG_TARGET_T2080RDB) += t208xrdb.o eth_t208xrdb.o cpld.o

1234