SLOF/board-qemu/slof
Nikunj A Dadhania 8128b8e3ea OF: Use new property "stdout-path" for boot console
Linux kernel commit 2a9d832cc9aae21ea827520fef635b6c49a06c6d
(of: Add bindings for chosen node, stdout-path) deprecated chosen property
"linux,stdout-path" and "stdout".

Check for new property "stdout-path" first and as a fallback check
"linux,stdout-path". This older property can be deprecated after 5 years.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2018-03-05 14:55:59 +11:00
..
.gitignore Update .gitignore files 2012-10-17 16:30:58 +11:00
Makefile A new SLOF boot menu 2017-06-08 16:14:21 +10:00
OF.fs OF: Use new property "stdout-path" for boot console 2018-03-05 14:55:59 +11:00
archsupport.fs Increase temporary buffer size of ibm,client-architecture-support call 2015-12-23 12:42:36 +11:00
copyright-oss.fs logo: Update the logo 2017-04-26 14:29:25 +10:00
dev-null.fs dev-null: The "read" function has to return 0 if nothing has been read 2016-02-24 11:38:02 +11:00
e1k.fs e1000: fix usage of multiple nics 2014-04-08 17:45:09 +05:30
fdt-fl.fs fdt: Pass the resulting device tree to QEMU 2017-11-06 13:28:49 +11:00
fdt.fs fdt: Fix version and add a word for FDT header size 2017-11-06 13:28:33 +11:00
header.fs Remove unused SLOF code 2014-04-25 15:40:12 +05:30
helper.fs board-qemu: Fix slof-build-id length 2017-11-06 13:28:49 +11:00
hvterm.fs Output banner and initial display output in VNC window 2013-12-16 11:56:42 +05:30
pci-aliases.fs Set up PCI nodes on board-qemu 2011-10-12 16:21:48 +02:00
pci-capabilities.fs Added ibm,req#msi and ibm,req#msi-x to device nodes 2012-07-31 16:24:30 +10:00
pci-device_1af4_1000.fs Support for virtio-net PCI devices 2011-11-24 11:56:03 +01:00
pci-device_1af4_1001.fs virtio: introduce helper for initializing virt queue 2016-02-08 16:40:38 +11:00
pci-device_1af4_1003.fs Add virtio-serial device support 2016-10-13 10:47:05 +11:00
pci-device_1af4_1004.fs SLOF: virtio-scsi block driver code 2013-06-05 16:12:39 +10:00
pci-device_1af4_1009.fs virtio: Set a proper name for virtio-9p device tree nodes 2016-05-02 14:04:05 +10:00
pci-device_1af4_1041.fs virtio-net: enable virtio 1.0 2016-02-08 16:40:39 +11:00
pci-device_1af4_1042.fs virtio-blk: enable virtio 1.0 2016-02-08 16:40:39 +11:00
pci-device_1af4_1043.fs Add virtio-serial device support 2016-10-13 10:47:05 +11:00
pci-device_1af4_1048.fs virtio-scsi: enable virtio 1.0 2016-02-11 12:44:27 +11:00
pci-device_1af4_1049.fs virtio: Add modern version 1.0 support to 9p driver 2016-05-02 14:04:27 +10:00
pci-device_1af4_1050.fs Do not try to use virtio-gpu in VGA mode 2016-11-14 19:13:31 +11:00
pci-device_1013_00b8.fs Set default palette according to "16-color Text Extension" document 2015-03-12 18:25:35 +11:00
pci-device_1234_1111.fs vga: Add support for virtio-vga 2015-09-30 15:10:54 +10:00
pci-device_8086_100e.fs Add e1000 network driver in libe1k 2013-10-04 12:00:18 +05:30
pci-interrupts.fs Source code beautification of board-qemu/slof/pci-interrupts.fs 2016-09-14 16:39:45 +10:00
pci-phb.fs pci: Avoid 32-bit prefetchable memory area if possible 2017-07-21 15:03:29 +10:00
qemu-bootlist.fs Increase MAX-ALIAS to 10 2017-06-07 14:22:09 +10:00
qemu-vga.fs vga: Add support for virtio-vga 2015-09-30 15:10:54 +10:00
rtas-nvram.fs SLOF: Support PAPR NVRAM RTAS calls 2012-10-17 16:30:58 +11:00
rtas.fs rtas: Store RTAS address and entry in the device tree 2017-11-06 13:28:49 +11:00
tree.fs tree: Rework set-chosen-cpu and store /chosen ihandle and phandle 2017-11-03 14:53:14 +11:00
version.S Output banner and initial display output in VNC window 2013-12-16 11:56:42 +05:30
vio-hvterm.fs hvterm: Update hvterm routines to take the termno as an argument 2011-12-20 17:56:48 +01:00
vio-veth.fs Find next available alias name 2013-12-06 16:16:49 +05:30
vio-vscsi.fs vio-vscsi: Fix CRQ allocation alignment 2014-03-04 12:52:03 +11:00
virtio-block.fs virtio: Implement block write support 2016-11-24 23:24:23 +11:00
virtio-fs.fs virtio: add and enable 1.0 device setup 2016-02-08 16:40:39 +11:00
virtio-net.fs virtio-net: rework the driver to support multiple open 2017-08-07 18:24:58 +10:00
virtio-scsi.fs virtio-scsi: Allow LUNs bigger than 255 2017-07-19 13:25:33 +10:00
virtio-serial.fs Add virtio-serial device support 2016-10-13 10:47:05 +11:00