/openbmc/qemu/hw/block/ |
H A D | m25p80.c | 2 * ST M25P80 emulator. Emulate all SPI flash devices based on the m25p80 command 4 * See drivers/mtd/devices/m25p80.c. 327 { INFO("m25p80", 0x202014, 0, 64 << 10, 16, 0) }, 534 OBJECT_DECLARE_TYPE(Flash, M25P80Class, M25P80) in OBJECT_DECLARE_TYPE() argument 628 qemu_log_mask(LOG_GUEST_ERROR, "M25P80: die erase is not supported" in flash_erase() 640 qemu_log_mask(LOG_GUEST_ERROR, "M25P80: %d erase size not supported by" in flash_erase() 645 qemu_log_mask(LOG_GUEST_ERROR, "M25P80: erase with write protect!\n"); in flash_erase() 671 qemu_log_mask(LOG_GUEST_ERROR, "M25P80: write with write protect!\n"); in flash_write8() 683 "M25P80: write with write protect!\n"); in flash_write8() 689 "M25P80: write with write protect!\n"); in flash_write8() [all …]
|
H A D | m25p80_sfdp.h | 2 * M25P80 SFDP
|
H A D | meson.build | 12 system_ss.add(when: 'CONFIG_SSI_M25P80', if_true: files('m25p80.c'))
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls208xa-qds.dtsi | 169 compatible = "st,m25p80"; 176 compatible = "st,m25p80"; 183 compatible = "st,m25p80"; 194 compatible = "st,m25p80"; 203 compatible = "st,m25p80";
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_smc-test.c | 2 * QTest testcase for the M25P80 Flash (Using the Aspeed SPI 37 fd = g_file_open_tmp("qtest.m25p80.n25q256a.XXXXXX", &data->tmp_path, NULL); in test_palmetto_bmc() 83 fd = g_file_open_tmp("qtest.m25p80.mx25l25635e.XXXXXX", in test_ast2500_evb() 126 fd = g_file_open_tmp("qtest.m25p80.mx66u51235f.XXXXXX", in test_ast2600_evb() 169 fd = g_file_open_tmp("qtest.m25p80.w25q80bl.XXXXXX", in test_ast1030_evb()
|
H A D | ast2700-smc-test.c | 2 * QTest testcase for the M25P80 Flash using the ASPEED SPI Controller since 20 fd = g_file_open_tmp("qtest.m25p80.w25q01jvq.XXXXXX", in test_ast2700_evb()
|
/openbmc/linux/Documentation/driver-api/mtd/ |
H A D | spi-nor.rst | 25 m25p80 code anymore. 31 m25p80 43 m25p80
|
/openbmc/u-boot/doc/device-tree-bindings/mtd/spi/ |
H A D | spi-flash.txt | 19 flash: m25p80@0 { 22 compatible = "spansion,m25p80";
|
/openbmc/qemu/include/hw/block/ |
H A D | flash.h | 65 /* m25p80.c */ 67 #define TYPE_M25P80 "m25p80-generic"
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am574x-idk.dts | 19 m25p80@0 {
|
H A D | omap5-u-boot.dtsi | 70 m25p80@0 {
|
H A D | zynqmp-zc1254-revA.dts | 44 compatible = "m25p80", "spi-flash"; /* 32MB */
|
H A D | zynqmp-zc1275-revA.dts | 44 compatible = "m25p80", "spi-flash"; /* 32MB */
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | brcm,spi-bcm-qspi.yaml | 121 compatible = "m25p80"; 190 compatible = "m25p80";
|
H A D | amlogic,meson6-spifc.yaml | 50 compatible = "spansion,m25p80", "jedec,spi-nor";
|
/openbmc/linux/include/linux/spi/ |
H A D | flash.h | 12 * @type: optional flash device type (e.g. m25p80 vs m25p64), for use
|
/openbmc/linux/arch/arm64/boot/dts/xilinx/ |
H A D | zynqmp-zcu1275-revA.dts | 48 compatible = "m25p80", "jedec,spi-nor";
|
H A D | zynqmp-zc1254-revA.dts | 44 compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-phytec-mira-rdk-emmc.dts | 49 &m25p80 {
|
H A D | imx6qp-phytec-mira-rdk-nand.dts | 53 &m25p80 {
|
H A D | imx6q-phytec-mira-rdk-nand.dts | 53 &m25p80 {
|
/openbmc/linux/arch/mips/boot/dts/brcm/ |
H A D | bcm97360svmb.dts | 85 compatible = "m25p80";
|
H A D | bcm97358svmb.dts | 82 compatible = "m25p80";
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm53340-ubnt-unifi-switch8.dts | 38 compatible = "m25p80";
|
/openbmc/linux/arch/arm/mach-dove/ |
H A D | cm-a510.c | 43 .modalias = "m25p80",
|