All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] MIPS Bootloader helper
@ 2021-01-27  6:54 Jiaxun Yang
  2021-01-27  6:54 ` [PATCH v3 1/4] hw/mips: Add a bootloader helper Jiaxun Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Jiaxun Yang @ 2021-01-27  6:54 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Rikalo, Paul Burton, Huacai Chen,
	Philippe Mathieu-Daudé,
	Aurelien Jarno

v2:
A big reconstruction. rewrite helpers with CPU feature and sepreate
changesets.
v3:
respin

Jiaxun Yang (4):
  hw/mips: Add a bootloader helper
  hw/mips: Use bl_gen_kernel_jump to generate bootloaders
  hw/mips/malta: Use bootloader helper to set BAR resgiters
  hw/mips/boston: Use bootloader helper to set GCRs

 include/hw/mips/bootloader.h |  49 +++++++++++
 hw/mips/bootloader.c         | 164 +++++++++++++++++++++++++++++++++++
 hw/mips/boston.c             |  64 +++-----------
 hw/mips/fuloong2e.c          |  28 +-----
 hw/mips/malta.c              | 109 +++++++----------------
 hw/mips/meson.build          |   2 +-
 6 files changed, 260 insertions(+), 156 deletions(-)
 create mode 100644 include/hw/mips/bootloader.h
 create mode 100644 hw/mips/bootloader.c

-- 
2.30.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-02-21 13:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27  6:54 [PATCH v3 0/4] MIPS Bootloader helper Jiaxun Yang
2021-01-27  6:54 ` [PATCH v3 1/4] hw/mips: Add a bootloader helper Jiaxun Yang
2021-02-21 11:44   ` Philippe Mathieu-Daudé
2021-02-21 13:16   ` Philippe Mathieu-Daudé
2021-01-27  6:54 ` [PATCH v3 2/4] hw/mips: Use bl_gen_kernel_jump to generate bootloaders Jiaxun Yang
2021-02-21 12:11   ` Philippe Mathieu-Daudé
2021-01-27  6:54 ` [PATCH v3 3/4] hw/mips/malta: Use bootloader helper to set BAR resgiters Jiaxun Yang
2021-01-27  6:54 ` [PATCH v3 4/4] hw/mips/boston: Use bootloader helper to set GCRs Jiaxun Yang
2021-02-21 12:48   ` Philippe Mathieu-Daudé
2021-02-02  3:49 ` [PATCH v3 0/4] MIPS Bootloader helper Jiaxun Yang
2021-02-21 13:17 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.