/openbmc/linux/drivers/ssb/ |
H A D | driver_mipscore.c | 218 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 D | pflash_git.bb | 1 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 D | driver_chipcommon_pflash.c | 36 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 D | generate-tar | 200 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 D | openpower-pnor-update@.service | 7 ExecStart=/usr/sbin/pflash -E -f -p %I 8 SyslogIdentifier=pflash
|
/openbmc/linux/arch/mips/boot/dts/brcm/ |
H A D | bcm6358.dtsi | 40 pflash = &pflash; 201 pflash: nor@1e000000 { label
|
H A D | bcm6368.dtsi | 41 pflash = &pflash; 238 pflash: nor@18000000 { label
|
/openbmc/openpower-pnor-code-mgmt/static/ |
H A D | item_updater_static.cpp | 42 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 D | packagegroup-obmc-phosphor-debugtools.bbappend | 2 pflash \
|
/openbmc/openbmc-test-automation/data/boot_lists/ |
H A D | Code_update | 1 pflash
|
/openbmc/openbmc/meta-openpower/classes/ |
H A D | openpower-software-manager-static.bbclass | 1 RDEPENDS:${PN} += "pflash"
|
/openbmc/qemu/docs/config/ |
H A D | mach-virt-serial.cfg | 94 # /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 D | mach-virt-graphical.cfg | 88 # /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 D | ssb_driver_mips.h | 42 struct ssb_pflash pflash; member
|
/openbmc/qemu/docs/system/arm/ |
H A D | sx1.rst | 10 -pflash) V1 1 Flash of 16MB and 1 Flash of 8MB V2 1 Flash of 32MB
|
/openbmc/u-boot/doc/ |
H A D | README.qemu-mips | 15 -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 D | README.qemu-arm | 53 - 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 D | comtrend,ct-5361.dts | 57 &pflash {
|
H A D | comtrend,wap-5813n.dts | 79 &pflash {
|
H A D | huawei,hg556a.dts | 116 &pflash {
|
H A D | sfr,nb4-ser.dts | 117 &pflash {
|
/openbmc/qemu/docs/system/ |
H A D | target-sparc64.rst | 21 -drive if=pflash,readonly=on,file=/S10image/disk.s10hw2
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-ns2502.dts | 101 pflash_disabled_pins: pinctrl-pflash-disabled {
|
H A D | gemini-ssi1328.dts | 111 pflash_disabled_pins: pinctrl-pflash-disabled {
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 186 | 139 check_info_block -drive if=pflash,driver=null-co,read-zeroes=on,size=1M
|