Re: [PATCH v2 5/8] hw/mips: Use bl_gen_kernel_jump to generate bootloaders

2021-01-26 Thread Jiaxun Yang
在 2021/1/7 上午1:48, Philippe Mathieu-Daudé 写道: +Alex On 12/15/20 7:45 AM, Jiaxun Yang wrote: Replace embedded binary with generated code. Signed-off-by: Jiaxun Yang --- hw/mips/boston.c| 17 ++--- hw/mips/fuloong2e.c | 28 hw/mips/malta.c |

Re: [PATCH v2 5/8] hw/mips: Use bl_gen_kernel_jump to generate bootloaders

2021-01-06 Thread Philippe Mathieu-Daudé
+Alex On 12/15/20 7:45 AM, Jiaxun Yang wrote: > Replace embedded binary with generated code. > > Signed-off-by: Jiaxun Yang > --- > hw/mips/boston.c| 17 ++--- > hw/mips/fuloong2e.c | 28 > hw/mips/malta.c | 41 ++-

[PATCH v2 5/8] hw/mips: Use bl_gen_kernel_jump to generate bootloaders

2020-12-14 Thread Jiaxun Yang
Replace embedded binary with generated code. Signed-off-by: Jiaxun Yang --- hw/mips/boston.c| 17 ++--- hw/mips/fuloong2e.c | 28 hw/mips/malta.c | 41 ++--- 3 files changed, 16 insertions(+), 70 deletions(-) d