Home
last modified time | relevance | path

Searched full:epapr (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/
H A Dethernet.txt11 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;
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dwrapper241 platformo="$object/of.o $object/epapr.o"
245 platformo="$object/pseries-head.o $object/of.o $object/epapr.o"
254 platformo="$object/of.o $object/epapr.o"
259 platformo="$object/of.o $object/epapr.o"
263 platformo="$object/crt0.o $object/of.o $object/epapr.o"
352 epapr)
353 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
H A Depapr.c3 * Bootwrapper for ePAPR compliant firmwares
32 fatal("r6 contained 0x%08x instead of ePAPR magic number\n", in platform_fixups()
H A DMakefile111 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \
133 src-plat-y := of.c epapr.c
156 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
268 image-$(CONFIG_EPAPR_BOOT) += zImage.epapr
H A D.gitignore29 zImage.epapr
H A Dof.c87 /* Detect OF vs. ePAPR boot */ in platform_init()
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Depapr_hcalls.h3 * ePAPR hcall interface
60 /* vendor ID: epapr */
78 /* epapr return codes */
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dehv_bytechan.c2 /* 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
758 pr_info("ePAPR hypervisor byte channel driver\n"); in ehv_bc_init()
761 for_each_compatible_node(np, NULL, "epapr,hv-byte-channel") in ehv_bc_init()
H A DKconfig320 bool "ePAPR hypervisor byte channel driver"
324 This driver creates /dev entries for each ePAPR hypervisor byte
329 bool "Early console (udbg) support for ePAPR hypervisors"
333 via an ePAPR byte channel. You also need to choose the byte channel
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dehv_pic.c2 * 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()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.vxworks29 the ePAPR standard, which is shown below (see ePAPR for more details):
H A DREADME.mpc85xx-spin-table3 As specified by ePAPR v1.1, the spin table needs to be in cached memory. After
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c76 * r6: epapr magic in boot_jump_linux()
322 /* PowerPC VxWorks boot interface conforms to the ePAPR standard in boot_jump_vxworks()
328 * r6: ePAPR magic value in boot_jump_vxworks()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dppc-pv.rst204 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
H A Dhypercalls.rst72 device tree based lookup ( which is also what EPAPR dictates)
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/
H A DKconfig35 bool "ePAPR para-virtualization support"
37 Enables ePAPR para-virtualization support for guests.
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Depapr_paravirt.c3 * ePAPR para-virtualization support.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/riscv/
H A Dsifive-l2-cache.yaml19 All the properties in ePAPR/DeviceTree specification applies for this platform.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmsi-pic.txt88 mapping for MSIIR. The Freescale ePAPR hypervisor has this requirement
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Ddevicetree.bbclass63 DTC_OFLAGS ?= "-p 0 -@ -H epapr"
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c102 * CONFIG_SYS_CCSRBAR_PHYS below may use gd->fdt_blob on ePAPR systems, in cpu_init_early_f()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Depapr_hcalls.h2 * ePAPR hcall interface
41 * wrapper functions for the ePAPR hypervisor interface. It is inteded
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc.c229 else if (streq(optarg, "epapr")) in main()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc.c237 else if (streq(optarg, "epapr")) in main()
/OK3568_Linux_fs/u-boot/lib/
H A Dof_live.c151 * ePAPR-style "phandle" properties, or the in unflatten_dt_node()

12