opnsense-src/stand/powerpc
Leandro Lupori 8a62b07bce powerpc64le: stand fixes
Fix boot1 and loader on PowerPC64 little-endian (LE).

Due to endian issues, boot1 couldn't find the UFS boot partition
and loader wasn't able to load the kernel. Most of the issues
happened because boot1 and loader were BE binaries trying to access
LE UFS partitions and because loader expects the kernel ELF image
to use the same endian as itself.

To fix these issues, boot1 and loader are now built as LE binaries
on PPC64LE. To support this, the functions that call OpenFirmware
were enhanced to correctly perform endian conversion on its input
and output arguments and to change the CPU into BE mode before
making the calls, as OpenFirmware always runs in BE. Besides that,
some other small fixes were needed.

Submitted by:		bdragon (initial version)
Reviewed by:		alfredo, jhibbits
Sponsored by:		Instituto de Pesquisas Eldorado (eldorado.org.br)
Differential Revision:	https://reviews.freebsd.org/D32160

(cherry picked from commit f83288645c)
2021-11-05 11:29:40 -03:00
..
boot1.chrp powerpc64le: stand fixes 2021-11-05 11:29:40 -03:00
kboot loader: fix powerpc build with gfx_fb 2021-01-04 16:57:58 +00:00
ofw powerpc64le: stand fixes 2021-11-05 11:29:40 -03:00
uboot Add CFI start/end proc directives to arm64, i386, and ppc 2020-12-05 00:33:28 +00:00
Makefile powerpc64le: stand fixes 2021-11-05 11:29:40 -03:00
Makefile.inc