diff options
author | Paolo Bonzini | 2020-10-22 17:12:46 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-12-10 18:15:06 +0100 |
commit | ac6dd9b9f3dd6f0914a9c822fdeb43149bc9c9ff (patch) | |
tree | 988a774f175f3557c7de66a3d9e9cbcdf14628b1 /hw/s390x/ipl.c | |
parent | ppc: remove bios_name (diff) | |
download | qemu-ac6dd9b9f3dd6f0914a9c822fdeb43149bc9c9ff.tar.gz qemu-ac6dd9b9f3dd6f0914a9c822fdeb43149bc9c9ff.tar.xz qemu-ac6dd9b9f3dd6f0914a9c822fdeb43149bc9c9ff.zip |
rx: move BIOS load from MCU to board
The ROM loader state is global and not part of the MCU, and the
BIOS is in machine->firmware. So just like the kernel case,
load it in the board.
Due to the ordering between CPU reset and ROM reset, the ROM
has to be registered before the CPU is realized, otherwise
the reset vector is loaded before the ROM is there.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/s390x/ipl.c')
0 files changed, 0 insertions, 0 deletions