commit | cd5066f8618bc6c80ec9088923c58f4a42ab0e7a | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Nov 02 16:24:39 2022 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Jan 13 09:32:32 2023 +0100 |
tree | 750b98a49a6ae66847efffa0afef095087b5f77c | |
parent | 14c2b18414ee88a175b4855361dfbdaa836e0491 [diff] |
hw/mips/bootloader: Handle buffers as opaque arrays It is irrelevant to the API what the buffers to fill are made of. In particular, some MIPS ISA have 16-bit wide instructions. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20221211204533.85359-2-philmd@linaro.org>