SLOF/board-qemu
Thomas Huth 203f6686dc Fix bad assembler statements for compiling with gcc 8.1 / as 2.30
When compiling with a very recent toolchain, I get these warnings:

../../llfw/boot_abort.S: Assembler messages:
../../llfw/boot_abort.S:76: Warning: invalid register expression

and:

stage2_head.S: Assembler messages:
stage2_head.S:57: Warning: invalid register expression

The first one is using the wrong opcode, we should use "and" instead of
"andi" here. The second one is using a register instead of a constant
for load-immediate, which is non-sense, too. Fix it to use the right
constant instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2018-07-02 14:16:45 +10:00
..
include SLOF: Support PAPR NVRAM RTAS calls 2012-10-17 16:30:58 +11:00
llfw Fix bad assembler statements for compiling with gcc 8.1 / as 2.30 2018-07-02 14:16:45 +10:00
romfs Do not link libnet to net-snk anymore, and remove net-snk from board-qemu 2016-10-17 11:02:16 +11:00
slof OF: Use new property "stdout-path" for boot console 2018-03-05 14:55:59 +11:00
Makefile A new SLOF boot menu 2017-06-08 16:14:21 +10:00
Makefile.dirs Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
config dhcparch define missing in compilation 2014-06-12 23:57:12 +05:30