/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | ethernet.txt | 11 the maximum frame size (there's contradiction in ePAPR). 16 - phy-connection-type: the same as "phy-mode" property but described in ePAPR; 18 device; this property is described in ePAPR and so preferred;
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | epapr_hcalls.h | 3 * ePAPR hcall interface 60 /* vendor ID: epapr */ 78 /* epapr return codes */
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | wrapper | 262 platformo="$object/of.o $object/epapr.o" 266 platformo="$object/pseries-head.o $object/of.o $object/epapr.o" 275 platformo="$object/of.o $object/epapr.o" 280 platformo="$object/of.o $object/epapr.o" 284 platformo="$object/crt0.o $object/of.o $object/epapr.o" 378 epapr) 379 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
|
H A D | epapr.c | 3 * Bootwrapper for ePAPR compliant firmwares 32 fatal("r6 contained 0x%08x instead of ePAPR magic number\n", in platform_fixups()
|
H A D | .gitignore | 30 zImage.epapr
|
H A D | Makefile | 134 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 156 src-plat-y := of.c epapr.c 179 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 293 image-$(CONFIG_EPAPR_BOOT) += zImage.epapr
|
H A D | of.c | 87 /* Detect OF vs. ePAPR boot */ in platform_init()
|
/openbmc/linux/drivers/tty/ |
H A D | ehv_bytechan.c | 2 /* ePAPR hypervisor byte channel device driver 9 * ePAPR hypervisor byte channels. 114 * care if it's compatible with "epapr,hv-byte-channel", because that in find_console_handle() 117 if (!np || !of_device_is_compatible(np, "epapr,hv-byte-channel")) in find_console_handle() 734 { .compatible = "epapr,hv-byte-channel" }, 748 * ehv_bc_init - ePAPR hypervisor byte channel driver initialization 759 pr_info("ePAPR hypervisor byte channel driver\n"); in ehv_bc_init() 762 for_each_compatible_node(np, NULL, "epapr,hv-byte-channel") in ehv_bc_init()
|
H A D | Kconfig | 261 bool "ePAPR hypervisor byte channel driver" 265 This driver creates /dev entries for each ePAPR hypervisor byte 270 bool "Early console (udbg) support for ePAPR hypervisors" 274 via an ePAPR byte channel. You also need to choose the byte channel
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | ehv_pic.c | 2 * Driver for ePAPR Embedded Hypervisor PIC 260 np = of_find_compatible_node(NULL, NULL, "epapr,hv-pic"); in ehv_pic_init() 262 pr_err("ehv_pic_init: could not find epapr,hv-pic node\n"); in ehv_pic_init()
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | bootm.c | 75 * r6: epapr magic in boot_jump_linux() 321 /* PowerPC VxWorks boot interface conforms to the ePAPR standard in boot_jump_vxworks() 327 * r6: ePAPR magic value in boot_jump_vxworks()
|
/openbmc/u-boot/doc/ |
H A D | README.vxworks | 28 the ePAPR standard, which is shown below (see ePAPR for more details):
|
H A D | README.mpc85xx-spin-table | 3 As specified by ePAPR v1.1, the spin table needs to be in cached memory. After
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | ppc-pv.rst | 204 1) KVM hypercalls (ePAPR) 206 These are ePAPR compliant hypercall implementation (mentioned above). Even 207 generic hypercalls are implemented here, like the ePAPR idle hcall. These are
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | Kconfig | 37 bool "ePAPR para-virtualization support" 39 Enables ePAPR para-virtualization support for guests.
|
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/ |
H A D | linux-raspberrypi_6.6.bb | 19 KERNEL_DTC_FLAGS += "-@ -H epapr"
|
H A D | linux-raspberrypi_6.1.bb | 19 KERNEL_DTC_FLAGS += "-@ -H epapr"
|
H A D | linux-raspberrypi-dev.bb | 31 KERNEL_DTC_FLAGS += "-@ -H epapr"
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | epapr_paravirt.c | 3 * ePAPR para-virtualization support.
|
/openbmc/u-boot/doc/device-tree-bindings/memory/ |
H A D | memory.txt | 3 The memory binding for U-Boot is as in the ePAPR with the following additions:
|
/openbmc/qemu/docs/system/ppc/ |
H A D | powernv.rst | 81 -kernel ./zImage.epapr \ 115 -kernel ./zImage.epapr -initrd ./rootfs.cpio.xz -bios ./skiboot.lid \
|
/openbmc/linux/Documentation/devicetree/bindings/cache/ |
H A D | sifive,ccache0.yaml | 17 All the properties in ePAPR/DeviceTree specification applies for this platform.
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_powernv.py | 84 'zImage.epapr'),
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | msi-pic.txt | 88 mapping for MSIIR. The Freescale ePAPR hypervisor has this requirement
|
/openbmc/qemu/hw/ppc/ |
H A D | ppce500_spin.c | 2 * QEMU PowerPC e500v2 ePAPR spinning code
|