[SLOF] [PATCH slof 1/2] fdt: Factor out code to replace a phandle in place

Thomas Huth thuth at redhat.com
Tue May 29 18:43:35 AEST 2018


On 29.05.2018 10:06, Alexey Kardashevskiy wrote:
[...]
> btw when I tried updating the commit log, I realized that I do not
> understand why we fix the "interrupt-parent" at all. Git points to
> https://github.com/aik/SLOF/commit/82954d but that does not explain it
> either, do you have any memories about that? :)

"interrupt-parent" is a standard property defined in chapter 5 here:
https://www.openbios.org/data/docs/rec.intmap.d09.pdf
Looks like we're currently not using it in QEMU, but since it's a
standard property, I guess I implemented support for this in SLOF
anyway, just to be sure.

 Thomas


More information about the SLOF mailing list