]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[PPC] Fix loader call to instantiate-rtas
authorLeandro Lupori <luporl@FreeBSD.org>
Tue, 7 Apr 2020 12:46:26 +0000 (12:46 +0000)
committerLeandro Lupori <luporl@FreeBSD.org>
Tue, 7 Apr 2020 12:46:26 +0000 (12:46 +0000)
commit8883b17065cf05c3741fd72c4a9b768d7aaafb9a
tree0e49403b4341396ca323da39fb325caf14551de5
parentefeedddcb58c29eea1bfc076f46f73e34e9f6656
[PPC] Fix loader call to instantiate-rtas

OpenFirmware (OF) method instantiate-rtas was being called with a wrong
rtas-base-address argument. It must use the memory that is already being
allocated to this end instead. This issue was causing QEMU netboot to hang
when building the FDT from OF DT.

Reviewed by: jhibbits
Sponsored by: Eldorado Research Institute (eldorado.org.br)
Differential Revision: https://reviews.freebsd.org/D24313
stand/powerpc/ofw/ofwfdt.c