Home
last modified time | relevance | path

Searched refs:pflash (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/linux/drivers/ssb/
H A Ddriver_mipscore.c218 struct ssb_pflash *pflash = &mcore->pflash; in ssb_mips_flash_detect() local
222 pflash->present = true; in ssb_mips_flash_detect()
223 pflash->buswidth = 2; in ssb_mips_flash_detect()
224 pflash->window = SSB_FLASH1; in ssb_mips_flash_detect()
238 pflash->present = true; in ssb_mips_flash_detect()
239 pflash->window = SSB_FLASH2; in ssb_mips_flash_detect()
243 pflash->buswidth = 1; in ssb_mips_flash_detect()
245 pflash->buswidth = 2; in ssb_mips_flash_detect()
254 } else if (pflash->present) { in ssb_mips_flash_detect()
256 bcm47xx_nvram_init_from_mem(pflash->window, pflash->window_size); in ssb_mips_flash_detect()
[all …]
/openbmc/openbmc/meta-openpower/recipes-bsp/skiboot/
H A Dpflash_git.bb1 SUMMARY = "pflash programmer for OpenPower"
2 DESCRIPTION = "pflash firmware programming tool for OpenPower machines"
7 #TODO: openbmc/openbmc#1361 - Fix GNU_HASH warnings in pflash
/openbmc/linux/drivers/bcma/
H A Ddriver_chipcommon_pflash.c36 struct bcma_pflash *pflash = &cc->pflash; in bcma_pflash_init() local
38 pflash->present = true; in bcma_pflash_init()
/openbmc/openpower-pnor-code-mgmt/
H A Dgenerate-tar200 pflash --partition=part --read="${pnor_dir}"/part -F "${pnorfile}"
201 pflash --partition=VERSION --read="${pnor_dir}"/VERSION -F "${pnorfile}"
230 export flags=$(pflash --detail=$((10#$id)) -F "${pnorfile}" | grep "\[" |
248 done < <(pflash --info -F "${pnorfile}" | grep -v "BACKUP")
253 pflash --partition="${partition}" \
H A Dopenpower-pnor-update@.service7 ExecStart=/usr/sbin/pflash -E -f -p %I
8 SyslogIdentifier=pflash
/openbmc/linux/arch/mips/boot/dts/brcm/
H A Dbcm6358.dtsi40 pflash = &pflash;
201 pflash: nor@1e000000 { label
H A Dbcm6368.dtsi41 pflash = &pflash;
238 pflash: nor@18000000 { label
/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.cpp42 std::pair<int, std::string> pflash(const Ts&... ts) in pflash() function
83 pflash("-P VERSION -r", versionFile.string(), "2>&1 > /dev/null"); in getPNORVersion()
122 utils::pflash("-P", part, shouldEcc ? "-c" : "-e", "-f >/dev/null"); in pnorClear()
191 const auto& [rc, pflashInfo] = pflash("-i | grep ^ID | grep 'F'"); in getPartsToClear()
/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-phosphor-debugtools.bbappend2 pflash \
/openbmc/openbmc-test-automation/data/boot_lists/
H A DCode_update1 pflash
/openbmc/openbmc/meta-openpower/classes/
H A Dopenpower-software-manager-static.bbclass1 RDEPENDS:${PN} += "pflash"
/openbmc/qemu/docs/config/
H A Dmach-virt-serial.cfg94 # /usr/share/edk2/aarch64/QEMU_EFI-pflash.raw (bin)
95 # /usr/share/edk2/aarch64/vars-template-pflash.raw (var)
110 if = "pflash"
117 if = "pflash"
H A Dmach-virt-graphical.cfg88 # /usr/share/edk2/aarch64/QEMU_EFI-pflash.raw (bin)
89 # /usr/share/edk2/aarch64/vars-template-pflash.raw (var)
104 if = "pflash"
111 if = "pflash"
/openbmc/linux/include/linux/ssb/
H A Dssb_driver_mips.h42 struct ssb_pflash pflash; member
/openbmc/qemu/docs/system/arm/
H A Dsx1.rst10 -pflash) V1 1 Flash of 16MB and 1 Flash of 8MB V2 1 Flash of 32MB
/openbmc/u-boot/doc/
H A DREADME.qemu-mips15 -pflash <filename> and erase mips_bios.bin.
49 # qemu-system-mips[64][el] [-cpu MIPS64R2-generic] -M mips -pflash flash -nographic
133 # qemu-system-mips -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -h…
140 # qemu-system-mips -S -s -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `p…
H A DREADME.qemu-arm53 - Add a pflash drive parameter to the command line:
54 -drive if=pflash,format=raw,index=1,file=envstore.img
/openbmc/u-boot/arch/mips/dts/
H A Dcomtrend,ct-5361.dts57 &pflash {
H A Dcomtrend,wap-5813n.dts79 &pflash {
H A Dhuawei,hg556a.dts116 &pflash {
H A Dsfr,nb4-ser.dts117 &pflash {
/openbmc/qemu/docs/system/
H A Dtarget-sparc64.rst21 -drive if=pflash,readonly=on,file=/S10image/disk.s10hw2
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini-ns2502.dts101 pflash_disabled_pins: pinctrl-pflash-disabled {
H A Dgemini-ssi1328.dts111 pflash_disabled_pins: pinctrl-pflash-disabled {
/openbmc/qemu/tests/qemu-iotests/
H A D186139 check_info_block -drive if=pflash,driver=null-co,read-zeroes=on,size=1M

123