Re: [PATCH] hw/riscv: Use load address rather than entry point for fw_dynamic next_addr

2021-12-16 Thread Alistair Francis
On Tue, Dec 14, 2021 at 1:25 PM Jessica Clarke wrote: > > The original BBL boot method had the kernel embedded as an opaque blob > that was blindly jumped to, which OpenSBI implemented as fw_payload. > OpenSBI then implemented fw_jump, which allows the payload to be loaded > elsewhere, but still b

Re: [PATCH] hw/riscv: Use load address rather than entry point for fw_dynamic next_addr

2021-12-16 Thread Alistair Francis
On Tue, Dec 14, 2021 at 1:25 PM Jessica Clarke wrote: > > The original BBL boot method had the kernel embedded as an opaque blob > that was blindly jumped to, which OpenSBI implemented as fw_payload. > OpenSBI then implemented fw_jump, which allows the payload to be loaded > elsewhere, but still b

[PATCH] hw/riscv: Use load address rather than entry point for fw_dynamic next_addr

2021-12-13 Thread Jessica Clarke
The original BBL boot method had the kernel embedded as an opaque blob that was blindly jumped to, which OpenSBI implemented as fw_payload. OpenSBI then implemented fw_jump, which allows the payload to be loaded elsewhere, but still blindly jumps to a fixed address at which the kernel is to be load